From 5a4d4e9eaa97a7b683d54e73397ab86823d63362 Mon Sep 17 00:00:00 2001 From: Script47 Date: Tue, 19 Feb 2019 11:55:15 +0000 Subject: [PATCH] Add files via upload --- css/toast.css | 10 +++++++--- dist/toast.min.css | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/css/toast.css b/css/toast.css index af4e659..17f6541 100644 --- a/css/toast.css +++ b/css/toast.css @@ -1,16 +1,20 @@ #toast-container { position: sticky; z-index: 1055; - top: 0; + top: 0 } #toast-wrapper { position: absolute; top: 0; right: 0; - margin: 5px; + margin: 5px } -.toast { +#toast-container>#toast-wrapper>.toast { min-width: 150px; +} + +#toast-container>#toast-wrapper>.toast>.toast-header strong { + padding-right: 20px; } \ No newline at end of file diff --git a/dist/toast.min.css b/dist/toast.min.css index 6e10731..45e9e20 100644 --- a/dist/toast.min.css +++ b/dist/toast.min.css @@ -1 +1 @@ -#toast-container{position:sticky;z-index:1055;top:0}#toast-wrapper{position:absolute;top:0;right:0;margin:5px}.toast{min-width:150px} \ No newline at end of file +#toast-container{position:sticky;z-index:1055;top:0}#toast-wrapper{position:absolute;top:0;right:0;margin:5px}#toast-container>#toast-wrapper>.toast{min-width:150px}#toast-container>#toast-wrapper>.toast>.toast-header strong{padding-right:20px} \ No newline at end of file