2019-02-17 19:46:24 +01:00
|
|
|
@import "style/load-indicator.scss";
|
|
|
|
|
2019-02-25 14:32:29 +01:00
|
|
|
mat-sidenav-container, mat-sidenav-content, mat-sidenav {
|
2019-02-25 23:36:46 +01:00
|
|
|
height: calc(100vh - 65px);
|
|
|
|
min-height: fit-content;
|
2017-05-10 11:04:06 +02:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2019-02-25 14:32:29 +01: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 {
|
2018-07-20 22:18:50 +02:00
|
|
|
position: fixed;
|
2018-03-29 17:01:24 +02:00
|
|
|
bottom: 20px;
|
|
|
|
right: 30px;
|
|
|
|
z-index: 99;
|
2018-07-20 22:18:50 +02:00
|
|
|
background: rgba(16, 16, 16, 0.8);
|
2017-07-23 10:57:46 +02:00
|
|
|
|
2019-02-25 14:32:29 +01:00
|
|
|
&:hover {
|
|
|
|
background: #101010;
|
2017-09-03 12:49:59 +02:00
|
|
|
}
|
2017-07-23 10:57:46 +02:00
|
|
|
}
|