From 28c09b6d812905da033dddb1509d8834c61ba8cb Mon Sep 17 00:00:00 2001 From: Conor Wright Date: Tue, 10 Apr 2018 13:01:32 -0400 Subject: [PATCH] moved the toaster to the bottom right --- src/modules/toast/toast.component.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/modules/toast/toast.component.scss b/src/modules/toast/toast.component.scss index fc1a6e03b..bef7977b8 100644 --- a/src/modules/toast/toast.component.scss +++ b/src/modules/toast/toast.component.scss @@ -1,5 +1,14 @@ @import "../../scss/variables"; +.sky-toaster { + bottom: 0; + right: 0; + display: block; + position: fixed; + padding-bottom: $sky-margin-double; + padding-right: $sky-margin-double; +} + .sky-toast { padding: 0 $sky-padding; margin-bottom: $sky-margin-double;