Skip to content

Commit

Permalink
move styles to legend
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Oct 28, 2020
1 parent 51c5c3c commit 00b3fc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions src/plugins/vis_type_vislib/public/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
@import './vislib/index';

.vislib .visLegend__toggle {
margin: $euiSizeS;
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $visLegendLineHeight: $euiSize;
left: 0;
display: flex;
padding: $euiSizeXS;
margin: $euiSizeS;
background-color: $euiColorEmptyShade;
transition: opacity $euiAnimSpeedFast $euiAnimSlightResistance, background-color $euiAnimSpeedFast $euiAnimSlightResistance $euiAnimSpeedExtraSlow;

Expand Down

0 comments on commit 00b3fc8

Please sign in to comment.