From 88af86ae613ad0dfa25da460d4a051fea888d87a Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Sun, 27 Aug 2017 17:44:40 +0200 Subject: [PATCH] Toastr: Style buttons in notifications --- src/styles/_notifications_toastr.sass | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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