kaiwa/public/css/pages/header.styl

41 lines
659 B
Stylus
Raw Normal View History

2013-12-20 06:39:06 -05:00
@import '../_variables'
@import '../_mixins'
2015-02-09 10:20:28 -05:00
#topbar
2013-12-20 06:39:06 -05:00
position: fixed
2015-02-09 10:20:28 -05:00
left: 220px
2013-12-20 06:39:06 -05:00
top: 0px
2015-02-09 10:20:28 -05:00
height: 54px
2013-12-20 06:39:06 -05:00
width: 100%
background-color: #fff
z-index: 100
noselect()
color: #fff
2013-12-20 15:59:53 -05:00
.settings
position: fixed
padding-left: 30px
line-height: 30px
height: 30px
right: 5px
top: 5px
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