mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
25 lines
382 B
Sass
25 lines
382 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
|