2018-04-14 22:21:33 +00:00
|
|
|
@import 'common/sass/variables';
|
|
|
|
|
|
|
|
.rdt input {
|
|
|
|
font-family: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rdtPicker {
|
|
|
|
td {
|
|
|
|
&.rdtActive,
|
|
|
|
&.rdtActive:hover {
|
2018-06-27 04:51:42 +00:00
|
|
|
background-color: color(brand-primary);
|
2018-04-14 22:21:33 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
td.rdtToday::before {
|
2018-06-27 04:51:42 +00:00
|
|
|
border-bottom: 7px solid color(brand-primary);
|
2018-04-14 22:21:33 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.rdtCounter .rdtBtn,
|
|
|
|
.rdtNext,
|
|
|
|
.rdtPrev {
|
2018-06-27 04:51:42 +00:00
|
|
|
color: color(brand-primary);
|
2018-04-14 22:21:33 +00:00
|
|
|
}
|