Untitled
unknown
scss
3 years ago
1.0 kB
1
Indexable
Never
// React Select .selector__wrapper { position: relative; min-width: 1px !important; .select__container { width: 100%; max-width: 100%; } .select__control { box-shadow: none; // outline: $pink; outline-color: $pink; .select__value-container { // background-color: yellow; padding: 0.1rem 0.4rem; @extend .text-sm; &.select__value-container--has-value { } .select__single-value { } .select__placeholder { } .select__input-container { // background-color: red; .select__input { } } } .select__indicators { .select__indicator-separator { } } .select__indicator { &.select__dropdown-indicator { svg { fill: $pink; // background-color: red; } } } } .select__menu { // background-color: red; width: max-content; max-width: max-content; .select__menu-list { @extend .text-sm; } } }