1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2025-02-22 05:51:51 -05:00
kaiwa/public/css/pages/header.styl

41 lines
659 B
Stylus
Raw Normal View History

2013-12-20 03:39:06 -08:00
@import '../_variables'
@import '../_mixins'
2015-02-09 16:20:28 +01:00
#topbar
2013-12-20 03:39:06 -08:00
position: fixed
2015-02-09 16:20:28 +01:00
left: 220px
2013-12-20 03:39:06 -08:00
top: 0px
2015-02-09 16:20:28 +01:00
height: 54px
2013-12-20 03:39:06 -08:00
width: 100%
background-color: #fff
z-index: 100
noselect()
color: #fff
2013-12-20 12:59:53 -08:00
.settings
position: fixed
padding-left: 30px
line-height: 30px
height: 30px
right: 5px
top: 5px
2015-02-09 16:20:28 +01:00
background-color: $settingsBg
color: $settingsText
2013-12-20 12:59:53 -08:00
transition: none
2015-02-09 16:20:28 +01:00
border: 0
2013-12-20 12:59:53 -08:00
svg
position: absolute
top: 50%
left: 5px
margin: 0px
margin-top: -13px
2015-02-09 16:20:28 +01:00
fill: $settingsText
2013-12-20 12:59:53 -08:00
&:hover
2015-02-09 16:20:28 +01:00
background-color: $settingsHoverBg
color: $settingsHoverText
2013-12-20 12:59:53 -08:00
svg
fill: #fff