Skip to content

Commit

Permalink
D8CORE-7660: Client feedback changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Dec 6, 2024
1 parent e595964 commit e99da31
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.

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 @@ -46,3 +46,25 @@
}
}
}

.node-stanford-opportunity-su-opp-summary {
border-top: 1px solid $su-color-black-60;
padding: 10px;
border-bottom: 1px solid $su-color-black-60;
font-size: 1.5em;
margin-bottom: 50px;
}

.su-wysiwyg-text {
&.node.stanford-opportunity {
&.su-opp-summary {
p {
font-size: 1.1em;
}
}
}
}

.node-stanford-opportunity-su-opp-sponsor {
margin: 30px 0;
}

0 comments on commit e99da31

Please sign in to comment.