Zone creation UI preparation

This commit is contained in:
Timothy Armes
2024-04-10 14:59:58 +02:00
parent 1aba39b0e9
commit 6a3b58f02d
12 changed files with 442 additions and 42 deletions
+6
View File
@@ -101,9 +101,15 @@ input[type="number"] {
position: absolute;
width: 0px;
}
.react-datepicker-popper[data-placement^="bottom"] {
padding-top: 10px;
}
.no-calendar::-webkit-calendar-picker-indicator {
display: none;
}
.sr-only {
display: none;
}