index.scss 522 B

1234567891011121314151617181920212223
  1. .components-datepicker-demo-day-today {
  2. color: #0077fa;
  3. background: rgba(46, 50, 56, 0.09);
  4. }
  5. .components-datepicker-demo-day-inrange {
  6. background: #eaf5ff;
  7. }
  8. .components-datepicker-demo-day-hover {
  9. background: rgba(46, 50, 56, 0.09);
  10. }
  11. .components-datepicker-demo-day-selected,
  12. .components-datepicker-demo-day-selected-start,
  13. .components-datepicker-demo-day-selected-end {
  14. color: #fff;
  15. background: #0077fa;
  16. }
  17. .components-datepicker-demo-day-disabled {
  18. background: rgba(46, 50, 56, 0.04);
  19. }