factorize as we need only one file for datepicker

This commit is contained in:
Jean-Baptiste Bellet
2021-01-25 11:02:03 +01:00
parent 9619ea06de
commit 8383b19458
2 changed files with 16 additions and 15 deletions

View File

@@ -9,4 +9,19 @@
input.datepicker {
width: 96px !important;
}
}
}
input.datetimepicker {
min-width: 12.9em;
}
.container input[readonly].flatpickr-input {
background-color: $white;
cursor: pointer;
}
img.ui-datepicker-trigger {
margin-left: -1.75em;
position: absolute;
margin-top: 0.5em;
}

View File

@@ -1,14 +0,0 @@
input.datetimepicker {
min-width: 12.9em;
}
.container .flatpickr-input {
background-color: $white;
cursor: pointer;
}
img.ui-datepicker-trigger {
margin-left: -1.75em;
position: absolute;
margin-top: 0.5em;
}