Skip to content

Commit

Permalink
SRC-34 SRC-35 SRC-36 SRC-37: fixes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Nov 12, 2024
1 parent a68d8df commit 70bec7a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/scss/components/banner/_default-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
min-width: 622px;
}

section.su-card__contents {
.su-card__contents {
color: $su-color-white;
padding: 11.0rem 5.0rem 5.5rem 3.8rem;

Expand Down
4 changes: 2 additions & 2 deletions src/scss/components/banner/_overlay-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
border: none;
box-shadow: none;

section.su-card__contents {
.su-card__contents {
color: $su-color-white;

div.su-card__superhead {
Expand Down Expand Up @@ -61,7 +61,7 @@
}
}
}

.su-hero__media {
right: 0;
width: fit-content;
Expand Down
2 changes: 1 addition & 1 deletion src/scss/components/card/_basic-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
}

section.su-card__contents {
.su-card__contents {
padding: 4rem 0 0 0;

div.su-card__superhead {
Expand Down
2 changes: 1 addition & 1 deletion src/scss/components/hero-banner/_hero-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ main .su-alert {
margin: 0;
}

section.su-card__contents {
.su-card__contents {
@include responsive-spacing('padding-top', 8);

margin: 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion src/scss/components/person/_person-teasers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
border-radius: 0;
}

section.su-card__contents {
.su-card__contents {
font-size: 2rem;
padding: 2rem 3rem 3.2rem 3.2rem;
text-align: left;
Expand Down
2 changes: 1 addition & 1 deletion src/scss/components/teaser/_basic-page-teaser.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
}

section.su-card__contents {
.su-card__contents {
padding: 4rem 0 0 0;
font-size: 2rem;

Expand Down

0 comments on commit 70bec7a

Please sign in to comment.