frontend/src/styles/theme/notification.scss

13 lines
183 B
SCSS
Raw Normal View History

2019-12-19 22:09:23 +00:00
.notification {
border: $thickness solid $border;
}
.notifications {
left: 0.5rem !important;
bottom: 1rem !important;
2019-12-19 22:09:23 +00:00
}
2021-10-18 12:33:52 +00:00
.message .message-body {
border: $thickness solid;
2019-12-19 22:09:23 +00:00
}