fix ticks on landing
This commit is contained in:
parent
2220e84e2e
commit
796e7429bf
|
@ -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
|
||||
|
|
|
@ -52,8 +52,8 @@
|
|||
margin-bottom: -99999px
|
||||
padding-bottom: 100034px
|
||||
|
||||
#left
|
||||
z-index: -1
|
||||
// #left
|
||||
// z-index: -1
|
||||
|
||||
@media #{$large-up}
|
||||
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue
Block a user