Skip to content

Commit

Permalink
style(pullquote): create variable for icon font size
Browse files Browse the repository at this point in the history
  • Loading branch information
tarantilis committed Mar 21, 2022
1 parent 78e4606 commit fea9b0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions theme/themes/eea/extras/pullquote.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
i.icon {
display: flex;
align-items: flex-end;
font-size: 1.8rem;
font-size: @mobileQuoteIconSize;
color: @quoteIconColor;
}

Expand Down Expand Up @@ -59,7 +59,7 @@
}

i.icon {
font-size: @quoteIconSize;
font-size: @tabletQuoteIconSize;
}
}
}
Expand Down
7 changes: 4 additions & 3 deletions theme/themes/eea/extras/pullquote.variables
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
@metaFontSize : 1rem;

/* Icon */
@quoteIconSize : 3rem;
@quoteIconColor : @secondaryColor;
@quoteDownIconFloat : right;
@mobileQuoteIconSize : 2rem;
@tabletQuoteIconSize : 3rem;
@quoteIconColor : @secondaryColor;
@quoteDownIconFloat : right;

0 comments on commit fea9b0a

Please sign in to comment.