mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 06:57:12 +01:00
simplify date selection
This commit is contained in:
committed by
Thomas Ruoff
parent
f18fa3f4d8
commit
b3c1b18e50
@@ -6,10 +6,6 @@
|
||||
@tailwind components;
|
||||
/* Stop purging. */
|
||||
|
||||
/* Start purging... */
|
||||
@tailwind utilities;
|
||||
/* Stop purging. */
|
||||
|
||||
/* Your own custom utilities */
|
||||
|
||||
.wrapper {
|
||||
@@ -114,31 +110,6 @@
|
||||
@apply text-blue-700;
|
||||
}
|
||||
|
||||
.DayPickerInput .input-text {
|
||||
@apply w-full;
|
||||
}
|
||||
|
||||
.DayPickerInput {
|
||||
@apply w-1/3;
|
||||
}
|
||||
|
||||
.datepicker
|
||||
.DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside) {
|
||||
background-color: #f0f8ff !important;
|
||||
color: #4a90e2;
|
||||
}
|
||||
.datepicker .DayPicker-Day {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
.datepicker .DayPicker-Day--start {
|
||||
border-top-left-radius: 50% !important;
|
||||
border-bottom-left-radius: 50% !important;
|
||||
}
|
||||
.datepicker .DayPicker-Day--end {
|
||||
border-top-right-radius: 50% !important;
|
||||
border-bottom-right-radius: 50% !important;
|
||||
}
|
||||
.datepicker .DayPicker-Day--dayBooked:not(.DayPicker-Day--outside) {
|
||||
color: #505050;
|
||||
background-color: #fcc;
|
||||
}
|
||||
/* Start purging... */
|
||||
@tailwind utilities;
|
||||
/* Stop purging. */
|
||||
|
||||
Reference in New Issue
Block a user