frontend/src/App.scss

15 lines
165 B
SCSS
Raw Normal View History

2020-05-27 17:31:50 +02:00
body {
margin: 0px;
padding: 0px;
2020-06-07 15:57:51 +02:00
}
.wraper{
display: flex;
&__rightbar{
flex-grow: 1;
}
&__calendar{
width: 85%;
}
}