Skip to content

Commit

Permalink
change(statistics): tweaked margin of statistics so that they don't o…
Browse files Browse the repository at this point in the history
…verflow over context boxes
  • Loading branch information
ichim-david committed Oct 7, 2022
1 parent 2c6ce5d commit b4a8e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/themes/eea/views/statistic.variables
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
@secondaryValueColor: @secondaryColorCSSVar;
@primaryLabelColor: @primaryColorCSSVar;

@verticalMargin: 1em;
@verticalMargin: 1.5em;
@margin: @verticalMargin 0em;
@textAlign: center;
@maxWidth: auto;

/* Group */
@horizontalSpacing: 1.5em;
@rowSpacing: 2em;
@groupMargin: @verticalMargin -@horizontalSpacing -@rowSpacing;
@groupMargin: @verticalMargin 0;

/* Group Element */
@elementMargin: @rowSpacing @horizontalSpacing @rowSpacing;
Expand Down

0 comments on commit b4a8e33

Please sign in to comment.