File tree Expand file tree Collapse file tree
x-pack/plugins/lens/public
editor_frame_service/editor_frame/config_panel Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131}
3232
3333.lnsDragDrop-isActiveGroup {
34- background-color : transparentize ($euiColorVis0 , .8 );
34+ background-color : transparentize ($euiColorVis0 , .75 );
3535}
3636
3737// Drop area while hovering with item
Original file line number Diff line number Diff line change 2121
2222 // Add margin to the top of the next same panel
2323 & + & {
24- margin-top : $euiSizeS ;
24+ margin-top : $euiSize ;
2525 }
2626}
2727
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ export function LayerPanel(
172172 ) }
173173 </ EuiFlexGroup >
174174
175- < EuiSpacer size = "s " />
175+ < EuiSpacer size = "m " />
176176
177177 { groups . map ( ( group , index ) => {
178178 const newId = generateId ( ) ;
@@ -488,7 +488,7 @@ export function LayerPanel(
488488 }
489489 />
490490
491- < EuiSpacer size = "s " />
491+ < EuiSpacer size = "m " />
492492
493493 < EuiFlexGroup justifyContent = "center" >
494494 < EuiFlexItem grow = { false } >
You can’t perform that action at this time.
0 commit comments