Notification: UI
This commit is contained in:
parent
1644fd9059
commit
ed6828c66c
7 changed files with 75 additions and 1 deletions
|
@ -3,3 +3,7 @@
|
|||
.mb-1 {
|
||||
margin-bottom: $default-spacer;
|
||||
}
|
||||
|
||||
.mr-1 {
|
||||
margin-right: $default-spacer;
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue