bulma/docs/_sass/header.sass

31 lines
492 B
Sass
Raw Normal View History

2017-07-02 22:49:54 +00:00
$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
2017-07-19 21:52:22 +00:00
#moreDropdown
width: 16rem
.navbar-item
padding-right: 1rem
.level
flex-grow: 1