11 lines
177 B
SCSS
11 lines
177 B
SCSS
.controller-notifications {
|
|
ul.notifications {
|
|
list-style: none;
|
|
}
|
|
}
|
|
|
|
$menu_bar_height: 6em;
|
|
.notificationsPage {
|
|
margin: 1em;
|
|
margin-top: 1em + $menu_bar_height;
|
|
}
|