From 923b4bd9d672bcd494ac41f2f4b52ac7d28f7b0c Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Mon, 4 Sep 2017 16:18:53 +0200 Subject: [PATCH] Notifications: no minimum width --- src/styles/_notifications_toastr.sass | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/styles/_notifications_toastr.sass b/src/styles/_notifications_toastr.sass index 4d811f78..76b39d35 100644 --- a/src/styles/_notifications_toastr.sass +++ b/src/styles/_notifications_toastr.sass @@ -18,6 +18,10 @@ display: inline-block margin: auto 15px + small + font-size: .9em + opacity: .9 + .toast-close-button position: relative right: -0.3em @@ -108,9 +112,9 @@ button.toast-close-button pointer-events: auto overflow: hidden margin: 0 0 6px - padding: 10px 10px 10px 40px - width: 350px - border-radius: 2px + padding: 8px 25px 12px 40px + max-width: 350px + border-radius: 3px background-position: 15px center background-repeat: no-repeat box-shadow: 1px 1px 0 rgba(black, .2)