@elliemae/ds-basic 3.36.0-rc.0 → 3.37.0-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,901 @@
1
1
  @import '../../src/index';
2
+ /* ********************************************************************
3
+ * HARDCODED IMPORT FROM THIRD PARTY LIBRARY *
4
+ ***********************************************************************
5
+ * react-dates start *
6
+ ********************************************************************* */
7
+ .PresetDateRangePicker_panel {
8
+ padding: 0 22px 11px
9
+ }
10
+ .PresetDateRangePicker_button {
11
+ position: relative;
12
+ height: 100%;
13
+ text-align: center;
14
+ background: 0 0;
15
+ border: 2px solid #00a699;
16
+ color: #00a699;
17
+ padding: 4px 12px;
18
+ margin-right: 8px;
19
+ font: inherit;
20
+ font-weight: 700;
21
+ line-height: normal;
22
+ overflow: visible;
23
+ -moz-box-sizing: border-box;
24
+ box-sizing: border-box;
25
+ cursor: pointer
26
+ }
27
+ .PresetDateRangePicker_button:active {
28
+ outline: 0
29
+ }
30
+ .PresetDateRangePicker_button__selected {
31
+ color: #fff;
32
+ background: #00a699
33
+ }
34
+ .SingleDatePickerInput {
35
+ display: inline-block;
36
+ background-color: #fff
37
+ }
38
+ .SingleDatePickerInput__withBorder {
39
+ border-radius: 2px;
40
+ border: 1px solid #dbdbdb
41
+ }
42
+ .SingleDatePickerInput__rtl {
43
+ direction: rtl
44
+ }
45
+ .SingleDatePickerInput__disabled {
46
+ background-color: #f2f2f2
47
+ }
48
+ .SingleDatePickerInput__block {
49
+ display: block
50
+ }
51
+ .SingleDatePickerInput__showClearDate {
52
+ padding-right: 30px
53
+ }
54
+ .SingleDatePickerInput_clearDate {
55
+ background: 0 0;
56
+ border: 0;
57
+ color: inherit;
58
+ font: inherit;
59
+ line-height: normal;
60
+ overflow: visible;
61
+ cursor: pointer;
62
+ padding: 10px;
63
+ margin: 0 10px 0 5px;
64
+ position: absolute;
65
+ right: 0;
66
+ top: 50%;
67
+ -webkit-transform: translateY(-50%);
68
+ -ms-transform: translateY(-50%);
69
+ transform: translateY(-50%)
70
+ }
71
+ .SingleDatePickerInput_clearDate__default:focus,
72
+ .SingleDatePickerInput_clearDate__default:hover {
73
+ background: #dbdbdb;
74
+ border-radius: 50%
75
+ }
76
+ .SingleDatePickerInput_clearDate__small {
77
+ padding: 6px
78
+ }
79
+ .SingleDatePickerInput_clearDate__hide {
80
+ visibility: hidden
81
+ }
82
+ .SingleDatePickerInput_clearDate_svg {
83
+ fill: #82888a;
84
+ height: 12px;
85
+ width: 15px;
86
+ vertical-align: middle
87
+ }
88
+ .SingleDatePickerInput_clearDate_svg__small {
89
+ height: 9px
90
+ }
91
+ .SingleDatePickerInput_calendarIcon {
92
+ background: 0 0;
93
+ border: 0;
94
+ color: inherit;
95
+ font: inherit;
96
+ line-height: normal;
97
+ overflow: visible;
98
+ cursor: pointer;
99
+ display: inline-block;
100
+ vertical-align: middle;
101
+ padding: 10px;
102
+ margin: 0 5px 0 10px
103
+ }
104
+ .SingleDatePickerInput_calendarIcon_svg {
105
+ fill: #82888a;
106
+ height: 15px;
107
+ width: 14px;
108
+ vertical-align: middle
109
+ }
110
+ .SingleDatePicker {
111
+ position: relative;
112
+ display: inline-block
113
+ }
114
+ .SingleDatePicker__block {
115
+ display: block
116
+ }
117
+ .SingleDatePicker_picker {
118
+ z-index: 1;
119
+ background-color: #fff;
120
+ position: absolute
121
+ }
122
+ .SingleDatePicker_picker__rtl {
123
+ direction: rtl
124
+ }
125
+ .SingleDatePicker_picker__directionLeft {
126
+ left: 0
127
+ }
128
+ .SingleDatePicker_picker__directionRight {
129
+ right: 0
130
+ }
131
+ .SingleDatePicker_picker__portal {
132
+ background-color: rgba(0,0,0,.3);
133
+ position: fixed;
134
+ top: 0;
135
+ left: 0;
136
+ height: 100%;
137
+ width: 100%
138
+ }
139
+ .SingleDatePicker_picker__fullScreenPortal {
140
+ background-color: #fff
141
+ }
142
+ .SingleDatePicker_closeButton {
143
+ background: 0 0;
144
+ border: 0;
145
+ color: inherit;
146
+ font: inherit;
147
+ line-height: normal;
148
+ overflow: visible;
149
+ cursor: pointer;
150
+ position: absolute;
151
+ top: 0;
152
+ right: 0;
153
+ padding: 15px;
154
+ z-index: 2
155
+ }
156
+ .SingleDatePicker_closeButton:focus,
157
+ .SingleDatePicker_closeButton:hover {
158
+ color: darken(#cacccd,10%);
159
+ text-decoration: none
160
+ }
161
+ .SingleDatePicker_closeButton_svg {
162
+ height: 15px;
163
+ width: 15px;
164
+ fill: #cacccd
165
+ }
166
+ .DayPickerKeyboardShortcuts_buttonReset {
167
+ background: 0 0;
168
+ border: 0;
169
+ border-radius: 0;
170
+ color: inherit;
171
+ font: inherit;
172
+ line-height: normal;
173
+ overflow: visible;
174
+ padding: 0;
175
+ cursor: pointer;
176
+ font-size: 14px
177
+ }
178
+ .DayPickerKeyboardShortcuts_buttonReset:active {
179
+ outline: 0
180
+ }
181
+ .DayPickerKeyboardShortcuts_show {
182
+ width: 33px;
183
+ height: 26px;
184
+ position: absolute;
185
+ z-index: 2
186
+ }
187
+ .DayPickerKeyboardShortcuts_show::before {
188
+ content: "";
189
+ display: block;
190
+ position: absolute
191
+ }
192
+ .DayPickerKeyboardShortcuts_show__bottomRight {
193
+ bottom: 0;
194
+ right: 0
195
+ }
196
+ .DayPickerKeyboardShortcuts_show__bottomRight::before {
197
+ border-top: 26px solid transparent;
198
+ border-right: 33px solid #00a699;
199
+ bottom: 0;
200
+ right: 0
201
+ }
202
+ .DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
203
+ border-right: 33px solid #008489
204
+ }
205
+ .DayPickerKeyboardShortcuts_show__topRight {
206
+ top: 0;
207
+ right: 0
208
+ }
209
+ .DayPickerKeyboardShortcuts_show__topRight::before {
210
+ border-bottom: 26px solid transparent;
211
+ border-right: 33px solid #00a699;
212
+ top: 0;
213
+ right: 0
214
+ }
215
+ .DayPickerKeyboardShortcuts_show__topRight:hover::before {
216
+ border-right: 33px solid #008489
217
+ }
218
+ .DayPickerKeyboardShortcuts_show__topLeft {
219
+ top: 0;
220
+ left: 0
221
+ }
222
+ .DayPickerKeyboardShortcuts_show__topLeft::before {
223
+ border-bottom: 26px solid transparent;
224
+ border-left: 33px solid #00a699;
225
+ top: 0;
226
+ left: 0
227
+ }
228
+ .DayPickerKeyboardShortcuts_show__topLeft:hover::before {
229
+ border-left: 33px solid #008489
230
+ }
231
+ .DayPickerKeyboardShortcuts_showSpan {
232
+ color: #fff;
233
+ position: absolute
234
+ }
235
+ .DayPickerKeyboardShortcuts_showSpan__bottomRight {
236
+ bottom: 0;
237
+ right: 5px
238
+ }
239
+ .DayPickerKeyboardShortcuts_showSpan__topRight {
240
+ top: 1px;
241
+ right: 5px
242
+ }
243
+ .DayPickerKeyboardShortcuts_showSpan__topLeft {
244
+ top: 1px;
245
+ left: 5px
246
+ }
247
+ .DayPickerKeyboardShortcuts_panel {
248
+ overflow: auto;
249
+ background: #fff;
250
+ border: 1px solid #dbdbdb;
251
+ border-radius: 2px;
252
+ position: absolute;
253
+ top: 0;
254
+ bottom: 0;
255
+ right: 0;
256
+ left: 0;
257
+ z-index: 2;
258
+ padding: 22px;
259
+ margin: 33px;
260
+ text-align: left
261
+ }
262
+ .DayPickerKeyboardShortcuts_title {
263
+ font-size: 16px;
264
+ font-weight: 700;
265
+ margin: 0
266
+ }
267
+ .DayPickerKeyboardShortcuts_list {
268
+ list-style: none;
269
+ padding: 0;
270
+ font-size: 14px
271
+ }
272
+ .DayPickerKeyboardShortcuts_close {
273
+ position: absolute;
274
+ right: 22px;
275
+ top: 22px;
276
+ z-index: 2
277
+ }
278
+ .DayPickerKeyboardShortcuts_close:active {
279
+ outline: 0
280
+ }
281
+ .DayPickerKeyboardShortcuts_closeSvg {
282
+ height: 15px;
283
+ width: 15px;
284
+ fill: #cacccd
285
+ }
286
+ .DayPickerKeyboardShortcuts_closeSvg:focus,
287
+ .DayPickerKeyboardShortcuts_closeSvg:hover {
288
+ fill: #82888a
289
+ }
290
+ .CalendarDay {
291
+ -moz-box-sizing: border-box;
292
+ box-sizing: border-box;
293
+ cursor: pointer;
294
+ font-size: 14px;
295
+ text-align: center
296
+ }
297
+ .CalendarDay:active {
298
+ outline: 0
299
+ }
300
+ .CalendarDay__defaultCursor {
301
+ cursor: default
302
+ }
303
+ .CalendarDay__default {
304
+ border: 1px solid #e4e7e7;
305
+ color: #484848;
306
+ background: #fff
307
+ }
308
+ .CalendarDay__default:hover {
309
+ background: #e4e7e7;
310
+ border: 1px solid #e4e7e7;
311
+ color: inherit
312
+ }
313
+ .CalendarDay__hovered_offset {
314
+ background: #f4f5f5;
315
+ border: 1px double #e4e7e7;
316
+ color: inherit
317
+ }
318
+ .CalendarDay__outside {
319
+ border: 0;
320
+ background: #fff;
321
+ color: #484848
322
+ }
323
+ .CalendarDay__outside:hover {
324
+ border: 0
325
+ }
326
+ .CalendarDay__blocked_minimum_nights {
327
+ background: #fff;
328
+ border: 1px solid #eceeee;
329
+ color: #cacccd
330
+ }
331
+ .CalendarDay__blocked_minimum_nights:active,
332
+ .CalendarDay__blocked_minimum_nights:hover {
333
+ background: #fff;
334
+ color: #cacccd
335
+ }
336
+ .CalendarDay__highlighted_calendar {
337
+ background: #ffe8bc;
338
+ color: #484848
339
+ }
340
+ .CalendarDay__highlighted_calendar:active,
341
+ .CalendarDay__highlighted_calendar:hover {
342
+ background: #ffce71;
343
+ color: #484848
344
+ }
345
+ .CalendarDay__selected_span {
346
+ background: #66e2da;
347
+ border: 1px double #33dacd;
348
+ color: #fff
349
+ }
350
+ .CalendarDay__selected_span:active,
351
+ .CalendarDay__selected_span:hover {
352
+ background: #33dacd;
353
+ border: 1px double #33dacd;
354
+ color: #fff
355
+ }
356
+ .CalendarDay__selected,
357
+ .CalendarDay__selected:active,
358
+ .CalendarDay__selected:hover {
359
+ background: #00a699;
360
+ border: 1px double #00a699;
361
+ color: #fff
362
+ }
363
+ .CalendarDay__hovered_span,
364
+ .CalendarDay__hovered_span:hover {
365
+ background: #b2f1ec;
366
+ border: 1px double #80e8e0;
367
+ color: #007a87
368
+ }
369
+ .CalendarDay__hovered_span:active {
370
+ background: #80e8e0;
371
+ border: 1px double #80e8e0;
372
+ color: #007a87
373
+ }
374
+ .CalendarDay__blocked_calendar,
375
+ .CalendarDay__blocked_calendar:active,
376
+ .CalendarDay__blocked_calendar:hover {
377
+ background: #cacccd;
378
+ border: 1px solid #cacccd;
379
+ color: #82888a
380
+ }
381
+ .CalendarDay__blocked_out_of_range,
382
+ .CalendarDay__blocked_out_of_range:active,
383
+ .CalendarDay__blocked_out_of_range:hover {
384
+ background: #fff;
385
+ border: 1px solid #e4e7e7;
386
+ color: #cacccd
387
+ }
388
+ .CalendarDay__hovered_start_first_possible_end {
389
+ background: #eceeee;
390
+ border: 1px double #eceeee
391
+ }
392
+ .CalendarDay__hovered_start_blocked_min_nights {
393
+ background: #eceeee;
394
+ border: 1px double #e4e7e7
395
+ }
396
+ .CalendarMonth {
397
+ background: #fff;
398
+ text-align: center;
399
+ vertical-align: top;
400
+ -webkit-user-select: none;
401
+ -moz-user-select: none;
402
+ -ms-user-select: none;
403
+ user-select: none
404
+ }
405
+ .CalendarMonth_table {
406
+ border-collapse: collapse;
407
+ border-spacing: 0
408
+ }
409
+ .CalendarMonth_verticalSpacing {
410
+ border-collapse: separate
411
+ }
412
+ .CalendarMonth_caption {
413
+ color: #484848;
414
+ font-size: 18px;
415
+ text-align: center;
416
+ padding-top: 22px;
417
+ padding-bottom: 37px;
418
+ caption-side: initial
419
+ }
420
+ .CalendarMonth_caption__verticalScrollable {
421
+ padding-top: 12px;
422
+ padding-bottom: 7px
423
+ }
424
+ .CalendarMonthGrid {
425
+ background: #fff;
426
+ text-align: left;
427
+ z-index: 0
428
+ }
429
+ .CalendarMonthGrid__animating {
430
+ z-index: 1
431
+ }
432
+ .CalendarMonthGrid__horizontal {
433
+ position: absolute;
434
+ left: 9px
435
+ }
436
+ .CalendarMonthGrid__vertical,
437
+ .CalendarMonthGrid__vertical_scrollable {
438
+ margin: 0 auto
439
+ }
440
+ .CalendarMonthGrid_month__horizontal {
441
+ display: inline-block;
442
+ vertical-align: top;
443
+ min-height: 100%
444
+ }
445
+ .CalendarMonthGrid_month__hideForAnimation {
446
+ position: absolute;
447
+ z-index: -1;
448
+ opacity: 0;
449
+ pointer-events: none
450
+ }
451
+ .CalendarMonthGrid_month__hidden {
452
+ visibility: hidden
453
+ }
454
+ .DayPickerNavigation {
455
+ position: relative;
456
+ z-index: 2
457
+ }
458
+ .DayPickerNavigation__horizontal {
459
+ height: 0
460
+ }
461
+ .DayPickerNavigation__verticalScrollable_prevNav {
462
+ z-index: 1
463
+ }
464
+ .DayPickerNavigation__verticalDefault {
465
+ position: absolute;
466
+ width: 100%;
467
+ height: 52px;
468
+ bottom: 0;
469
+ left: 0
470
+ }
471
+ .DayPickerNavigation__verticalScrollableDefault {
472
+ position: relative
473
+ }
474
+ .DayPickerNavigation__bottom {
475
+ height: auto
476
+ }
477
+ .DayPickerNavigation__bottomDefault {
478
+ -webkit-box-pack: justify;
479
+ -ms-flex-pack: justify;
480
+ display: -webkit-box;
481
+ display: -moz-box;
482
+ display: -ms-flexbox;
483
+ display: -webkit-flex;
484
+ display: flex;
485
+ -webkit-justify-content: space-between;
486
+ justify-content: space-between
487
+ }
488
+ .DayPickerNavigation_button {
489
+ cursor: pointer;
490
+ -webkit-user-select: none;
491
+ -moz-user-select: none;
492
+ -ms-user-select: none;
493
+ user-select: none;
494
+ border: 0;
495
+ padding: 0;
496
+ margin: 0
497
+ }
498
+ .DayPickerNavigation_button__default {
499
+ border: 1px solid #e4e7e7;
500
+ background-color: #fff;
501
+ color: #757575
502
+ }
503
+ .DayPickerNavigation_button__default:focus,
504
+ .DayPickerNavigation_button__default:hover {
505
+ border: 1px solid #c4c4c4
506
+ }
507
+ .DayPickerNavigation_button__default:active {
508
+ background: #f2f2f2
509
+ }
510
+ .DayPickerNavigation_button__disabled {
511
+ cursor: default;
512
+ border: 1px solid #f2f2f2
513
+ }
514
+ .DayPickerNavigation_button__disabled:focus,
515
+ .DayPickerNavigation_button__disabled:hover {
516
+ border: 1px solid #f2f2f2
517
+ }
518
+ .DayPickerNavigation_button__disabled:active {
519
+ background: 0 0
520
+ }
521
+ .DayPickerNavigation_button__horizontalDefault {
522
+ position: absolute;
523
+ top: 18px;
524
+ line-height: .78;
525
+ border-radius: 3px;
526
+ padding: 6px 9px
527
+ }
528
+ .DayPickerNavigation_bottomButton__horizontalDefault {
529
+ position: static;
530
+ margin: -10px 22px 30px
531
+ }
532
+ .DayPickerNavigation_leftButton__horizontalDefault {
533
+ left: 22px
534
+ }
535
+ .DayPickerNavigation_rightButton__horizontalDefault {
536
+ right: 22px
537
+ }
538
+ .DayPickerNavigation_button__verticalDefault {
539
+ padding: 5px;
540
+ background: #fff;
541
+ box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
542
+ position: relative;
543
+ display: inline-block;
544
+ text-align: center;
545
+ height: 100%;
546
+ width: 50%
547
+ }
548
+ .DayPickerNavigation_nextButton__verticalDefault {
549
+ border-left: 0
550
+ }
551
+ .DayPickerNavigation_nextButton__verticalScrollableDefault,
552
+ .DayPickerNavigation_prevButton__verticalScrollableDefault {
553
+ width: 100%
554
+ }
555
+ .DayPickerNavigation_svg__horizontal {
556
+ height: 19px;
557
+ width: 19px;
558
+ fill: #82888a;
559
+ display: block
560
+ }
561
+ .DayPickerNavigation_svg__vertical {
562
+ height: 42px;
563
+ width: 42px;
564
+ fill: #484848
565
+ }
566
+ .DayPickerNavigation_svg__disabled {
567
+ fill: #f2f2f2
568
+ }
569
+ .DayPicker {
570
+ background: #fff;
571
+ position: relative;
572
+ text-align: left
573
+ }
574
+ .DayPicker__horizontal {
575
+ background: #fff
576
+ }
577
+ .DayPicker__verticalScrollable {
578
+ height: 100%
579
+ }
580
+ .DayPicker__hidden {
581
+ visibility: hidden
582
+ }
583
+ .DayPicker__withBorder {
584
+ box-shadow: 0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07);
585
+ border-radius: 3px
586
+ }
587
+ .DayPicker_portal__horizontal {
588
+ box-shadow: none;
589
+ position: absolute;
590
+ left: 50%;
591
+ top: 50%
592
+ }
593
+ .DayPicker_portal__vertical {
594
+ position: initial
595
+ }
596
+ .DayPicker_focusRegion {
597
+ outline: 0
598
+ }
599
+ .DayPicker_calendarInfo__horizontal,
600
+ .DayPicker_wrapper__horizontal {
601
+ display: inline-block;
602
+ vertical-align: top
603
+ }
604
+ .DayPicker_weekHeaders {
605
+ position: relative
606
+ }
607
+ .DayPicker_weekHeaders__horizontal {
608
+ margin-left: 9px
609
+ }
610
+ .DayPicker_weekHeader {
611
+ color: #757575;
612
+ position: absolute;
613
+ top: 62px;
614
+ z-index: 2;
615
+ text-align: left
616
+ }
617
+ .DayPicker_weekHeader__vertical {
618
+ left: 50%
619
+ }
620
+ .DayPicker_weekHeader__verticalScrollable {
621
+ top: 0;
622
+ display: table-row;
623
+ border-bottom: 1px solid #dbdbdb;
624
+ background: #fff;
625
+ margin-left: 0;
626
+ left: 0;
627
+ width: 100%;
628
+ text-align: center
629
+ }
630
+ .DayPicker_weekHeader_ul {
631
+ list-style: none;
632
+ margin: 1px 0;
633
+ padding-left: 0;
634
+ padding-right: 0;
635
+ font-size: 14px
636
+ }
637
+ .DayPicker_weekHeader_li {
638
+ display: inline-block;
639
+ text-align: center
640
+ }
641
+ .DayPicker_transitionContainer {
642
+ position: relative;
643
+ overflow: hidden;
644
+ border-radius: 3px
645
+ }
646
+ .DayPicker_transitionContainer__horizontal {
647
+ -webkit-transition: height .2s ease-in-out;
648
+ -moz-transition: height .2s ease-in-out;
649
+ transition: height .2s ease-in-out
650
+ }
651
+ .DayPicker_transitionContainer__vertical {
652
+ width: 100%
653
+ }
654
+ .DayPicker_transitionContainer__verticalScrollable {
655
+ padding-top: 20px;
656
+ height: 100%;
657
+ position: absolute;
658
+ top: 0;
659
+ bottom: 0;
660
+ right: 0;
661
+ left: 0;
662
+ overflow-y: scroll
663
+ }
664
+ .DateInput {
665
+ margin: 0;
666
+ padding: 0;
667
+ background: #fff;
668
+ position: relative;
669
+ display: inline-block;
670
+ width: 130px;
671
+ vertical-align: middle
672
+ }
673
+ .DateInput__small {
674
+ width: 97px
675
+ }
676
+ .DateInput__block {
677
+ width: 100%
678
+ }
679
+ .DateInput__disabled {
680
+ background: #f2f2f2;
681
+ color: #dbdbdb
682
+ }
683
+ .DateInput_input {
684
+ font-weight: 200;
685
+ font-size: 19px;
686
+ line-height: 24px;
687
+ color: #484848;
688
+ background-color: #fff;
689
+ width: 100%;
690
+ padding: 11px 11px 9px;
691
+ border: 0;
692
+ border-top: 0;
693
+ border-right: 0;
694
+ border-bottom: 2px solid transparent;
695
+ border-left: 0;
696
+ border-radius: 0
697
+ }
698
+ .DateInput_input__small {
699
+ font-size: 15px;
700
+ line-height: 18px;
701
+ letter-spacing: .2px;
702
+ padding: 7px 7px 5px
703
+ }
704
+ .DateInput_input__regular {
705
+ font-weight: auto
706
+ }
707
+ .DateInput_input__readOnly {
708
+ -webkit-user-select: none;
709
+ -moz-user-select: none;
710
+ -ms-user-select: none;
711
+ user-select: none
712
+ }
713
+ .DateInput_input__focused {
714
+ outline: 0;
715
+ background: #fff;
716
+ border: 0;
717
+ border-top: 0;
718
+ border-right: 0;
719
+ border-bottom: 2px solid #008489;
720
+ border-left: 0
721
+ }
722
+ .DateInput_input__disabled {
723
+ background: #f2f2f2;
724
+ font-style: italic
725
+ }
726
+ .DateInput_screenReaderMessage {
727
+ border: 0;
728
+ clip: rect(0,0,0,0);
729
+ height: 1px;
730
+ margin: -1px;
731
+ overflow: hidden;
732
+ padding: 0;
733
+ position: absolute;
734
+ width: 1px
735
+ }
736
+ .DateInput_fang {
737
+ position: absolute;
738
+ width: 20px;
739
+ height: 10px;
740
+ left: 22px;
741
+ z-index: 2
742
+ }
743
+ .DateInput_fangShape {
744
+ fill: #fff
745
+ }
746
+ .DateInput_fangStroke {
747
+ stroke: #dbdbdb;
748
+ fill: transparent
749
+ }
750
+ .DateRangePickerInput {
751
+ background-color: #fff;
752
+ display: inline-block
753
+ }
754
+ .DateRangePickerInput__disabled {
755
+ background: #f2f2f2
756
+ }
757
+ .DateRangePickerInput__withBorder {
758
+ border-radius: 2px;
759
+ border: 1px solid #dbdbdb
760
+ }
761
+ .DateRangePickerInput__rtl {
762
+ direction: rtl
763
+ }
764
+ .DateRangePickerInput__block {
765
+ display: block
766
+ }
767
+ .DateRangePickerInput__showClearDates {
768
+ padding-right: 30px
769
+ }
770
+ .DateRangePickerInput_arrow {
771
+ display: inline-block;
772
+ vertical-align: middle;
773
+ color: #484848
774
+ }
775
+ .DateRangePickerInput_arrow_svg {
776
+ vertical-align: middle;
777
+ fill: #484848;
778
+ height: 24px;
779
+ width: 24px
780
+ }
781
+ .DateRangePickerInput_clearDates {
782
+ background: 0 0;
783
+ border: 0;
784
+ color: inherit;
785
+ font: inherit;
786
+ line-height: normal;
787
+ overflow: visible;
788
+ cursor: pointer;
789
+ padding: 10px;
790
+ margin: 0 10px 0 5px;
791
+ position: absolute;
792
+ right: 0;
793
+ top: 50%;
794
+ -webkit-transform: translateY(-50%);
795
+ -ms-transform: translateY(-50%);
796
+ transform: translateY(-50%)
797
+ }
798
+ .DateRangePickerInput_clearDates__small {
799
+ padding: 6px
800
+ }
801
+ .DateRangePickerInput_clearDates_default:focus,
802
+ .DateRangePickerInput_clearDates_default:hover {
803
+ background: #dbdbdb;
804
+ border-radius: 50%
805
+ }
806
+ .DateRangePickerInput_clearDates__hide {
807
+ visibility: hidden
808
+ }
809
+ .DateRangePickerInput_clearDates_svg {
810
+ fill: #82888a;
811
+ height: 12px;
812
+ width: 15px;
813
+ vertical-align: middle
814
+ }
815
+ .DateRangePickerInput_clearDates_svg__small {
816
+ height: 9px
817
+ }
818
+ .DateRangePickerInput_calendarIcon {
819
+ background: 0 0;
820
+ border: 0;
821
+ color: inherit;
822
+ font: inherit;
823
+ line-height: normal;
824
+ overflow: visible;
825
+ cursor: pointer;
826
+ display: inline-block;
827
+ vertical-align: middle;
828
+ padding: 10px;
829
+ margin: 0 5px 0 10px
830
+ }
831
+ .DateRangePickerInput_calendarIcon_svg {
832
+ fill: #82888a;
833
+ height: 15px;
834
+ width: 14px;
835
+ vertical-align: middle
836
+ }
837
+ .DateRangePicker {
838
+ position: relative;
839
+ display: inline-block
840
+ }
841
+ .DateRangePicker__block {
842
+ display: block
843
+ }
844
+ .DateRangePicker_picker {
845
+ z-index: 1;
846
+ background-color: #fff;
847
+ position: absolute
848
+ }
849
+ .DateRangePicker_picker__rtl {
850
+ direction: rtl
851
+ }
852
+ .DateRangePicker_picker__directionLeft {
853
+ left: 0
854
+ }
855
+ .DateRangePicker_picker__directionRight {
856
+ right: 0
857
+ }
858
+ .DateRangePicker_picker__portal {
859
+ background-color: rgba(0,0,0,.3);
860
+ position: fixed;
861
+ top: 0;
862
+ left: 0;
863
+ height: 100%;
864
+ width: 100%
865
+ }
866
+ .DateRangePicker_picker__fullScreenPortal {
867
+ background-color: #fff
868
+ }
869
+ .DateRangePicker_closeButton {
870
+ background: 0 0;
871
+ border: 0;
872
+ color: inherit;
873
+ font: inherit;
874
+ line-height: normal;
875
+ overflow: visible;
876
+ cursor: pointer;
877
+ position: absolute;
878
+ top: 0;
879
+ right: 0;
880
+ padding: 15px;
881
+ z-index: 2
882
+ }
883
+ .DateRangePicker_closeButton:focus,
884
+ .DateRangePicker_closeButton:hover {
885
+ color: darken(#cacccd,10%);
886
+ text-decoration: none
887
+ }
888
+ .DateRangePicker_closeButton_svg {
889
+ height: 15px;
890
+ width: 15px;
891
+ fill: #cacccd
892
+ }
893
+ /* ********************************************************************
894
+ * react-dates end *
895
+ ********************************************************************* */
896
+
897
+
898
+
2
899
 
3
900
  // FOR NOW PLEASE ALSO UPDATE ../dist-index.scss
4
901
 
@@ -6,7 +903,6 @@
6
903
  // todo: this can work for compiled scss but not if a user uses this index as scss on another component
7
904
  // we need to rethink how the styles are imported, maybe using css modules
8
905
  // or even styled component so we have styles more modularized
9
- @import '~react-dates/lib/css/_datepicker.css';
10
906
  @import '../../../../legacy/ds-shuttle/src/DSShuttle.scss';
11
907
  @import '../../../../legacy/ds-filterbar/src/DSFilterBar.scss';
12
908
  @import '../../../../legacy/ds-modal/src/DSModal.scss';