guestbell-forms 3.0.21 → 3.0.22
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.
@@ -2642,14 +2642,16 @@ a.guestbell__dropdown-toggle {
|
|
2642
2642
|
.bookingCalendar__renderItem--cutStart::before {
|
2643
2643
|
display: block;
|
2644
2644
|
left: 0;
|
2645
|
-
background: repeating-linear-gradient(45deg, white, white 5px, transparent 5px, transparent 10px);
|
2645
|
+
background: repeating-linear-gradient(45deg, white, white 5px, transparent 5px, transparent 10px);
|
2646
|
+
z-index: 1; }
|
2646
2647
|
|
2647
2648
|
.bookingCalendar__renderItem--cutEnd {
|
2648
2649
|
padding-right: 1rem; }
|
2649
2650
|
.bookingCalendar__renderItem--cutEnd::after {
|
2650
2651
|
display: block;
|
2651
2652
|
right: 0;
|
2652
|
-
background: repeating-linear-gradient(-45deg, white, white 5px, transparent 5px, transparent 10px);
|
2653
|
+
background: repeating-linear-gradient(-45deg, white, white 5px, transparent 5px, transparent 10px);
|
2654
|
+
z-index: 1; }
|
2653
2655
|
|
2654
2656
|
.bookingCalendar__grid {
|
2655
2657
|
position: absolute;
|