This commit is contained in:
Jeremy Thomas
2016-06-29 23:59:48 +01:00
parent 02313b85eb
commit 91d04459db
22 changed files with 72 additions and 70 deletions

View File

@@ -1,5 +1,5 @@
.footer
background: $background
background-color: $background
padding: 40px 20px 80px
a
&,

View File

@@ -2,7 +2,7 @@ $header-height: 50px !default
.header
+clearfix
background: $white
background-color: $white
display: flex
line-height: 24px
min-height: $header-height
@@ -143,7 +143,7 @@ a.header-item
justify-content: center
.header.is-small
background: $background
background-color: $background
box-shadow: none
height: 40px
z-index: 1

View File

@@ -49,7 +49,7 @@
.hero
align-items: stretch
background: $white
background-color: $white
display: flex
flex-direction: column
justify-content: space-between
@@ -64,7 +64,7 @@
$color: nth($pair, 1)
$color-invert: nth($pair, 2)
&.is-#{$name}
background: $color
background-color: $color
color: $color-invert
.title
color: $color-invert
@@ -80,7 +80,7 @@
box-shadow: 0 1px 0 rgba($color-invert, 0.2)
.nav-menu
+mobile
background: $color
background-color: $color
a.nav-item,
.nav-item a:not(.button)
color: rgba($color-invert, 0.5)
@@ -101,11 +101,11 @@
a
color: $color-invert
&:hover
background: rgba($black, 0.1)
background-color: rgba($black, 0.1)
li.is-active a
&,
&:hover
background: $color-invert
background-color: $color-invert
border-color: $color-invert
color: $color
// Modifiers
@@ -117,12 +117,12 @@
+mobile
.nav-toggle
span
background: $color-invert
background-color: $color-invert
&:hover
background: rgba($black, 0.1)
background-color: rgba($black, 0.1)
&.is-active
span
background: $color-invert
background-color: $color-invert
.nav-menu
.nav-item
border-top-color: rgba($color-invert, 0.2)

View File

@@ -1,5 +1,5 @@
.section
background: $white
background-color: $white
padding: 40px 20px
// Responsiveness
+desktop