From 4fbed11c53db2dbc788108076165b66f6ff93ba7 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 2 Aug 2018 08:48:53 -0400 Subject: [PATCH] toaster message paragraph styles --- jslib | 2 +- src/popup/scss/plugins.scss | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/jslib b/jslib index a26527b500c..49d3f227042 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit a26527b500c01fa11931f68d76dfbcf32c442d4e +Subproject commit 49d3f227042bc090dec48f83bbbf7da3029828a5 diff --git a/src/popup/scss/plugins.scss b/src/popup/scss/plugins.scss index b7bd0dacba4..e43841131f7 100644 --- a/src/popup/scss/plugins.scss +++ b/src/popup/scss/plugins.scss @@ -43,6 +43,16 @@ $fa-font-path: "~font-awesome/fonts"; display: none; } + .toast-message { + p { + margin-bottom: 0.5rem; + + &:last-child { + margin-bottom: 0; + } + } + } + &.toast-danger, &.toast-error { background-image: none !important;