style: newsletter signup form
This commit is contained in:
parent
585eac4ced
commit
11088f8f24
File diff suppressed because one or more lines are too long
@ -99,6 +99,11 @@ body:not(.home-template) {
|
||||
--announcement-bar-height: 0 !important;
|
||||
}
|
||||
|
||||
/* keep footer lines tight */
|
||||
.m-footer-copyright {
|
||||
line-height: 1 !important;
|
||||
}
|
||||
|
||||
/* disable fade down animation on nav */
|
||||
.m-header {
|
||||
--show-fade-animation: 0;
|
||||
@ -203,6 +208,26 @@ body:not(.home-template) {
|
||||
}
|
||||
}
|
||||
|
||||
/* newsletter signup form */
|
||||
@include respond-to("medium") {
|
||||
.newsletter-subscription {
|
||||
display: flex;
|
||||
> div {
|
||||
flex-grow: 1;
|
||||
.m-input {
|
||||
margin: 0 !important;
|
||||
border-top-right-radius: 0 !important;
|
||||
border-bottom-right-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
.m-button {
|
||||
width: 10rem !important;
|
||||
border-top-left-radius: 0 !important;
|
||||
border-bottom-left-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* featured post cards with images: avoid cropping + hide titles */
|
||||
.m-featured-article:not(.no-picture) {
|
||||
.m-featured-article__picture {
|
||||
|
Loading…
Reference in New Issue
Block a user