From e0d19232379f0a2f4b8f3c68f100624485bbf220 Mon Sep 17 00:00:00 2001 From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com> Date: Wed, 16 Jun 2021 14:44:17 -0500 Subject: [PATCH] [Toast] - BUG - Fixed styles (#957) --- src/scss/plugins.scss | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/scss/plugins.scss b/src/scss/plugins.scss index 5a240788adb..ca525cac1ae 100644 --- a/src/scss/plugins.scss +++ b/src/scss/plugins.scss @@ -5,9 +5,10 @@ $fa-font-path: "~font-awesome/fonts"; @import "variables.scss"; -#toast-container { +.toast-container { .toast-close-button { - right: -0.15em; + margin-right: 4px; + font-size: 18px; } .toast { @@ -28,8 +29,11 @@ $fa-font-path: "~font-awesome/fonts"; line-height: 20px; float: left; color: #ffffff; - padding-right: 10px; - margin: auto 0 auto -36px; + margin: auto 0 auto 15px; + } + + .toast-content { + padding: 15px; } .toaster-icon { @@ -55,7 +59,6 @@ $fa-font-path: "~font-awesome/fonts"; &:before { content: "\f0e7"; - margin-left: -30px; } }