mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 12:44:30 -07:00
Fix fixed spaced navbar
This commit is contained in:
@@ -3,8 +3,19 @@ svg
|
||||
max-width: 100%
|
||||
|
||||
.bd-patreon-button
|
||||
display: inline-block
|
||||
position: relative
|
||||
vertical-align: top
|
||||
img
|
||||
border-radius: $radius
|
||||
display: block
|
||||
&:hover
|
||||
&::after
|
||||
+overlay
|
||||
background-color: rgba(#000, 0.05)
|
||||
border-radius: $radius
|
||||
content: ""
|
||||
display: block
|
||||
|
||||
$carbon-spacing: 1rem
|
||||
$carbon-shadow-size: 0.75rem
|
||||
|
||||
Reference in New Issue
Block a user