mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 13:04:29 -07:00
* Fix issue with .navbar-menu not using correct background-color variable * Fix whitespace issues
This commit is contained in:
@@ -206,7 +206,7 @@ a.navbar-link
|
|||||||
align-items: center
|
align-items: center
|
||||||
display: flex
|
display: flex
|
||||||
.navbar-menu
|
.navbar-menu
|
||||||
background-color: $white
|
background-color: $navbar-background-color
|
||||||
box-shadow: 0 8px 16px rgba($black, 0.1)
|
box-shadow: 0 8px 16px rgba($black, 0.1)
|
||||||
padding: 0.5rem 0
|
padding: 0.5rem 0
|
||||||
&.is-active
|
&.is-active
|
||||||
|
|||||||
Reference in New Issue
Block a user