mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
add .is-spaced for .has-navbar-fixed-top/bottom in navbar
This commit is contained in:
parent
1083f017a0
commit
5fde784c7d
@ -403,6 +403,10 @@ a.navbar-item,
|
|||||||
padding-top: $navbar-height + ($navbar-padding-vertical * 2)
|
padding-top: $navbar-height + ($navbar-padding-vertical * 2)
|
||||||
&.has-spaced-navbar-fixed-bottom
|
&.has-spaced-navbar-fixed-bottom
|
||||||
padding-bottom: $navbar-height + ($navbar-padding-vertical * 2)
|
padding-bottom: $navbar-height + ($navbar-padding-vertical * 2)
|
||||||
|
&.has-navbar-fixed-top.is-spaced
|
||||||
|
padding-top: $navbar-height + ($navbar-padding-vertical * 2)
|
||||||
|
&.has-navbar-fixed-bottom.is-spaced
|
||||||
|
padding-bottom: $navbar-height + ($navbar-padding-vertical * 2)
|
||||||
// Hover/Active states
|
// Hover/Active states
|
||||||
a.navbar-item,
|
a.navbar-item,
|
||||||
.navbar-link
|
.navbar-link
|
||||||
|
Loading…
Reference in New Issue
Block a user