You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
226 B

  1. .ui-datepicker{
  2. .ui-datepicker-calendar{
  3. .ui-datepicker-current-day{
  4. background-color: $color-primary-light-03;
  5. background-color: var(--theme-color-primary-dimmed-02, $color-primary-light-03);
  6. }
  7. }
  8. }