mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
feat(UI): BaseSelect small variant
This commit is contained in:
@ -317,6 +317,14 @@ option:checked {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.select-sm {
|
||||||
|
.select__list {
|
||||||
|
li {
|
||||||
|
padding: 0.05rem 0.3rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.select__option--selected {
|
.select__option--selected {
|
||||||
background: rgba($primary-color, 0.25);
|
background: rgba($primary-color, 0.25);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user