kaiwa/public/css/pages/header.styl

38 lines
591 B
Stylus
Raw Normal View History

2013-12-20 06:39:06 -05:00
@import '../_variables'
@import '../_mixins'
2015-02-22 17:43:49 -05:00
#topbar.connected
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
height: 42px
2013-12-20 06:39:06 -05:00
width: 100%
background-color: $topbarBg
2015-02-22 17:43:49 -05:00
z-index: 102
2013-12-20 06:39:06 -05:00
noselect()
color: $topbarFg
2013-12-20 06:39:06 -05:00
2015-02-22 17:43:49 -05:00
#connectionStatus
width: 340px
margin: 2px auto
2015-02-22 17:43:49 -05:00
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