diff --git a/src/styles/_notifications_toastr.sass b/src/styles/_notifications_toastr.sass index 9426d1fe..4d811f78 100644 --- a/src/styles/_notifications_toastr.sass +++ b/src/styles/_notifications_toastr.sass @@ -12,6 +12,11 @@ color: $color-text-light-primary text-decoration: none + button + border-color: white + color: white + display: inline-block + margin: auto 15px .toast-close-button position: relative @@ -152,6 +157,7 @@ button.toast-close-button margin-right: auto + .toast background-color: $color-text-dark-primary @@ -165,7 +171,7 @@ button.toast-close-button background-color: $color-info .toast-warning - background-color: $color-warning + background-color: darken($color-warning, 10%) .toast-progress position: absolute