2016-10-17 12:35:31 +02:00
|
|
|
@import '../components/UI/theme.css';
|
|
|
|
|
2016-09-16 15:01:02 +02:00
|
|
|
.layout .navDrawer .drawerContent {
|
|
|
|
padding-top: 54px;
|
2016-10-17 12:35:31 +02:00
|
|
|
max-width: 240px;
|
2016-09-13 17:40:02 +02:00
|
|
|
}
|
2016-10-17 12:35:31 +02:00
|
|
|
|
2016-09-16 15:01:02 +02:00
|
|
|
.nav {
|
|
|
|
display: block;
|
|
|
|
padding: 1rem;
|
2016-10-17 12:35:31 +02:00
|
|
|
|
2016-10-03 11:18:58 -03:00
|
|
|
& .heading {
|
|
|
|
border: none;
|
|
|
|
}
|
2016-09-13 17:40:02 +02:00
|
|
|
}
|
2016-10-17 12:35:31 +02:00
|
|
|
|
2016-07-14 17:17:18 -03:00
|
|
|
.main {
|
2016-09-12 11:14:21 +02:00
|
|
|
padding-top: 54px;
|
2016-07-14 17:17:18 -03:00
|
|
|
}
|
2016-10-03 11:18:58 -03:00
|
|
|
|
2016-10-17 12:35:31 +02:00
|
|
|
.notifsContainer {
|
|
|
|
position: fixed;
|
|
|
|
top: 60px;
|
|
|
|
right: 0;
|
|
|
|
bottom: 60px;
|
|
|
|
z-index: var(--topmostZindex);
|
|
|
|
width: 360px;
|
|
|
|
pointer-events: none;
|
2016-10-03 11:18:58 -03:00
|
|
|
}
|
2016-10-17 12:35:31 +02:00
|
|
|
|