fix ticks on landing

This commit is contained in:
Lisa Passing 2015-04-07 14:24:41 +02:00
parent 2220e84e2e
commit 796e7429bf
3 changed files with 17 additions and 8 deletions

View File

@ -337,14 +337,20 @@
padding-left: 30px
ul
list-style-image: url('../images/landing-page/features-check.svg')
padding-left: 1.5em
@include resetul
margin-top: 1.6rem;
li
font-color: #606162
font-size: 1.7em
line-height: 1.7em
font-weight: 300
&:before
@extend %icon
content: ""
background-image: url('../images/landing-page/features-check.svg')
width: 0.7em
height: 0.7em
margin-right: .3em
.build-flows
text-align: center

View File

@ -52,8 +52,8 @@
margin-bottom: -99999px
padding-bottom: 100034px
#left
z-index: -1
// #left
// z-index: -1
@media #{$large-up}

View File

@ -1,11 +1,14 @@
.icon
width: 1em
height: 1em
%icon
display: inline-block
background:
size: 100%
repeat: no-repeat
.icon
width: 1em
height: 1em
@extend %icon
.icon-cal,
.icon--cal
background-image: inline-image('svg/finished-icon.svg')