Fix datepicker styles not being applied
This commit is contained in:
+3
-3
@@ -5,17 +5,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.flatpickr-calendar {
|
.flatpickr-calendar {
|
||||||
@apply shadow-none;
|
@apply shadow-none #{!important};
|
||||||
|
|
||||||
&.inline {
|
&.inline {
|
||||||
border: none !important;
|
border: none #{!important};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.flatpickr-calendar {
|
.flatpickr-calendar {
|
||||||
|
|
||||||
&.inline {
|
&.inline {
|
||||||
@apply border border-gray-400;
|
@apply border border-gray-400 #{!important};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user