@itpsolver/react-multi-date-picker
Version:
a simple React datepicker component for working with gregorian, persian, arabic and indian calendars with the ability to select the date by single, multiple and range pickers.
19 lines (15 loc) • 346 B
CSS
.teal .rmdp-analog-clock {
background-color: #1de9b6;
border: 5px solid #00695c;
}
.teal .rmdp-analog-clock .dial-lines {
background-color: #4db6ac;
}
.teal .rmdp-analog-clock .dial-lines:nth-of-type(5n) {
width: 3px;
height: 8px;
background-color: #00796b;
}
.teal .rmdp-analog-clock .rmdp-second {
background-color: #00695c;
}