wochenbericht-manager/src_less/notes.less

26 lines
531 B
Plaintext

#notes-frame{
min-height:100vh;
display:flex;
#notes-list{
width: 200px;
border-right: 1px solid #454545;
.note{
&.heigh{
border-color: #DD0000;
}
&.normal{
border-color: #DDDD00;
}
&.low{
border-color: #00DD55;
}
}
}
#notes-edit{
padding: 10px;
textarea{
width: ~"calc(100vw - 450px)";
height: 300px;
}
}
}