bulma/docs/_sass/header.sass
2017-07-19 22:52:22 +01:00

31 lines
492 B
Sass

$github: #333333
$twitter: #55acee
#github
color: $github
border-color: $github
&:hover
background: $github
border-color: $github
color: $white
#twitter
color: $twitter
border-color: $twitter
&:hover
background: $twitter
border-color: $twitter
color: $white
+desktop
#blogDropdown
width: 16rem
.navbar-item
white-space: normal
#moreDropdown
width: 16rem
.navbar-item
padding-right: 1rem
.level
flex-grow: 1