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
+2
View File
@@ -14,9 +14,11 @@
.column:nth-child(2) {
flex-basis: 15%;
background-color: #f2f2f2;
min-width: 200px;
}
.column:nth-child(3) {
flex-basis: 70%;
background-color: #e6e6e6;
min-width: 680px;
}
+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;
}