Skip to content

Commit

Permalink
SDSS-594: theming for the media contacts:
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Aug 29, 2023
1 parent 17728fd commit 93941b1
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 1 deletion.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
@charset "UTF-8";

.node-stanford-news-su-sdss-media-contacts {
@include modular-spacing('margin-top', 4);
@include modular-spacing('margin-bottom', 4);

@include grid-media-min('lg') {
display: grid;
grid-template-columns: 30% 65%;
column-gap: 5%;
}


.su-sdss-media-contacts {
@include grid-media-min('sm') {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
row-gap: 2em;
column-gap: 2%;
}

> div {
width: 49%;

@include grid-media-max('xs') {
margin: 40px 0;
}
}

.su-sdss-media-contact {
.su-sdss-media-contact-name {
font-size: 1.4em;
font-weight: $su-font-semi-bold;
padding-bottom: 1.6rem;
}

.su-sdss-media-contact-email,
.su-sdss-media-contact-org,
.su-sdss-media-contact-phone {
@include type_d;

}


}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@charset "UTF-8";

@import 'callout';
@import 'media-contacts';
@import 'sidebar';
@import 'wysiwyg';

0 comments on commit 93941b1

Please sign in to comment.