2013-12-20 06:39:06 -05:00
|
|
|
@import '../_variables'
|
|
|
|
@import '../_mixins'
|
|
|
|
|
2015-02-22 17:43:49 -05:00
|
|
|
#topbar.connected
|
|
|
|
background-color: transparent
|
|
|
|
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
|
|
|
|
|
2013-12-20 15:59:53 -05:00
|
|
|
.settings
|
|
|
|
position: fixed
|
|
|
|
padding-left: 30px
|
|
|
|
line-height: 30px
|
|
|
|
height: 30px
|
|
|
|
right: 5px
|
2015-02-22 17:43:49 -05:00
|
|
|
top: 12px
|
2015-02-09 10:20:28 -05:00
|
|
|
background-color: $settingsBg
|
|
|
|
color: $settingsText
|
2013-12-20 15:59:53 -05:00
|
|
|
transition: none
|
2015-02-09 10:20:28 -05:00
|
|
|
border: 0
|
2013-12-20 15:59:53 -05:00
|
|
|
|
|
|
|
svg
|
|
|
|
position: absolute
|
|
|
|
top: 50%
|
|
|
|
left: 5px
|
|
|
|
margin: 0px
|
|
|
|
margin-top: -13px
|
2015-02-09 10:20:28 -05:00
|
|
|
fill: $settingsText
|
2013-12-20 15:59:53 -05:00
|
|
|
|
|
|
|
&:hover
|
2015-02-09 10:20:28 -05:00
|
|
|
background-color: $settingsHoverBg
|
|
|
|
color: $settingsHoverText
|
2013-12-20 15:59:53 -05:00
|
|
|
|
|
|
|
svg
|
|
|
|
fill: #fff
|