2013-12-20 06:39:06 -05:00
|
|
|
@import '../_variables'
|
|
|
|
@import '../_mixins'
|
|
|
|
|
2015-02-22 17:43:49 -05:00
|
|
|
#topbar.connected
|
2015-02-23 09:43:00 -05:00
|
|
|
background-color: rgb(247, 247, 247)
|
2015-02-22 17:43:49 -05:00
|
|
|
z-index: 100
|
|
|
|
#connectionStatus
|
|
|
|
display: none
|
|
|
|
|
2015-02-09 10:20:28 -05:00
|
|
|
#topbar
|
2013-12-20 06:39:06 -05:00
|
|
|
position: fixed
|
2015-02-22 17:43:49 -05:00
|
|
|
right: 0px
|
2013-12-20 06:39:06 -05:00
|
|
|
top: 0px
|
2015-02-22 17:43:49 -05:00
|
|
|
height: 55px
|
2013-12-20 06:39:06 -05:00
|
|
|
width: 100%
|
2015-02-22 17:43:49 -05:00
|
|
|
background-color: lighten($sidebarTopAndBottomBg, 60%)
|
|
|
|
z-index: 102
|
2013-12-20 06:39:06 -05:00
|
|
|
noselect()
|
|
|
|
color: #fff
|
|
|
|
|
2015-02-22 17:43:49 -05:00
|
|
|
#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
|