Skip to content

Commit

Permalink
Add new blockquote class
Browse files Browse the repository at this point in the history
  • Loading branch information
MReyna12 committed Aug 5, 2024
1 parent ce5a049 commit 84536b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/styles/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,13 @@ table.os-raise-horizontaltable {
color: #000;
}

.os-raise-blockquote {
color: #000;
margin: 0 .5rem 1rem;
padding: 1rem 1.5rem;
border-left: .188rem solid #F47641;
}

// Extra Support Box Styles
.os-raise-extrasupport {
border: .0625rem solid #757575;
Expand Down

0 comments on commit 84536b5

Please sign in to comment.