raise-common-lib 0.0.161 → 0.0.162

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -530,6 +530,7 @@
530
530
  font-size: var(--rs-font-size);
531
531
  }
532
532
  }
533
+
533
534
  &.e-month {
534
535
  .e-cell {
535
536
  .e-day {
@@ -553,6 +554,14 @@
553
554
  }
554
555
  }
555
556
  }
557
+ &.e-year {
558
+ .e-cell.e-focused-date {
559
+ .e-day {
560
+ background-color: #1f7bff !important;
561
+ color: #fff !important;
562
+ }
563
+ }
564
+ }
556
565
  .e-today {
557
566
  .e-day {
558
567
  color: var(--rs-active-color) !important;
@@ -608,6 +617,18 @@
608
617
  }
609
618
  }
610
619
  }
620
+ .e-footer-container {
621
+ justify-content: center !important;
622
+ .e-btn.e-today {
623
+ border: 0 !important;
624
+ background-color: #fff !important;
625
+ color: #44566c !important;
626
+ &:hover {
627
+ background-color: #fff !important;
628
+ color: #1f7bff !important;
629
+ }
630
+ }
631
+ }
611
632
  }
612
633
 
613
634
  .e-datetimepicker.e-popup {