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