Skip to content

Commit

Permalink
fix(statistic): margin and slate colors when using the inverted options
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Oct 19, 2022
1 parent 8e5a7dd commit f263dea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions theme/themes/eea/views/statistic.overrides
Expand Up @@ -34,6 +34,7 @@
}
}

.ui.statistics.inverted .slate,
.ui.statistics.inverted > a {
color: @white;
}
Expand Down
4 changes: 2 additions & 2 deletions theme/themes/eea/views/statistic.variables
Expand Up @@ -79,8 +79,8 @@
@invertedBackground: transparent;

/* Item Width */
@itemGroupMargin: 0em 0em -@rowSpacing;
@itemMargin: 0em 0em @rowSpacing;
@itemGroupMargin: 2rem 0;
@itemMargin: 2rem 0;

/* Size */
@miniTextValueSize: 1rem;
Expand Down

0 comments on commit f263dea

Please sign in to comment.