Add option to select full day time range
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user