opt-cc/static/src/app/app.component.scss

26 lines
389 B
SCSS
Raw Normal View History

@import "style/load-indicator.scss";
mat-sidenav-container, mat-sidenav-content, mat-sidenav {
height: 100vh;
2017-05-10 11:04:06 +02:00
display: inline;
background: #fdfdfd;
2017-05-10 11:04:06 +02:00
}
mat-sidenav {
background: #222222;
top: 50px;
width: 250px;
2017-10-14 18:43:00 +02:00
}
2018-03-29 17:01:24 +02:00
#scrollTopBtn {
position: fixed;
2018-03-29 17:01:24 +02:00
bottom: 20px;
right: 30px;
z-index: 99;
background: rgba(16, 16, 16, 0.8);
&:hover {
background: #101010;
2017-09-03 12:49:59 +02:00
}
}