toastr-stylus
Version:
ToastrJS is a JavaScript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended.
27 lines (21 loc) • 506 B
text/stylus
@media all and (max-width 240px)
#toast-container
> div
padding 8px 8px 8px 50px
width 11em
& .toast-close-button
right -0.2em
top -0.2em
@media all and (min-width 241px) and (max-width 480px)
#toast-container
> div
padding 8px 8px 8px 50px
width 18em
& .toast-close-button
right -0.2em
top -0.2em
@media all and (min-width 481px) and (max-width 768px)
#toast-container
> div
padding 15px 15px 15px 50px
width 25em