2016-10-04 22:21:43 -04:00
|
|
|
$relish-success: 1.3s;
|
|
|
|
|
|
2016-09-01 11:24:52 -04:00
|
|
|
#onboarding-collect-email {
|
|
|
|
|
background: rgb(17, 209, 166);
|
2016-10-03 19:38:57 -04:00
|
|
|
.overlay {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top:0;
|
|
|
|
|
left:0;
|
|
|
|
|
width:100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background: rgba(0,0,0,.4);
|
|
|
|
|
z-index: 4;
|
|
|
|
|
}
|
2016-09-08 15:41:44 -04:00
|
|
|
.scroll-content {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
height: 101%;
|
|
|
|
|
}
|
2016-09-02 15:55:43 -03:00
|
|
|
.scroll {
|
|
|
|
|
height: 100%;
|
2016-10-04 12:51:11 -04:00
|
|
|
transform: translate3d(0px, 0px, 0px) scale(1) !important;
|
2016-09-02 15:55:43 -03:00
|
|
|
}
|
2016-10-04 22:21:43 -04:00
|
|
|
.success-message {
|
|
|
|
|
top: 30vh;
|
|
|
|
|
position: relative;
|
|
|
|
|
animation-name: slideUp;
|
|
|
|
|
animation-iteration-count: 1;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
animation-duration: .5s;
|
|
|
|
|
animation-delay: $relish-success;
|
|
|
|
|
animation-fill-mode: forwards;
|
2016-09-02 15:55:43 -03:00
|
|
|
}
|
2016-09-01 11:24:52 -04:00
|
|
|
#success-image {
|
2016-10-04 22:21:43 -04:00
|
|
|
width: 8rem;
|
|
|
|
|
margin: 0 auto;
|
2016-09-01 11:24:52 -04:00
|
|
|
}
|
2016-09-09 11:14:04 -03:00
|
|
|
.collect-overlay {
|
|
|
|
|
animation-name: opacity;
|
|
|
|
|
animation-iteration-count: 1;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
animation-duration: .2s;
|
2016-10-04 22:21:43 -04:00
|
|
|
animation-delay: $relish-success;
|
2016-09-09 11:14:04 -03:00
|
|
|
animation-fill-mode: forwards;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
button {
|
|
|
|
|
position: absolute;
|
2016-10-04 22:21:43 -04:00
|
|
|
right: 0;
|
2016-09-09 11:14:04 -03:00
|
|
|
}
|
2016-10-04 22:21:43 -04:00
|
|
|
}
|
|
|
|
|
.collect-overlay {
|
|
|
|
|
top:-1px;
|
|
|
|
|
}
|
|
|
|
|
.prompt {
|
|
|
|
|
padding: 2rem 2rem 1rem;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
#email-form {
|
|
|
|
|
margin: 0 2rem 1rem;
|
|
|
|
|
}
|
|
|
|
|
#email-input {
|
|
|
|
|
border-radius: $visible-radius;
|
|
|
|
|
}
|
2016-09-01 11:24:52 -04:00
|
|
|
#collect-email {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
background: #fff;
|
|
|
|
|
color: rgb(108, 108, 108);
|
2016-09-07 10:49:47 -03:00
|
|
|
height: 14rem;
|
2016-09-01 11:24:52 -04:00
|
|
|
animation-name: topBottom;
|
|
|
|
|
animation-iteration-count: 1;
|
|
|
|
|
animation-timing-function: ease-in;
|
2016-09-08 15:41:44 -04:00
|
|
|
animation-duration: .4s;
|
2016-10-04 22:21:43 -04:00
|
|
|
animation-delay: $relish-success + .2s;
|
2016-09-01 11:24:52 -04:00
|
|
|
position: absolute;
|
2016-09-07 10:49:47 -03:00
|
|
|
bottom: -14rem;
|
2016-09-01 11:24:52 -04:00
|
|
|
animation-fill-mode: forwards;
|
2016-09-02 06:50:23 -04:00
|
|
|
z-index: 5;
|
|
|
|
|
margin-top: 0;
|
2016-09-02 15:42:45 -03:00
|
|
|
width: 100%;
|
2016-09-16 14:40:55 -03:00
|
|
|
form {
|
|
|
|
|
label {
|
|
|
|
|
background: rgba(200, 200, 200, 0.20);
|
|
|
|
|
height: 3rem;
|
|
|
|
|
margin-top:0;
|
|
|
|
|
i {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 3%;
|
|
|
|
|
top: 1rem;
|
|
|
|
|
}
|
2016-09-02 06:50:23 -04:00
|
|
|
}
|
|
|
|
|
}
|
2016-09-19 14:18:51 -04:00
|
|
|
#news-updates{
|
|
|
|
|
padding-top:0;
|
|
|
|
|
.list{
|
2016-09-19 15:52:54 -04:00
|
|
|
max-width: 310px;
|
2016-09-19 14:18:51 -04:00
|
|
|
text-align: center;
|
2016-09-19 15:34:32 -04:00
|
|
|
width: 100%;
|
2016-09-19 14:18:51 -04:00
|
|
|
@include center-block();
|
|
|
|
|
label{
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
padding-bottom: 1rem;
|
2016-09-19 15:34:32 -04:00
|
|
|
.checkbox{
|
|
|
|
|
left:0;
|
|
|
|
|
margin-left:0;
|
|
|
|
|
}
|
2016-09-19 14:18:51 -04:00
|
|
|
.item-content{
|
2016-09-19 15:34:32 -04:00
|
|
|
margin-left: 12%;
|
2016-09-19 14:18:51 -04:00
|
|
|
position: relative;
|
2016-09-19 15:34:32 -04:00
|
|
|
font-size:.8rem;
|
2016-09-19 14:18:51 -04:00
|
|
|
}
|
|
|
|
|
}
|
2016-09-27 14:15:24 -04:00
|
|
|
@media (min-width: 415px){
|
2016-09-27 09:57:27 -04:00
|
|
|
&{
|
|
|
|
|
max-width: 400px;
|
|
|
|
|
label{
|
|
|
|
|
.checkbox{
|
|
|
|
|
left:1rem;
|
|
|
|
|
}
|
|
|
|
|
.item-content{
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-09-19 14:18:51 -04:00
|
|
|
}
|
|
|
|
|
}
|
2016-09-01 11:24:52 -04:00
|
|
|
}
|
2016-09-16 14:40:55 -03:00
|
|
|
.item {
|
|
|
|
|
border: none;
|
|
|
|
|
label{
|
|
|
|
|
background: none;
|
|
|
|
|
}
|
|
|
|
|
.checkbox input:before,
|
|
|
|
|
.checkbox .checkbox-icon:before {
|
|
|
|
|
border-radius: 50% !important;
|
|
|
|
|
background: none;
|
|
|
|
|
border-width: 2px;
|
|
|
|
|
padding: .9rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
left: -7px;
|
|
|
|
|
top: -8px;
|
|
|
|
|
}
|
|
|
|
|
.checkbox input:checked:after,
|
|
|
|
|
input:checked + .checkbox-icon:after {
|
|
|
|
|
border-color: rgb(19, 229, 182);
|
|
|
|
|
top:20%;
|
|
|
|
|
left:11%;
|
|
|
|
|
}
|
|
|
|
|
.item-content {
|
|
|
|
|
width: 90%;
|
|
|
|
|
margin-left: 10%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.item-checkbox .checkbox {
|
|
|
|
|
margin-left: 10%;
|
|
|
|
|
top: 55%;
|
|
|
|
|
}
|
|
|
|
|
.checkbox input:before,
|
|
|
|
|
.checkbox .checkbox-icon:before{
|
|
|
|
|
border-color:$soft-blue;
|
|
|
|
|
}
|
|
|
|
|
.checkbox input:checked:before,
|
|
|
|
|
.checkbox input:checked + .checkbox-icon:before {
|
|
|
|
|
border-color: rgb(19, 229, 182);
|
|
|
|
|
}
|
2016-09-01 11:24:52 -04:00
|
|
|
}
|
2016-09-16 14:40:55 -03:00
|
|
|
|
2016-09-09 13:47:27 -04:00
|
|
|
@media (min-width: 1000px){
|
|
|
|
|
#onboarding-collect-email{
|
|
|
|
|
#collect-email{
|
|
|
|
|
p, form{
|
|
|
|
|
max-width: 600px;
|
|
|
|
|
@include center-block();
|
|
|
|
|
}
|
|
|
|
|
form{
|
|
|
|
|
margin-top:.5rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-09-02 06:50:23 -04:00
|
|
|
|
2016-09-01 11:24:52 -04:00
|
|
|
@keyframes topBottom {
|
|
|
|
|
0% {
|
|
|
|
|
bottom: -100%;
|
|
|
|
|
}
|
|
|
|
|
100% {
|
|
|
|
|
bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-09-02 06:50:23 -04:00
|
|
|
|
2016-09-08 15:41:44 -04:00
|
|
|
@keyframes opacity {
|
2016-09-01 11:24:52 -04:00
|
|
|
0% {
|
2016-09-08 15:41:44 -04:00
|
|
|
opacity: 0;
|
2016-09-01 11:24:52 -04:00
|
|
|
}
|
|
|
|
|
100% {
|
2016-09-08 15:41:44 -04:00
|
|
|
opacity: 1;
|
2016-09-01 11:24:52 -04:00
|
|
|
}
|
|
|
|
|
}
|
2016-10-04 22:21:43 -04:00
|
|
|
|
|
|
|
|
@keyframes slideUp {
|
|
|
|
|
0% {
|
|
|
|
|
top: 30vh;
|
|
|
|
|
}
|
|
|
|
|
100% {
|
|
|
|
|
top: 10vh;
|
|
|
|
|
}
|
|
|
|
|
}
|