Skip to content

Commit

Permalink
closes #179
Browse files Browse the repository at this point in the history
  • Loading branch information
uvarov-frontend committed Jan 26, 2024
1 parent d1544ea commit 034cac2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package/src/styles/vanilla-calendar.layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

.vanilla-calendar_to-input {
@apply absolute left-0 mt-1
@apply absolute mt-1
}

.vanilla-calendar-controls {
Expand Down Expand Up @@ -114,7 +114,7 @@
}

.vanilla-calendar-week-number {
@apply text-xs font-semibold w-full h-full min-h-[1.875rem] min-w-[1.875rem] flex items-center justify-center cursor-pointer bg-transparent border-none p-0 m-0
@apply text-xs font-semibold w-full min-h-[1.875rem] min-w-[1.875rem] flex items-center justify-center cursor-pointer bg-transparent border-none p-0 m-0
}

.vanilla-calendar-wrapper {
Expand All @@ -130,7 +130,7 @@
}

.vanilla-calendar-week__day {
@apply text-xs font-bold w-full h-full min-w-[1.875rem] flex items-center justify-center
@apply text-xs font-bold w-full min-w-[1.875rem] flex items-center justify-center
}

.vanilla-calendar-days {
Expand All @@ -146,7 +146,7 @@
}

.vanilla-calendar-day {
@apply relative w-full h-full flex items-center justify-center
@apply relative w-full flex items-center justify-center
}

.vanilla-calendar-day_hover-intermediate .vanilla-calendar-day__btn {
Expand Down

0 comments on commit 034cac2

Please sign in to comment.