Skip to content

Commit

Permalink
change(utilities): wrap in quotes h2 and h3 of quoted-wrapper
Browse files Browse the repository at this point in the history
- this will be used by the hero block to add quotes
  • Loading branch information
ichim-david committed Jul 2, 2022
1 parent a92c31a commit 8aa4716
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme/themes/eea/globals/utilities.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,15 @@ h1, h2, h3, h4, h5, h6, p, span, .header {
.text-right { text-align: right !important; }

// Quotes
.quoted-wrapper h2::before,
.quoted-wrapper h3::before,
.quoted::before {
content: "\ec51";
font-family: 'remixicon' !important;
}

.quoted-wrapper h2::after,
.quoted-wrapper h3::after,
.quoted::after {
content: "\ec52";
font-family: 'remixicon' !important;
Expand Down

0 comments on commit 8aa4716

Please sign in to comment.