2019-12-19 23:09:23 +01:00
|
|
|
.notification {
|
|
|
|
border: $thickness solid $border;
|
|
|
|
}
|
|
|
|
|
2020-09-05 22:35:52 +02:00
|
|
|
.notifications {
|
2021-01-23 18:18:09 +01:00
|
|
|
left: 0.5rem !important;
|
|
|
|
bottom: 1rem !important;
|
2019-12-19 23:09:23 +01:00
|
|
|
|
2020-09-05 22:35:52 +02:00
|
|
|
.notification-wrapper .notification {
|
2019-12-19 23:09:23 +01:00
|
|
|
-webkit-border-radius: 0;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
border-top-width: 0;
|
|
|
|
border-right-width: 0;
|
|
|
|
border-bottom-width: 0;
|
2021-01-23 18:18:09 +01:00
|
|
|
border-left-width: 0.4rem;
|
2019-12-19 23:09:23 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.message {
|
|
|
|
.message-body {
|
|
|
|
border: $thickness solid;
|
|
|
|
}
|
|
|
|
}
|