Fix datepicker styles not being applied
This commit is contained in:
+3
-3
@@ -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};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user