1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/public/css/pages/connectionStatus.styl

37 lines
532 B
Stylus
Raw Normal View History

2013-09-16 05:19:07 -04:00
@import '../_variables'
@import '../_mixins'
#connectionOverlay
position: fixed
top: 0px
left: 0px
width: 100%
height: 100%
background: rgba(0, 0, 0, 0.5)
z-index: 1000
transition: all .25s linear 0
&.connected
height: 0px
#connectionStatus
2013-09-24 06:45:31 -04:00
top: -200px
2013-09-16 05:19:07 -04:00
#connectionStatus
2013-09-24 06:45:31 -04:00
height: 75px
width: 400px
top: 30%
left: 50%
margin-left: -200px
position: absolute
z-index: 10
2013-09-16 05:19:07 -04:00
text-align: center
2013-09-24 06:45:31 -04:00
p
padding: 0 0 20px 0
margin: 0
2013-09-16 05:19:07 -04:00
button
position: relative
2013-09-24 06:45:31 -04:00
top: -1px