Skip to content

Commit

Permalink
D8CORE-7663: fixup for the node
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Dec 2, 2024
1 parent 63dc162 commit 0ef73fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 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 @@ -4,13 +4,10 @@
.opportunity.node {
@include responsive-spacing('margin-bottom', 6);

border: 2px solid lime;


.node-stanford-opportunity-su-opp-prerequisites {
@include responsive-spacing('margin', 0 null);
@include card();

padding: 30px;
width: 75%;

Expand All @@ -19,5 +16,16 @@
@include type-d;
}
}

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

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

padding: 1em;
}
}

0 comments on commit 0ef73fe

Please sign in to comment.