2016-09-16 15:01:02 +02:00
|
|
|
.nav {
|
|
|
|
display: block;
|
|
|
|
padding: 1rem;
|
2016-10-18 15:18:29 -02:00
|
|
|
|
2016-09-30 19:51:12 -03:00
|
|
|
& .heading {
|
|
|
|
border: none;
|
|
|
|
}
|
2016-09-13 17:40:02 +02:00
|
|
|
}
|
2016-10-18 15:18:29 -02:00
|
|
|
|
2016-09-30 19:51:12 -03:00
|
|
|
.navDrawer {
|
|
|
|
max-width: 240px !important;
|
2016-10-18 15:18:29 -02:00
|
|
|
|
2016-09-30 19:51:12 -03:00
|
|
|
& .drawerContent {
|
|
|
|
max-width: 240px !important;
|
|
|
|
}
|
|
|
|
}
|