Skip to content

Commit f2f19e4

Browse files
committed
visual changes in the code
1 parent 14625f1 commit f2f19e4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

x-pack/plugins/lens/public/drag_drop/drag_drop.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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

x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/layer_panel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
// Add margin to the top of the next same panel
2323
& + & {
24-
margin-top: $euiSizeS;
24+
margin-top: $euiSize;
2525
}
2626
}
2727

x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/layer_panel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}>

0 commit comments

Comments
 (0)