Skip to content

Commit

Permalink
CHEMH-240 | @jdwjdwjdw | Remove italics and serif, update padding-top (
Browse files Browse the repository at this point in the history
…#75)

* Remove italics and serif, update subheadline h2 padding-top

* Update dist

* Update event node spacing

* Update event node dek padding-top

* Remove tab space
  • Loading branch information
jdwjdwjdw authored Nov 1, 2023
1 parent f8a2632 commit dffb308
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dist/css/chem_h_subtheme.css

Large diffs are not rendered by default.

14 changes: 6 additions & 8 deletions src/scss/components/events/_event-node.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
}

h2 {
@include responsive-spacing('padding-top', 1);
@include responsive-spacing('padding-top', 3);
@include type-b;

margin-bottom: 0;
Expand Down Expand Up @@ -99,13 +99,10 @@
width: 70%;
}

.su-event-dek {
@include responsive-spacing('padding-top', 0);

font-family: $su-font-serif;
font-style: italic;
.su-event-dek {
font-size: 3rem;
margin: 0 auto;
padding-top: .2rem;

@include grid-media-min('sm') {
@include responsive-spacing('padding-bottom', 0);
Expand Down Expand Up @@ -136,14 +133,15 @@
}

.su-event-sponsor {
@include responsive-spacing('padding-top', 0);


max-width: 100%;
text-align: center;
background: white;
margin: 0 auto;

@include grid-media-min('sm') {
@include responsive-spacing('padding-top', 0);

width: 70%;
}

Expand Down
2 changes: 0 additions & 2 deletions src/scss/components/news/_news-node.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@
.su-news-dek {
@include responsive-spacing('padding-bottom', 1);

font-family: $su-font-serif;
font-style: italic;
font-size: 3rem;
margin-left: auto;
margin-right: auto;
Expand Down
1 change: 0 additions & 1 deletion src/scss/components/person/_person-lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@

.views-field-su-person-short-title {
color: $su-color-white;
font-style: italic;
font-weight: 300;
bottom: 1rem;
position: relative;
Expand Down
1 change: 0 additions & 1 deletion src/scss/components/person/_person-teasers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@

.su-person-short-title {
color: $su-color-white;
font-style: italic;
font-weight: 300;
}
}
Expand Down

0 comments on commit dffb308

Please sign in to comment.