Adding pretty pictures

This commit is contained in:
summerscope
2014-04-24 13:53:08 +10:00
parent 5ea97b0919
commit 7b794324d3
5 changed files with 34 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
$clr-strong: #8f1d45
$clr-soft: #f5e1e8
$clr-bright: #c23e6c
$clr-strong: #8f301d
$clr-soft: #f5e4e1
$clr-bright: #db583d
$clr-blonde: #f7f4ef
$disabled-dark: #999
$disabled-bright: #ccc

View File

@@ -1,5 +1,5 @@
@import 'branding'
@import 'mixins'
@import branding
@import mixins
hub
display: block

View File

@@ -1,3 +1,8 @@
@import branding
@import mixins
#hubs
background: $clr-blonde url("/assets/home/shopping-bg.jpg")
@include fullwidthbg
padding-top: 60px
padding-bottom: 100px

View File

@@ -10,3 +10,16 @@
@mixin disabled
color: $disabled-bright
@mixin fullbg
background-position: top center
background-repeat: no-repeat
-webkit-background-size: cover
-moz-background-size: cover
-o-background-size: cover
background-size: cover
@mixin fullwidthbg
background-position: top center
background-repeat: no-repeat
background-size: 100% auto

View File

@@ -1,8 +1,16 @@
@import branding
@import mixins
#tagline
background: grey
background: black url("/assets/home/tagline-bg.jpg")
@include fullbg
height: 400px
padding: 40px 0px
h1, h2, p
color: white
h1
margin-bottom: 1em
h2
font-size: 1.6875rem
font-size: 1.6875rem
a
color: $clr-bright