Styling adjustments to timeline notifications

This commit is contained in:
Evan Hahn 2021-09-07 14:55:03 -05:00 committed by GitHub
parent 4bed918cf8
commit 7f34bedd87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 437 additions and 360 deletions

View file

@ -160,6 +160,14 @@
&--system-message {
@include rounded-corners;
&.module-Button--small {
padding: {
top: 5px;
bottom: 5px;
}
font-weight: 500;
}
@include light-theme {
$color: $color-ultramarine;
$background-color: $color-gray-02;