update src/components/DateRangePicker/index.scss

master
Your Name 3 years ago
parent 5cde089fa4
commit 9b5d517a5c
  1. 15
      src/components/DateRangePicker/index.scss

@ -9,6 +9,15 @@
box-shadow: none !important;
}
.rmdp-day {
color: #1073d5 !important;
}
.rmdp-day.rmdp-deactive,
.rmdp-day.rmdp-disabled {
color: #8798ad !important;
}
.rmdp-arrow-container .rmdp-arrow {
border: solid #fff;
border-width: 0 2px 2px 0;
@ -54,3 +63,9 @@
box-shadow: none !important;
border: solid 1px #dbdbdb !important;
}
.rmdp-day.rmdp-today span {
background: #f7f7f7 !important;
color: #3b98f3 !important;
border-radius: 4px !important;
}

Loading…
Cancel
Save