2016-03-24 18:17:35 +09:00
|
|
|
.newsletter{
|
|
|
|
background: $white;
|
|
|
|
border: 1px solid $light-border;
|
|
|
|
border-radius: 3px;
|
2016-03-27 17:30:28 +09:00
|
|
|
position: relative;
|
2016-03-25 10:45:28 +09:00
|
|
|
@include flex-center;
|
|
|
|
justify-content: center;
|
|
|
|
padding: $vmargin $hmargin;
|
|
|
|
margin-bottom: $vmargin;
|
|
|
|
.newsletter-tagline{
|
|
|
|
margin: 0 $hmargin 0 0;
|
|
|
|
font-size: 1.35rem;
|
|
|
|
}
|
|
|
|
.newsletter-button{
|
|
|
|
|
|
|
|
}
|
|
|
|
.newsletter-form{
|
|
|
|
@include flex-center;
|
|
|
|
.form-control{
|
|
|
|
margin: 0 5px 0 0;
|
|
|
|
}
|
|
|
|
}
|
2016-03-27 17:30:28 +09:00
|
|
|
.newsletter-close{
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
right: 5px;
|
|
|
|
}
|
2016-03-24 18:17:35 +09:00
|
|
|
}
|