tingle-mask
Version:
mask component for tinglejs
21 lines (20 loc) • 353 B
text/stylus
/**
* Mask Component Style for tingle
* @author gnosaij
*
* Copyright 2014-2015, Tingle Team, Alinw.
* All rights reserved.
*/
.tMask
position fixed
top 0
left 0
right 0
bottom 0
display none
opacity 0
z-index 99
-webkit-transition opacity 200ms
transition opacity 200ms
&.visible
display block