/*------------------------------------*\ #TOASTER \*------------------------------------*/ .toaster { background-color: $background-popup; border: 1px solid $border-tooltip; padding: 10px 30px; position: fixed; width: 100%; bottom: 0; z-index: 5; } .toaster__content { margin-bottom: 0 !important; // !importat here just for preview box layout reasons }