Skip to content

Commit

Permalink
fix: atoms globals.css invalid class format (#18295)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThyMinimalDev authored Jan 2, 2025
1 parent bac2d1f commit b1350d0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/platform/atoms/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -13219,23 +13219,23 @@ select {
scrollbar-width: none
}

.\[--booker-main-width\: 420px\] {
.\[--booker-main-width\:420px\] {
--booker-main-width:420px
}

.\[--booker-main-width\: 480px\] {
.\[--booker-main-width\:480px\] {
--booker-main-width:480px;
}

.\[--booker-meta-width\: 240px\] {
.\[--booker-meta-width\:240px\] {
--booker-meta-width:240px
}

.\[--booker-meta-width\: 340px\] {
.\[--booker-meta-width\:340px\] {
--booker-meta-width:340px
}

.\[--booker-timeslots-width\: 240px\] {
.\[--booker-timeslots-width\:240px\] {
--booker-timeslots-width:240px
}

Expand All @@ -13259,7 +13259,7 @@ select {
--cal-brand:#111827
}

.\[--calendar-dates-sticky-offset\: 66px\] {
.\[--calendar-dates-sticky-offset\:66px\] {
--calendar-dates-sticky-offset:66px
}

Expand All @@ -13279,11 +13279,11 @@ select {
--disabled-gradient-foreground:#e6e7eb
}

.\[--troublehooster-meta-width\: 0px\] {
.\[--troublehooster-meta-width\:0px\] {
--troublehooster-meta-width:0px
}

.\[--troublehooster-meta-width\: 250px\] {
.\[--troublehooster-meta-width\:250px\] {
--troublehooster-meta-width:250px
}

Expand Down

0 comments on commit b1350d0

Please sign in to comment.