Implements daterangepicker for /admin/orders

+ update specs as well
This commit is contained in:
Jean-Baptiste Bellet
2022-08-07 19:11:23 +02:00
committed by Konrad
parent 19584ce6e0
commit 73f55ae776
4 changed files with 21 additions and 31 deletions

View File

@@ -1,15 +1,5 @@
// scss-lint:disable QualifyingElement
.date-range-filter {
.range-divider {
padding: 0;
margin-left: 5px;
}
input.datepicker {
width: 96px !important;
}
}
input.datetimepicker {
min-width: 12.9em;
}