fix ticks on landing
This commit is contained in:
parent
2220e84e2e
commit
796e7429bf
|
@ -337,14 +337,20 @@
|
||||||
padding-left: 30px
|
padding-left: 30px
|
||||||
|
|
||||||
ul
|
ul
|
||||||
list-style-image: url('../images/landing-page/features-check.svg')
|
@include resetul
|
||||||
padding-left: 1.5em
|
margin-top: 1.6rem;
|
||||||
|
|
||||||
li
|
li
|
||||||
font-color: #606162
|
font-color: #606162
|
||||||
font-size: 1.7em
|
font-size: 1.7em
|
||||||
line-height: 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
|
.build-flows
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
|
@ -52,8 +52,8 @@
|
||||||
margin-bottom: -99999px
|
margin-bottom: -99999px
|
||||||
padding-bottom: 100034px
|
padding-bottom: 100034px
|
||||||
|
|
||||||
#left
|
// #left
|
||||||
z-index: -1
|
// z-index: -1
|
||||||
|
|
||||||
@media #{$large-up}
|
@media #{$large-up}
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
.icon
|
%icon
|
||||||
width: 1em
|
|
||||||
height: 1em
|
|
||||||
display: inline-block
|
display: inline-block
|
||||||
background:
|
background:
|
||||||
size: 100%
|
size: 100%
|
||||||
repeat: no-repeat
|
repeat: no-repeat
|
||||||
|
|
||||||
|
.icon
|
||||||
|
width: 1em
|
||||||
|
height: 1em
|
||||||
|
@extend %icon
|
||||||
|
|
||||||
.icon-cal,
|
.icon-cal,
|
||||||
.icon--cal
|
.icon--cal
|
||||||
background-image: inline-image('svg/finished-icon.svg')
|
background-image: inline-image('svg/finished-icon.svg')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user