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.
101 lines
2.2 KiB
101 lines
2.2 KiB
@import "compass/css3/text-shadow"; |
|
@import "ui/buttons"; |
|
|
|
.marketing .header-inner { |
|
width: 77%; |
|
margin: auto; |
|
position: relative; |
|
} |
|
|
|
#main .marketing-block { |
|
background-color: #261F1F; |
|
.content h1 { |
|
//text-align: center; |
|
font-size: 32px; |
|
//font-weight: bold; |
|
padding-left: 30px; |
|
padding-right: 30px; |
|
background-color: #261F1F; |
|
color: white; |
|
em { |
|
font-size: 26px; |
|
color: #3e3d4c; |
|
font-style: normal; |
|
font-weight: normal; |
|
color: white; |
|
@include text-shadow(none, 0, 0, 0, 0); |
|
} |
|
} |
|
} |
|
|
|
.marketing-duo td { |
|
vertical-align: top; |
|
} |
|
|
|
#main.marketing-main { |
|
margin-left: auto; |
|
margin-right: auto; |
|
float: none; |
|
|
|
.block .content .marketing-inner { |
|
background-color: #e5ecf3; |
|
padding: 20px 30px 30px; |
|
@include border-bottom-radius(6px); |
|
h2 { |
|
font-size: 25px; |
|
margin-top: 0; |
|
} |
|
p { |
|
font-size: 18px; |
|
line-height: 1.2em; |
|
color: #555; |
|
} |
|
|
|
.marketing-text li { |
|
list-style-image: url(image_path('theme/check.png')); |
|
font-size: 20px; |
|
color: #555; |
|
} |
|
} |
|
|
|
.marketing-text { |
|
padding-right: 20px; |
|
} |
|
.marketing-images { |
|
padding-left: 20px; |
|
} |
|
|
|
em.mk-point { |
|
font-style: normal; |
|
@include text-shadow(0 0 6px rgba(143, 181, 200, 1),0 0 30px rgba(143, 181, 200, .7)); |
|
} |
|
|
|
li { |
|
font-size: 18px; |
|
} |
|
|
|
.action { |
|
padding: 0 20px 20px 20px; |
|
text-align: center; |
|
|
|
a { |
|
@include button(#7a43b6, #fff, 0 -1px 1px rgba(0,0,0,.4)); |
|
//@include cupid-green; |
|
|
|
width: 250px; |
|
height: 40px; |
|
margin: auto; |
|
text-align: center; |
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
strong { |
|
font-size: 18px; |
|
font-weight: bold; |
|
} |
|
em { |
|
font-size: 13px; |
|
font-weight: normal; |
|
} |
|
} |
|
} |
|
}
|
|
|