Make datepicker styles more universal
This commit is contained in:
+2
-8
@@ -5,16 +5,10 @@
|
||||
}
|
||||
|
||||
.flatpickr-calendar {
|
||||
@apply shadow-none #{!important};
|
||||
|
||||
&.inline {
|
||||
border: none #{!important};
|
||||
}
|
||||
}
|
||||
|
||||
.flatpickr-calendar {
|
||||
border: none #{!important};
|
||||
|
||||
&.inline {
|
||||
@apply shadow-none #{!important};
|
||||
@apply border border-gray-400 #{!important};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user