2018-07-24 11:04:12 +02:00
|
|
|
.fixed {
|
2019-10-04 11:24:13 +02:00
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
/* Sets the sticky toolbar to be on top */
|
|
|
|
z-index: 1000;
|
|
|
|
width: 100%;
|
2018-07-24 11:04:12 +02:00
|
|
|
}
|
|
|
|
|
2020-06-26 11:08:51 +02:00
|
|
|
// .main-container {
|
|
|
|
// margin-top: 64px;
|
|
|
|
// padding-top: 10px;
|
|
|
|
// }
|
|
|
|
|
2019-01-18 18:03:45 +01:00
|
|
|
.main-container {
|
2020-06-26 11:08:51 +02:00
|
|
|
top: 80px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidenav {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
width: 260px;
|
|
|
|
background: #ffffff 0% 0% no-repeat padding-box;
|
|
|
|
box-shadow: 0px 0px 16px 2px #00000029;
|
|
|
|
border-right-width: 0px;
|
|
|
|
opacity: 1;
|
2018-07-24 11:04:12 +02:00
|
|
|
}
|
2019-05-10 13:12:45 +02:00
|
|
|
|
2020-06-30 18:40:01 +02:00
|
|
|
.sidenav-content {
|
|
|
|
background-color: whitesmoke;
|
|
|
|
}
|
|
|
|
|
2019-05-10 13:12:45 +02:00
|
|
|
.sidebar-shadow {
|
2019-10-04 11:24:13 +02:00
|
|
|
box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .mat-chip {
|
|
|
|
height: auto !important;
|
2019-05-10 13:12:45 +02:00
|
|
|
}
|