|
21 | 21 |
|
22 | 22 | .isRange { |
23 | 23 | :global { |
24 | | - .rdrStartEdge, |
25 | | - .rdrEndEdge { |
26 | | - color: $listing-checkbox-green !important; |
27 | | - } |
28 | | - |
29 | 24 | .rdrDayHovered { |
30 | | - background: $listing-checkbox-green !important; |
| 25 | + color: #fff !important; |
31 | 26 | } |
32 | 27 |
|
33 | 28 | .rdrDay { |
34 | 29 | .rdrInRange { |
35 | | - background: lighten($listing-checkbox-green, 30%) !important; |
| 30 | + background: #e7f2ef !important; |
36 | 31 | } |
37 | 32 |
|
38 | 33 | .rdrStartEdge, |
39 | 34 | .rdrEndEdge { |
40 | | - background: lighten($listing-checkbox-green, 30%) !important; |
| 35 | + background: #e7f2ef !important; |
41 | 36 | } |
42 | 37 | } |
43 | 38 | } |
|
62 | 57 | color: $tc-black; |
63 | 58 |
|
64 | 59 | :global { |
| 60 | + .rdrMonth { |
| 61 | + padding: 0 !important; |
| 62 | + } |
| 63 | + |
65 | 64 | @include phone { |
66 | 65 | .rdrDateRangePickerWrapper { |
67 | 66 | position: relative; |
|
91 | 90 | } |
92 | 91 |
|
93 | 92 | .rdrMonths { |
| 93 | + .rdrMonth { |
| 94 | + padding: 0 !important; |
| 95 | + } |
| 96 | + |
94 | 97 | .rdrWeekDay { |
95 | 98 | font-size: 15px; |
96 | 99 | margin-bottom: 10px; |
|
136 | 139 | } |
137 | 140 |
|
138 | 141 | select { |
139 | | - font-weight: 700; |
| 142 | + option { |
| 143 | + font-weight: 700; |
| 144 | + background: #fff; |
| 145 | + border-radius: 4px; |
| 146 | + border: 1px solid #aaa; |
| 147 | + box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12); |
| 148 | + width: 131px; |
| 149 | + padding: 8px 0; |
| 150 | + } |
140 | 151 | } |
141 | 152 | } |
142 | 153 |
|
|
227 | 238 | .rdrDayEndPreview { |
228 | 239 | display: block; |
229 | 240 | } |
230 | | - |
231 | | - .rdrInRange ~ .rdrDayNumber span { |
232 | | - opacity: 0.5; |
233 | | - } |
234 | 241 | } |
235 | 242 |
|
236 | 243 | .rdrDayEndOfMonth .rdrInRange, |
|
276 | 283 | margin-bottom: 6px; |
277 | 284 |
|
278 | 285 | .rdrInRange { |
279 | | - color: transparent; |
280 | 286 | background: transparent; |
281 | 287 |
|
282 | 288 | & ~ .rdrDayNumber span { |
|
298 | 304 | border-left: none; |
299 | 305 | } |
300 | 306 |
|
301 | | - .rdrDayStartPreview.rdrDayEndPreview, |
| 307 | + .rdrDayStartPreview, |
| 308 | + .rdrDayEndPreview, |
302 | 309 | .rdrDayHovered { |
303 | 310 | border-radius: 50%; |
304 | 311 | width: 36px; |
305 | 312 | height: 36px; |
306 | 313 | left: 4px; |
307 | 314 | border-color: transparent; |
| 315 | + background-color: #09b286 !important; |
308 | 316 | } |
309 | 317 |
|
310 | 318 | .rdrSelected, |
|
319 | 327 | .rdrDayInPreview, |
320 | 328 | .rdrDayStartPreview, |
321 | 329 | .rdrDayEndPreview { |
322 | | - border-color: lighten($listing-checkbox-green, 70%); |
| 330 | + border: none; |
323 | 331 | top: 0; |
324 | 332 | bottom: 0; |
| 333 | + left: 5px; |
325 | 334 | } |
326 | 335 |
|
327 | 336 | .rdrDayStartPreview, |
328 | 337 | .rdrDayEndPreview { |
329 | 338 | & ~ .rdrDayNumber span { |
330 | | - color: $tc-white; |
| 339 | + color: $tc-white !important; |
| 340 | + z-index: 100; |
331 | 341 | } |
332 | 342 | } |
333 | 343 |
|
|
421 | 431 | @include roboto-bold; |
422 | 432 |
|
423 | 433 | width: 71px; |
424 | | - height: 24px; |
425 | | - line-height: 22px; |
426 | | - margin: 9px 4px 16px; |
427 | | - padding: 0; |
428 | | - font-size: 10.5px; |
| 434 | + margin: 16px 16px 16px 0; |
| 435 | + padding: 0 16px; |
| 436 | + font-size: 12px; |
| 437 | + line-height: 24px; |
| 438 | + letter-spacing: 0.8px; |
| 439 | + color: #137d60; |
429 | 440 | text-align: center; |
430 | 441 | background: transparent; |
431 | | - border: 1px solid #ccc; |
432 | | - border-radius: 2px; |
| 442 | + border: 1.5px solid #137d60; |
| 443 | + border-radius: 24px; |
| 444 | + display: flex; |
| 445 | + align-self: flex-start; |
| 446 | + text-transform: uppercase; |
| 447 | + height: 26px; |
433 | 448 |
|
434 | 449 | @include phone { |
435 | 450 | width: 79px; |
|
460 | 475 | } |
461 | 476 |
|
462 | 477 | .endDate { |
463 | | - .calendar-container, |
464 | | - .calendar-inner-container { |
465 | | - right: 0; |
466 | | - } |
467 | | - |
468 | 478 | @include tablet { |
469 | 479 | .calendar-container, |
470 | 480 | .calendar-inner-container { |
|
0 commit comments