Vulcan/packages/base-styles/lib/stylesheets/_newsletter.scss

22 lines
407 B
SCSS
Raw Normal View History

2016-03-24 18:17:35 +09:00
.newsletter{
background: $white;
border: 1px solid $light-border;
border-radius: 3px;
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-24 18:17:35 +09:00
}