Notification: UI

This commit is contained in:
simon lehericey 2019-03-13 17:37:07 +01:00
parent 1644fd9059
commit ed6828c66c
7 changed files with 75 additions and 1 deletions

View file

@ -3,3 +3,7 @@
.mb-1 {
margin-bottom: $default-spacer;
}
.mr-1 {
margin-right: $default-spacer;
}

View file

@ -6,7 +6,12 @@
h1 {
color: $black;
font-size: 22px;
margin-bottom: 2 * $default-padding;
margin-bottom: 1 * $default-padding;
}
a.notifications {
display: inline-block;
margin-bottom: 1 * $default-padding;
}
.dossiers-table {