added lightschedule to frontend

This commit is contained in:
2022-10-24 18:40:24 +02:00
parent a42025577e
commit 01a7c7b5ec
4 changed files with 169 additions and 108 deletions

View File

@ -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;
}