mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
11 lines
164 B
SCSS
11 lines
164 B
SCSS
.notification-type-block:not(:last-child) {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.notification {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.notification:not(:last-child) {
|
|
border-bottom: 0;
|
|
}
|