This commit is contained in:
sairaj mote 2022-09-13 04:10:48 +05:30
parent 10a87a0058
commit ef7e28491d
4 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -243,7 +243,7 @@ sm-button.danger {
} }
sm-spinner { sm-spinner {
--size: 1rem; --size: 1.5rem;
--stroke-width: 0.1rem; --stroke-width: 0.1rem;
} }
@ -254,6 +254,7 @@ sm-form {
sm-select { sm-select {
--padding: 0.8rem; --padding: 0.8rem;
font-size: 0.9rem; font-size: 0.9rem;
--min-width: fit-content;
} }
sm-option { sm-option {

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -242,7 +242,7 @@ sm-button {
} }
sm-spinner { sm-spinner {
--size: 1rem; --size: 1.5rem;
--stroke-width: 0.1rem; --stroke-width: 0.1rem;
} }
@ -253,6 +253,7 @@ sm-form {
sm-select { sm-select {
--padding: 0.8rem; --padding: 0.8rem;
font-size: 0.9rem; font-size: 0.9rem;
--min-width: fit-content;
} }
sm-option { sm-option {