UNPKG
@shanehoban/vue-toaster
Version:
latest (1.0.1)
1.0.1
1.0.0
Vue.js toaster notification
github.com/shanehoban/vue-toaster
shanehoban/vue-toaster
@shanehoban/vue-toaster
/
src
/
themes
/
default
/
toast.styl
14 lines
(13 loc)
•
277 B
text/stylus
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.c-toast
display
grid
align-items
center
animation-duration
150ms
margin
0.5em
0
border-radius
0.5em
pointer-events
auto
color
#fff
min-height
3em
cursor
pointer
font-family
: Avenir, Helvetica, Arial, sans-serif;
padding
0.5em
2em
word-break
break-word