Adjust color, size and padding for one item selector

Unfortunately `!important` is necessary... 😭 😭 😭
This commit is contained in:
Jean-Baptiste Bellet
2022-11-25 16:53:31 +01:00
parent 7d51bd7b83
commit 3afd8b7189

View File

@@ -4,6 +4,11 @@
.select2-choice {
background-color: transparent;
border: 1px solid $v2-light-grey !important;
color: $v2-medium-grey !important;
padding-left: 5px;
font-size: 13px;
padding-top: 3px;
.select2-arrow {
color: $v2-medium-grey;
}