Fix datepicker styles not being applied

This commit is contained in:
Björn Fromme
2021-09-23 14:45:52 +02:00
parent 6814d8fbbc
commit 6754d44e64
@@ -5,17 +5,17 @@
}
.flatpickr-calendar {
@apply shadow-none;
@apply shadow-none #{!important};
&.inline {
border: none !important;
border: none #{!important};
}
}
.flatpickr-calendar {
&.inline {
@apply border border-gray-400;
@apply border border-gray-400 #{!important};
}
}