-ms-transform: scale(1.2);
}
-.selectr-selected, .selectr-options-container {
- background-color: var(--secondary);
- color: var(--white);
- border: unset;
-}
-
.mini-overlay {
position: absolute;
top: 0;
shouldSort: false,
classNames: {
containerOuter: 'choices',
- containerInner: 'choices__inner bg-secondary border-0',
+ containerInner: 'choices__inner bg-light border-0',
input: 'form-control',
inputCloned: 'choices__input--cloned',
list: 'choices__list',
listItems: 'choices__list--multiple',
listSingle: 'choices__list--single',
listDropdown: 'choices__list--dropdown',
- item: 'choices__item bg-secondary',
+ item: 'choices__item bg-light',
itemSelectable: 'choices__item--selectable',
itemDisabled: 'choices__item--disabled',
itemChoice: 'choices__item--choice',