Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
moved the toaster to the bottom right
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbaud-conorwright committed Apr 10, 2018
1 parent a49ebf3 commit 28c09b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/modules/toast/toast.component.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 28c09b6

Please sign in to comment.