// // Select2.scss // .select2-container { width: 100% !important; .select2-selection--single { background-color: $input-bg; border: 1px solid $input-border-color; height: 38px; outline: none; .select2-selection__rendered { line-height: 36px; padding-left: 12px; color: $gray-600; } .select2-selection__arrow { height: 34px; width: 34px; right: 3px; b { border-color: $gray-600 transparent transparent transparent; border-width: 6px 6px 0 6px; } } } } .select2-container--open { .select2-selection--single { .select2-selection__arrow { b { border-color: transparent transparent $gray-600 transparent !important; border-width: 0 6px 6px 6px !important; } } } } .select2-results__option { padding: 6px 12px; .select2-results__group{ color: $dark; } } .select2-dropdown { border-color: $dropdown-border-color; background-color: $dropdown-bg; box-shadow: $shadow; } .select2-container--default { .select2-search--dropdown { padding: 10px; background-color: $dropdown-bg; .select2-search__field { border: 1px solid $input-border-color; background-color: $input-bg; color: $gray-600; outline: none; } } .select2-results__option--highlighted[aria-selected] { background-color: $primary; } .select2-results__option[aria-selected=true] { background-color: $dropdown-link-active-bg; color: $dropdown-link-active-color; &:hover { background-color: $primary; color: $white; } } } .select2-container { .select2-selection--multiple { min-height: 38px; background-color: $input-bg; border: 1px solid $input-border-color !important; .select2-selection__rendered { padding: 1px 10px; } .select2-search__field { border: 0; color: $gray-600; &::placeholder{ color: $gray-600; } } .select2-selection__choice { background-color: $primary; border: none; color: $white; border-radius: 3px; padding: 0 7px; margin-top: 7px; } .select2-selection__choice__remove { color: $white; margin-right: 5px; &:hover { color: $white; } } } }