frontend/src/App.scss

15 lines
175 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
}
2020-06-09 20:07:54 +02:00
body::-webkit-scrollbar {
display: none;
}
2020-06-07 15:57:51 +02:00
.wraper{
display: flex;
2020-07-20 17:53:50 +02:00
&__calendar{
flex-grow: 3;
2020-06-07 15:57:51 +02:00
}
}