111 lines
1.6 KiB
SCSS
111 lines
1.6 KiB
SCSS
|
|
@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;
|
||
|
|
}
|
||
|
|
|
||
|
|
.landing-content {
|
||
|
|
|
||
|
|
h1 {
|
||
|
|
color: $headerText !important;
|
||
|
|
font-size:20px;
|
||
|
|
font-weight:normal;
|
||
|
|
}
|
||
|
|
.column {
|
||
|
|
float:left;
|
||
|
|
@include border_box_sizing;
|
||
|
|
|
||
|
|
&:nth-child(1) {
|
||
|
|
width:60%;
|
||
|
|
}
|
||
|
|
|
||
|
|
&:nth-child(2) {
|
||
|
|
width:40%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.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;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
&.full {
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
&.tight {
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.landing-tag {
|
||
|
|
|
||
|
|
font-size:14px;
|
||
|
|
position: absolute;
|
||
|
|
left: 60%;
|
||
|
|
top: 25px;
|
||
|
|
margin: 0;
|
||
|
|
|
||
|
|
h1 {
|
||
|
|
color: $ColorScreenPrimary !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|