|
5 | 5 |
|
6 | 6 | margin-right: 0; |
7 | 7 | background-color: $white; |
8 | | - border: 1px transparent $control-border-color; |
| 8 | + border: 1px solid $control-border-color; |
9 | 9 | display: flex; |
10 | 10 | align-items: center; |
11 | 11 | border-radius: var(--space-xs); |
|
18 | 18 |
|
19 | 19 | .date-select-wrapper--menu-open { |
20 | 20 | outline: none; |
21 | | - border-color: $primary-color; |
| 21 | + border-color: $theme-primary-color; |
22 | 22 | background: $white; |
23 | | - border: 1px solid $primary-color; |
24 | | - box-shadow: 0 0 3px 0 $secondary-color; |
| 23 | + border: 1px solid $theme-primary-color; |
| 24 | + box-shadow: 0 0 3px 0 $theme-secondary-color; |
25 | 25 | border-radius: var(--space-xs); |
26 | 26 | } |
27 | 27 |
|
28 | 28 | .date-select-wrapper { |
29 | 29 | &:focus { |
30 | 30 | outline: none; |
31 | | - border-color: $primary-color; |
| 31 | + border-color: $theme-primary-color; |
32 | 32 | background: $white; |
33 | | - border: 1px solid $primary-color; |
34 | | - box-shadow: 0 0 3px 0 $secondary-color; |
| 33 | + border: 1px solid $theme-primary-color; |
| 34 | + box-shadow: 0 0 3px 0 $theme-secondary-color; |
35 | 35 | border-radius: var(--space-xs); |
36 | 36 | } |
37 | 37 | } |
|
86 | 86 | line-height: 1.3em; |
87 | 87 |
|
88 | 88 | &:hover { |
89 | | - color: $secondary-color; |
| 89 | + color: $theme-secondary-color; |
90 | 90 | } |
91 | 91 | } |
92 | 92 | } |
|
97 | 97 | .route-schedule-grouped__control--menu-is-open { |
98 | 98 | outline: none; |
99 | 99 | background: $white; |
100 | | - box-shadow: 0 0 3px 0 $secondary-color; |
| 100 | + box-shadow: 0 0 3px 0 $theme-secondary-color; |
101 | 101 | border-radius: var(--space-xs); |
102 | 102 | } |
103 | 103 |
|
104 | 104 | .route-schedule-grouped__control--is-focused { |
105 | 105 | border-radius: var(--space-xs); |
106 | | - box-shadow: 0 0 3px 0 $secondary-color; |
| 106 | + box-shadow: 0 0 3px 0 $theme-secondary-color; |
107 | 107 | } |
108 | 108 |
|
109 | 109 | .route-schedule-grouped__dropdown-indicator { |
|
116 | 116 | margin-right: 0; // control padding provides the gap |
117 | 117 |
|
118 | 118 | .dropdown-arrow { |
119 | | - color: $primary-color; |
| 119 | + color: $theme-primary-color; |
120 | 120 | width: 16px; |
121 | 121 | height: 16px; |
122 | 122 | transform-origin: center; |
|
137 | 137 | background: $white; |
138 | 138 | border: 1px solid $light-gray; |
139 | 139 | box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); |
140 | | - max-height: unquote('min(400px, 60vh)'); |
141 | 140 | } |
142 | 141 |
|
143 | 142 | .route-schedule-grouped__menu-list { |
|
246 | 245 | align-items: center; |
247 | 246 | justify-content: center; |
248 | 247 | flex-shrink: 0; |
249 | | - color: $primary-color; |
| 248 | + color: $theme-primary-color; |
250 | 249 |
|
251 | 250 | svg { |
252 | 251 | width: 16px; |
|
0 commit comments