-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_bootstrap-daterangepicker.scss
57 lines (48 loc) · 1 KB
/
_bootstrap-daterangepicker.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.daterangepicker {
.ranges {
padding: 0;
margin: 0;
ul>li:last-child {
margin-bottom: 0 !important;
}
}
select.monthselect,
select.yearselect {
padding: 5px 8px !important;
border: 0px;
margin-bottom: 4px;
}
td.in-range {
background: #f4f5f8 !important;
color: #212529 !important;
}
td.active:not(.off),
td.active:hover,
.active.end-date.in-range {
background: $background-theme !important;
color: $color-white !important;
}
.drp-buttons .btn {
padding: 10px 10px;
line-height: 10px;
}
}
input.daterange:after,
input.dates:after {
font-family: inspiro-icons !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\e951";
position: absolute;
right: 4px;
background: blue;
}
.daterangepicker .calendar-time select.ampmselect,
.daterangepicker .calendar-time select.hourselect,
.daterangepicker .calendar-time select.minuteselect {
min-height: 20px;
background-color: $background-white !important;
}