2016-07-17 15:16:27 +00:00
|
|
|
@import "client/common.scss";
|
2015-05-28 13:20:14 +00:00
|
|
|
|
|
|
|
|
body.web.landing_page.full {
|
|
|
|
|
&.affiliate_program {
|
|
|
|
|
|
2015-05-28 15:34:07 +00:00
|
|
|
.video-container {
|
|
|
|
|
width:100%;
|
|
|
|
|
padding-bottom:53.33%;
|
|
|
|
|
|
|
|
|
|
}
|
2015-05-28 13:20:14 +00:00
|
|
|
.agree-disagree-buttons {
|
|
|
|
|
margin-top:30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.agree-button {
|
|
|
|
|
margin-right:20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#partner-agreement-v1 {
|
|
|
|
|
height:340px;
|
|
|
|
|
overflow:scroll;
|
|
|
|
|
padding:20px;
|
|
|
|
|
border:1px solid white;
|
|
|
|
|
@include border-box_sizing;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wrapper {
|
2021-02-15 04:32:27 +00:00
|
|
|
//padding-top:20px;
|
2015-05-28 13:20:14 +00:00
|
|
|
}
|
|
|
|
|
.row {
|
|
|
|
|
text-align:left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
display: inline-block;
|
2015-05-28 15:34:07 +00:00
|
|
|
margin-bottom:20px;
|
2015-05-28 13:20:14 +00:00
|
|
|
}
|
2015-05-28 15:34:07 +00:00
|
|
|
|
2015-05-28 13:20:14 +00:00
|
|
|
.column {
|
|
|
|
|
@include border_box_sizing;
|
|
|
|
|
width:50% ! important;
|
|
|
|
|
float:left;
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
margin-bottom:15px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
label {
|
|
|
|
|
display:inline-block;
|
|
|
|
|
color:#ccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p.agreement-notice {
|
|
|
|
|
color:white;
|
|
|
|
|
margin:20px 0 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.field.radio {
|
|
|
|
|
margin-top:10px;
|
|
|
|
|
label {
|
|
|
|
|
margin-left:10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.field.entity {
|
|
|
|
|
&.name {
|
|
|
|
|
margin-top:30px;
|
|
|
|
|
}
|
|
|
|
|
margin-top:10px;
|
|
|
|
|
width:400px;
|
|
|
|
|
input, select {
|
|
|
|
|
width:300px;
|
|
|
|
|
@include border_box_sizing;
|
|
|
|
|
}
|
|
|
|
|
label {
|
|
|
|
|
width:100px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|