Add option to select full day time range

This commit is contained in:
Guntis Smaukstelis
2023-07-04 00:20:13 +03:00
parent c5b84727a6
commit cf57669830
6 changed files with 93 additions and 5 deletions
+14
View File
@@ -0,0 +1,14 @@
.timeRangeTitle {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 0;
}
.timeRangeTitle h4 {
margin: 0;
}
.timeRangeTitle div {
font-size: 11px;
}