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