From 796e7429bf318ef0dd523b13065873e3c891fbd3 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Tue, 7 Apr 2015 14:24:41 +0200 Subject: [PATCH] fix ticks on landing --- app/styles/app/landing.sass | 12 +++++++++--- app/styles/app/layout.sass | 4 ++-- app/styles/app/modules/icons.sass | 9 ++++++--- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/app/styles/app/landing.sass b/app/styles/app/landing.sass index 9299efd1..92cd96fa 100644 --- a/app/styles/app/landing.sass +++ b/app/styles/app/landing.sass @@ -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 diff --git a/app/styles/app/layout.sass b/app/styles/app/layout.sass index f1b6a6a8..b627aba6 100644 --- a/app/styles/app/layout.sass +++ b/app/styles/app/layout.sass @@ -52,8 +52,8 @@ margin-bottom: -99999px padding-bottom: 100034px - #left - z-index: -1 + // #left + // z-index: -1 @media #{$large-up} diff --git a/app/styles/app/modules/icons.sass b/app/styles/app/modules/icons.sass index c13230aa..8ad82bd9 100644 --- a/app/styles/app/modules/icons.sass +++ b/app/styles/app/modules/icons.sass @@ -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')