added lightschedule to frontend
This commit is contained in:
@ -259,3 +259,25 @@ body {
|
||||
|
||||
transition: margin 0.1s ease-out;
|
||||
}
|
||||
.calendar_day {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
margin-top: .3em;
|
||||
}
|
||||
|
||||
.calendar_time_input {
|
||||
background: #453f4b;
|
||||
border: solid 0.35em #5b3f63;
|
||||
border-radius: .3em;
|
||||
color: white;
|
||||
height: 15;
|
||||
width: 5em;
|
||||
align: right;
|
||||
//margin-bottom: .7em;
|
||||
margin-left: .5em;
|
||||
}
|
||||
.calendar_box {
|
||||
with: 10em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user