Skip to content

Commit

Permalink
SDSS-451, SDSS-452: Adjust margin and padding for color variant parag…
Browse files Browse the repository at this point in the history
…raph rows (#232)

* SDSS-451: Reduced the margin bottom of non-colored paragraph rows.
* SDSS-452: Reduced the padding-top on colored paragraph rows.
  • Loading branch information
jenbreese authored Sep 14, 2023
1 parent 3bacc1e commit 3091c40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
// Override bottom margin on all components.
.content {
.paragraph-item {
@include responsive-spacing('margin-bottom', 4);
@include responsive-spacing('margin-bottom', 1);

}
}

// Utility class to add to layout sections to drop the bottom margin on the
// Utility class to add to layout sections to drop the bottom margin on the
// WYSIWYG block (for the home page banner animated gif workaround).
.content {
.sdss-drop-paragraph-margin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.su-row-bgcolor--green,
.su-row-bgcolor--blue,
.su-row-bgcolor--grey {
@include responsive-spacing('padding-top', 4);
@include responsive-spacing('padding-top', 1);

@include grid-media-max('md') {
@include responsive-spacing('padding-bottom', 2);
Expand Down

0 comments on commit 3091c40

Please sign in to comment.