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)