Skip to content

Commit

Permalink
D8CORE-7189 Update splash font card headline margin-bottom (#299)
Browse files Browse the repository at this point in the history
* Update splash font card headline margin-bottom

* Fixup
  • Loading branch information
jdwjdwjdw authored Mar 7, 2024
1 parent 1fb22b4 commit f42d6ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@
@include type-e;
}

.su-font-splash {
font-size: 1.4em;
// Overwrite conflicting decanter styles for splash font card headline
>div {
&:not(.su-card__button) {
&.su-font-splash {
@include modular-spacing('margin-bottom', -1);

font-size: 1.4em;
}
}
}
}
}

0 comments on commit f42d6ac

Please sign in to comment.