123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .select2-container--bootstrap4 {
- .select2-selection--single {
-
-
- height: $input-height !important;
-
-
- .select2-selection__placeholder {
-
- color: #757575;
- line-height: $input-height-inner;
- }
-
-
- .select2-selection__arrow {
- position: absolute;
- top: 50%;
- right: 3px;
- width: 20px;
-
- b {
- top: 60%;
- border-color: $dark transparent transparent transparent;
- border-style: solid;
- border-width: 5px 4px 0 4px;
- width: 0;
- height: 0;
- left: 50%;
- margin-left: -4px;
- margin-top: -2px;
- position: absolute;
- }
- }
-
-
- .select2-selection__rendered {
- line-height: $input-height-inner;
- }
- }
- }
-
-
- .select2-search--dropdown .select2-search__field {
- border: $input-border-width solid $input-border-color;
- border-radius: $input-border-radius;
- }
-
-
- .select2-results__message {
- color: $secondary;
- }
|