jam-cloud/web/app/assets/stylesheets/landings/landing_page.css.scss

233 lines
3.4 KiB
SCSS
Raw Normal View History

2014-08-13 16:09:52 +00:00
@import "client/common.css.scss";
// landing_page is a a/b testing landing page
// #ed3618 - orange
$headerText: white;
body.web.landing_page {
#profile {
display:none;
}
2014-08-14 15:09:33 +00:00
&.wo_1 {
.landing-tag {
left: 50%;
2014-08-14 15:09:33 +00:00
}
.cta-container {
width:75%;
text-align:center;
margin-left:0% !important;
h2 {
margin-left:0px !important;
}
}
.column:nth-child(1) {
width:50% !important;
}
.column:nth-child(2) {
width:50% !important;
h1 {
}
h2 {
margin-bottom:30px;
}
.cta-container a {
margin-bottom:8px;
}
}
2014-08-14 15:09:33 +00:00
}
&.wo_3 {
.landing-content h1 {
margin-left:55px;
}
}
2014-08-13 20:26:34 +00:00
&.wb_2 {
2014-08-14 15:09:33 +00:00
.landing-content h1 {
margin-left:120px;
}
}
&.wb_3 {
.landing-content h1 {
margin-left:130px;
}
}
.landing-tag {
font-size:14px;
position: absolute;
left: 60%;
top: 25px;
margin: 0;
h1 {
color: $ColorScreenPrimary !important;
2014-08-13 20:26:34 +00:00
}
}
2014-08-14 15:09:33 +00:00
2014-08-13 16:09:52 +00:00
.landing-content {
h1 {
color: $headerText !important;
font-size:20px;
font-weight:normal;
}
.buzz {
margin-top:55px;
height:268px;
overflow:hidden;
border-color: $color2;
border-style:solid;
border-width:1px;
background-color:$ColorUIBackground;
padding:10px;
h2 {
color: $ColorScreenPrimary !important;
font-size:20px;
}
}
.video-container {
width:75%;
margin:20px 0 30px 0;
position: relative;
padding-bottom: 40.00%;
padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#signup {
margin:10px 0 0 0;
}
.cta-container {
margin-left:11%;
h2 {
margin-left:45px;
}
}
.more-container {
margin-top:35px;
a {
margin-top:40px;
}
2014-08-14 15:09:33 +00:00
.follow-links {
margin-top:40px;
line-height: 10px; // centers all 3 buttons vertically on the same line
margin-left:28px;
}
2014-08-13 16:09:52 +00:00
}
}
&.full {
2014-08-14 15:09:33 +00:00
.column {
float:left;
@include border_box_sizing;
&:nth-child(1) {
width:60%;
}
2014-08-13 16:09:52 +00:00
2014-08-14 15:09:33 +00:00
&:nth-child(2) {
width:40%;
}
}
2014-08-13 16:09:52 +00:00
}
&.tight {
2014-08-15 03:21:34 +00:00
.wrapper {
text-align:center;
}
2014-08-14 15:09:33 +00:00
.video-wrapper {
margin:auto;
}
2014-08-13 16:09:52 +00:00
2014-08-14 15:09:33 +00:00
.landing-content h1 {
text-align:center;
margin:0;
}
2014-08-13 16:09:52 +00:00
2014-08-14 15:09:33 +00:00
.landing-tag {
left:68%;
2014-08-15 03:21:34 +00:00
display:none;
2014-08-14 15:09:33 +00:00
}
2014-08-13 16:09:52 +00:00
2014-08-14 15:09:33 +00:00
.video-container {
width:55%;
margin:20px auto 30px;
position: relative;
padding-bottom: 25.00%;
padding-top: 30px; height: 0; overflow: hidden;
}
2014-08-13 16:09:52 +00:00
2014-08-15 03:21:34 +00:00
.cta-container {
h2 {
margin-left:0;
}
}
2014-08-14 15:09:33 +00:00
.column {
float:left;
@include border_box_sizing;
2014-08-13 16:09:52 +00:00
2014-08-14 15:09:33 +00:00
&:nth-child(1) {
width:50%;
2014-08-15 03:21:34 +00:00
padding-left:19%;
2014-08-14 15:09:33 +00:00
}
&:nth-child(2) {
2014-08-15 03:21:34 +00:00
width:28%;
padding-left:9%;
2014-08-14 15:09:33 +00:00
}
2014-08-13 16:09:52 +00:00
}
2014-08-14 15:09:33 +00:00
.more-container {
margin-top:0;
2014-08-15 03:21:34 +00:00
h2 {
text-align:center;
}
.follow-links {
margin-top:10px;
text-align:center;
margin-left:0;
.social-follow-btn {
display:block;
margin-top:5px;
}
}
2014-08-14 15:09:33 +00:00
}
}
2014-08-13 16:09:52 +00:00
}