mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-12-02 22:22:15 -05:00
41 lines
657 B
Stylus
41 lines
657 B
Stylus
|
@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
|
||
|
top: -51px
|
||
|
|
||
|
#connectionStatus
|
||
|
height: 50px
|
||
|
line-height: 50px
|
||
|
top: 0px;
|
||
|
position: fixed
|
||
|
background-color: #333
|
||
|
border-bottom: 1px solid #000
|
||
|
width: 100%
|
||
|
z-index: 9999
|
||
|
text-align: center
|
||
|
|
||
|
span.message
|
||
|
display: inline-block
|
||
|
padding: 0px 10px
|
||
|
font-weight: bold
|
||
|
font-size: 24px
|
||
|
|
||
|
button
|
||
|
padding: 5px 8px
|
||
|
position: relative
|
||
|
top: -3px
|