mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 19:34:30 -07:00
Fix button spacing, Add image placeholders
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
.menu-label
|
||||
color: $text-light
|
||||
font-size: 0.75em
|
||||
font-size: 0.8em
|
||||
letter-spacing: 1px
|
||||
text-transform: uppercase
|
||||
&:not(:first-child)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$nav-height: 3rem !default
|
||||
$nav-height: 3.5rem !default
|
||||
|
||||
// Components
|
||||
|
||||
@@ -20,7 +20,7 @@ $nav-height: 3rem !default
|
||||
flex-grow: 1
|
||||
flex-shrink: 0
|
||||
img
|
||||
max-height: 1.5rem
|
||||
max-height: 1.75rem
|
||||
.button + .button
|
||||
margin-left: 0.75rem
|
||||
.tag
|
||||
@@ -48,11 +48,11 @@ a.nav-item
|
||||
padding-right: 1rem
|
||||
padding-top: calc(0.5rem - 1px)
|
||||
&:hover
|
||||
border-bottom-color: $link
|
||||
border-bottom-color: $primary
|
||||
border-top-color: transparent
|
||||
&.is-active
|
||||
border-bottom: 3px solid $link
|
||||
color: $link
|
||||
border-bottom: 3px solid $primary
|
||||
color: $primary
|
||||
padding-bottom: calc(0.5rem - 3px)
|
||||
|
||||
// Containers
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
display: block
|
||||
&.is-active
|
||||
a
|
||||
border-bottom-color: $link
|
||||
color: $link
|
||||
border-bottom-color: $primary
|
||||
color: $primary
|
||||
ul
|
||||
align-items: center
|
||||
border-bottom: 1px solid $border
|
||||
|
||||
Reference in New Issue
Block a user