Skip to content

Commit

Permalink
D8CORE-7660: updates to node styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Dec 4, 2024
1 parent 869525b commit e595964
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 19 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 @@ -2,31 +2,47 @@
@import '../../config';

.opportunity {
&.node {
@include responsive-spacing('margin-bottom', 6);
@include responsive-spacing('margin-bottom', 6);

.node-stanford-opportunity-su-opp-prerequisites {
@include responsive-spacing('margin', 0 null);
@include card;
.node-stanford-opportunity-su-opp-prerequisites {
@include responsive-spacing('margin', 0 null);
background-color: $su-color-fog;
padding: 30px;
width: 75%;

padding: 30px;
width: 75%;

h2 {
@include responsive-spacing('margin', 0 null);
@include type-d;
}
h2 {
@include responsive-spacing('margin-bottom', 0);
@include type-d;
}
}

.su-opp-image {
@include responsive-spacing('margin-bottom', 0);
.su-opp-image {
@include responsive-spacing('margin-bottom', 0);
}

.su-opp-eligibility {
@include responsive-spacing('margin', 0 null);

background-color: $su-color-fog;
padding: 1em;

> div:first-child {
font-weight: $su-font-semi-bold;
}
}

.su-opp-paragraphs {
@include responsive-spacing('padding-top', 2);
}

.su-opp-eligibility {
@include responsive-spacing('margin', 0 null);
@include card;
.su-opp-type,
.su-opp-start-date,
.su-opp-application-deadline,
.su-opp-course-code {
@include responsive-spacing('padding', 0 null);

padding: 1em;
> div:first-child {
font-weight: $su-font-semi-bold;
}
}
}

0 comments on commit e595964

Please sign in to comment.