|
15 | 15 | } |
16 | 16 |
|
17 | 17 | & .react-select__control { |
18 | | - height: $reactselectheight; |
19 | | - border-color: $tc-gray-30; |
20 | | - box-shadow: none;//0 0 2px 0 rgba(6, 129, 255, 0.7) !important; |
| 18 | + height: $reactselectheight; |
| 19 | + border-color: $tc-gray-30; |
| 20 | + box-shadow: none;//0 0 2px 0 rgba(6, 129, 255, 0.7) !important; |
21 | 21 |
|
22 | | - & > div { |
23 | | - height: $reactselectheight - 2px; |
24 | | - } |
| 22 | + & > div { |
| 23 | + height: $reactselectheight - 2px; |
| 24 | + } |
25 | 25 |
|
26 | | - & input { |
27 | | - height: $reactselectcontentheight - 3px; |
28 | | - transition: none !important; |
29 | | - } |
| 26 | + & input { |
| 27 | + height: $reactselectcontentheight - 3px; |
| 28 | + transition: none !important; |
| 29 | + } |
30 | 30 |
|
31 | | - & input:focus { |
32 | | - box-shadow: none !important; |
33 | | - -webkit-box-shadow: none !important; |
34 | | - height: $reactselectcontentheight - 3px; |
35 | | - } |
| 31 | + & input:focus { |
| 32 | + box-shadow: none !important; |
| 33 | + -webkit-box-shadow: none !important; |
| 34 | + height: $reactselectcontentheight - 3px; |
| 35 | + } |
36 | 36 | } |
37 | 37 |
|
38 | 38 | & .react-select__value-container { |
|
43 | 43 |
|
44 | 44 | & .react-select__option { |
45 | 45 | @include roboto-medium; |
46 | | - font-size: 13px; |
| 46 | + font-size: 13px; |
47 | 47 | } |
48 | 48 |
|
49 | 49 | & .react-select__multi-value { |
50 | 50 | background-color: $tc-gray-20 !important; |
51 | | - font-weight: bold; |
| 51 | + font-weight: bold; |
52 | 52 | } |
53 | 53 |
|
54 | 54 | & .react-select__menu-notice--no-options { |
55 | 55 | text-align : left !important; |
56 | | - font-size : 15px; |
57 | | - color: $tc-gray-50; |
| 56 | + font-size : 15px; |
| 57 | + color: $tc-gray-50; |
58 | 58 | } |
59 | 59 | } |
60 | 60 | .react-select-hiddendropdown-container { |
61 | 61 | @include reactselectstyles; |
62 | 62 | /*hide dropdown indicator*/ |
63 | 63 | & .react-select__control { |
64 | | - & > div:nth-child(2) { |
65 | | - display: none; |
66 | | - } |
67 | | - & .react-select__dropdown-indicator { |
68 | | - display: none; |
69 | | - } |
| 64 | + & > div:nth-child(2) { |
| 65 | + display: none; |
| 66 | + } |
| 67 | + & .react-select__dropdown-indicator { |
| 68 | + display: none; |
| 69 | + } |
70 | 70 | } |
71 | 71 | } |
72 | 72 |
|
|
0 commit comments