You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.4 KiB
72 lines
1.4 KiB
@import "ui/buttons"; |
|
|
|
.marketing .header-inner { |
|
width: 77%; |
|
margin: auto; |
|
position: relative; |
|
} |
|
|
|
.marketing-duo td { |
|
vertical-align: top; |
|
} |
|
|
|
#main.marketing-main { |
|
margin-left: auto; |
|
margin-right: auto; |
|
float: none; |
|
|
|
.block .content .marketing-inner { |
|
padding: 0 30px 30px; |
|
h2 { |
|
font-size: 25px; |
|
margin-top: 0; |
|
} |
|
p { |
|
font-size: 18px; |
|
line-height: 1em; |
|
color: #555; |
|
} |
|
} |
|
|
|
.marketing-text { |
|
padding-right: 20px; |
|
} |
|
.marketing-images { |
|
padding-left: 20px; |
|
} |
|
|
|
h1 { |
|
text-transform: uppercase; |
|
font-size: 34px; |
|
} |
|
|
|
li { |
|
font-size: 18px; |
|
} |
|
|
|
.action { |
|
padding: 0 20px 20px 20px; |
|
a { |
|
display: block; |
|
width: 350px; |
|
margin: auto; |
|
} |
|
button { |
|
// @include slick-black; |
|
@include cupid-green; |
|
|
|
width: 250px; |
|
height: 50px; |
|
margin: auto; |
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
strong { |
|
font-size: 18px; |
|
font-weight: bold; |
|
} |
|
em { |
|
font-size: 13px; |
|
font-weight: normal; |
|
} |
|
} |
|
} |
|
}
|
|
|