Skip to content

Commit

Permalink
Merge pull request #955 from StadGent/feature/SGD8-2521
Browse files Browse the repository at this point in the history
SGD8-2521: Fix Theme footer spacing
  • Loading branch information
SvenVdv authored Oct 18, 2023
2 parents 8329f9f + 34298e9 commit a8344b3
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions source/sass/31-molecules/newsletter/_newsletter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@include tablet {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
align-items: flex-end;
justify-content: flex-start;
}

Expand All @@ -25,12 +25,16 @@
.dg-newsletter-intro-text,
.dg-newsletter-privacy-disclaimer {
flex-basis: 100%;

p:last-child {
margin-bottom: 0;
}
}

.form-item {
margin: 0;

@include phablet {
@include tablet {
margin: 0 10px 0 0;
max-width: 556px;
}
Expand All @@ -45,24 +49,21 @@
}
}

.form-actions {
flex-grow: 0;
.email {
width: 100%;
margin: 10px 0 0 0;

@include phablet {
width: auto;
margin: 36px 0 0;
@include tablet {
max-width: 350px;
}
}

.form-actions {
flex-grow: 0;
margin: 10px 0 0;

input[type="submit"] {
align-self: flex-start;
width: 100%;
margin: 0;

@include phablet {
width: auto;
}
}
}

Expand All @@ -73,9 +74,10 @@
}
}

//input[type="submit"] {
// min-height: 2.4rem;
// margin-top: -.1rem;
// font-size: .8rem;
//}
.email {
label {
@include theme('color', 'color-zero');
@include semi-bold-text;
}
}
}

0 comments on commit a8344b3

Please sign in to comment.