Fix button spacing, Add image placeholders

This commit is contained in:
Jeremy Thomas
2016-12-22 18:17:26 +00:00
parent b8b3733d99
commit 41db07d68d
40 changed files with 1989 additions and 2178 deletions

View File

@@ -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)

View File

@@ -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

View File

@@ -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