31 lines
389 B
CSS
Raw Normal View History

@import '../components/UI/theme.css';
.layout .navDrawer .drawerContent {
padding-top: 54px;
max-width: 240px;
}
.nav {
display: block;
padding: 1rem;
& .heading {
border: none;
}
}
2016-07-14 17:17:18 -03:00
.main {
padding-top: 54px;
2016-07-14 17:17:18 -03:00
}
.notifsContainer {
position: fixed;
top: 60px;
right: 0;
bottom: 60px;
z-index: var(--topmostZindex);
width: 360px;
pointer-events: none;
}