d1a2eefca6
Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/386 Co-authored-by: konrad <konrad@kola-entertainments.de> Co-committed-by: konrad <konrad@kola-entertainments.de>
24 lines
429 B
SCSS
24 lines
429 B
SCSS
.notification {
|
|
border: $thickness solid $border;
|
|
}
|
|
|
|
.notifications {
|
|
left: 0.5rem !important;
|
|
bottom: 1rem !important;
|
|
|
|
.notification-wrapper .notification {
|
|
-webkit-border-radius: 0;
|
|
-moz-border-radius: 0;
|
|
border-radius: 0;
|
|
border-top-width: 0;
|
|
border-right-width: 0;
|
|
border-bottom-width: 0;
|
|
border-left-width: 0.4rem;
|
|
}
|
|
}
|
|
|
|
.message {
|
|
.message-body {
|
|
border: $thickness solid;
|
|
}
|
|
}
|