mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-15 22:05:09 -05:00
39 lines
652 B
Stylus
39 lines
652 B
Stylus
@import '../_variables'
|
|
@import '../_mixins'
|
|
|
|
#topbar.connected
|
|
background-color: rgb(247, 247, 247)
|
|
z-index: 100
|
|
#connectionStatus
|
|
display: none
|
|
|
|
#topbar
|
|
position: fixed
|
|
right: 0px
|
|
top: 0px
|
|
height: 55px
|
|
width: 100%
|
|
background-color: lighten($sidebarTopAndBottomBg, 60%)
|
|
z-index: 102
|
|
noselect()
|
|
color: #fff
|
|
|
|
#connectionStatus
|
|
width: 340px
|
|
margin: 9px auto
|
|
background-color: transparent
|
|
|
|
p
|
|
position: relative
|
|
top: 2px
|
|
display: inline
|
|
color: #fff
|
|
font-size: 15px
|
|
padding: 0
|
|
margin: 0 18px 0 0
|
|
|
|
button
|
|
height: 30px
|
|
margin: 3px 0
|
|
cursor: pointer
|