mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
update tailwindcss@4
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
@tailwind base;
|
||||
|
||||
/* Write your own custom base styles here */
|
||||
|
||||
/* Start purging... */
|
||||
@tailwind components;
|
||||
/* Stop purging. */
|
||||
@import 'tailwindcss';
|
||||
|
||||
/* Your own custom utilities */
|
||||
|
||||
@@ -102,9 +96,11 @@
|
||||
.react-calendar__navigation button[disabled] {
|
||||
@apply text-gray-700 cursor-not-allowed;
|
||||
}
|
||||
|
||||
.react-calendar__month-view__weekdays {
|
||||
@apply text-sm text-center uppercase font-bold;
|
||||
}
|
||||
|
||||
.react-calendar__month-view__weekdays__weekday {
|
||||
@apply p-1;
|
||||
}
|
||||
@@ -116,19 +112,22 @@
|
||||
.react-calendar__month-view__weekNumbers {
|
||||
@apply font-bold;
|
||||
}
|
||||
|
||||
.react-calendar__month-view__weekNumbers .react-calendar__tile {
|
||||
@apply flex items-center content-center;
|
||||
}
|
||||
|
||||
.react-calendar__month-view__days__day--weekend {
|
||||
@apply text-red-600;
|
||||
}
|
||||
|
||||
.react-calendar__month-view__days__day--neighboringMonth {
|
||||
@apply text-gray-600;
|
||||
}
|
||||
|
||||
.react-calendar__year-view .react-calendar__tile,
|
||||
.react-calendar__decade-view .react-calendar__tile,
|
||||
.react-calendar__century-view .react-calendar__tile {
|
||||
}
|
||||
.react-calendar__century-view .react-calendar__tile {}
|
||||
|
||||
.react-calendar__tile {
|
||||
@apply py-1;
|
||||
|
||||
Reference in New Issue
Block a user