From 74d11d32b7d37a03c6904b88776bb9d959d32eab Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 2 Aug 2018 08:48:48 -0400 Subject: [PATCH] toaster message paragraph styles --- jslib | 2 +- src/scss/plugins.scss | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/jslib b/jslib index 6f64c5cb5a..49d3f22704 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 6f64c5cb5a90354d1a76b5270378030dc99d325b +Subproject commit 49d3f227042bc090dec48f83bbbf7da3029828a5 diff --git a/src/scss/plugins.scss b/src/scss/plugins.scss index 8248747282..c032a25058 100644 --- a/src/scss/plugins.scss +++ b/src/scss/plugins.scss @@ -35,6 +35,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;