1
1
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:
Giulio Ganci
2022-05-08 13:14:40 +02:00
parent 22622df2cf
commit 5582a12bbf

View File

@ -317,6 +317,14 @@ option:checked {
}
}
&.select-sm {
.select__list {
li {
padding: 0.05rem 0.3rem;
}
}
}
.select__option--selected {
background: rgba($primary-color, 0.25);
}