UNPKG

890 BSCSSView Raw
1.av-select.is-touched.is-invalid .av__control {
2 border-color: #931b1d;
3 background-color: #fbcbc8;
4 .is-invalid__dropdown-indicator {
5 color: #931b1d;
6 }
7}
8
9.av-select.is-touched.is-invalid .av__control-is-focused {
10 background-color: #fff;
11 .is-invalid__dropdown-indicator {
12 color: #000;
13 }
14}
15
16.av-select .av__control {
17 background-color: white;
18}
19
20.av-select .av__placeholder {
21 color: #666;
22}
23
24.av__value-container {
25 width: 90%;
26}
27
28.av__value-container--is-multi.av__value-container--has-value.av__value-container {
29 width: 85%;
30}
31
32.av__value-container > div,
33.av__input,
34.av__input > input {
35 max-width: 99%;
36}
37
38.av__input > input + div {
39 max-width: 100%;
40}
41
42svg,
43use {
44 pointer-events: none;
45}
46
47.av-select.form-control {
48 padding: 0;
49 border-width: 0;
50 .av__control {
51 border-radius: inherit;
52 &.av__control--is-focused {
53 z-index: 3;
54 }
55 }
56}