Skip to content

Commit

Permalink
refactor(labeledIcons): add variable for icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
tarantilis committed Mar 30, 2022
1 parent 4ae8530 commit 9f9d3cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme/themes/eea/extras/downloadLabeledIcon.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@

.icon {
cursor: pointer;
font-size: @downloadLabeledIconIconFontSize;
color: @mediumPersianBlue;
display: flex;
align-items: center;
font-size: @downloadLabeledIconIconFontSize;
color: @downloadLabeledIconColor;
width: @downloadLabeledIconIconWidth;
height: @downloadLabeledIconWrapperIconHeight;
align-items: center;
}
}

Expand Down
1 change: 1 addition & 0 deletions theme/themes/eea/extras/downloadLabeledIcon.variables
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
@downloadLabeledIconIconFontSize: 1.563rem;
@downloadLabeledIconWrapperIconHeight: 1.25rem;
@downloadLabeledIconIconWidth: 1.25rem;
@downloadLabeledIconColor: @mediumPersianBlue;

/* Link Wrapper */
@downloadLabeledIconLinkWrapperBackgroundColor: #f9f9f9;
Expand Down

0 comments on commit 9f9d3cb

Please sign in to comment.