Skip to content

Commit

Permalink
change(card): removed uppercase transform from title on image
Browse files Browse the repository at this point in the history
- in the ticket there was a mention that uppercase is not needed however the variable is still there set to none, if needed
  you can override the variable to set it back to uppercase
  • Loading branch information
ichim-david committed Jan 20, 2023
1 parent 3f19413 commit 2948ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/themes/eea/views/card.variables
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
@imageTitleLineHeight: @font-lineheight-0;
@imageTitlePadding: @rem-space-6;
@imageTitlePaddingBlock: @rem-space-2;
@imageTitleTextTransform: uppercase;
@imageTitleTextTransform: none;

/*******************************
Rounded Card
Expand Down

0 comments on commit 2948ae1

Please sign in to comment.