[Index template wizard] Remove shadow and use border for components panels (#71606)

This commit is contained in:
Sébastien Loix 2020-07-14 13:47:03 +02:00 committed by GitHub
parent 262e0754ff
commit fdc999769d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -7,7 +7,8 @@
$heightHeader: $euiSizeL * 2;
.componentTemplates {
@include euiBottomShadowFlat;
border: $euiBorderThin;
border-top: none;
height: 100%;
&__header {
@ -20,6 +21,7 @@ $heightHeader: $euiSizeL * 2;
&__searchBox {
border-bottom: $euiBorderThin;
border-top: $euiBorderThin;
box-shadow: none;
max-width: initial;
}

View file

@ -6,7 +6,7 @@
height: 480px;
&__selection {
@include euiBottomShadowFlat;
border: $euiBorderThin;
padding: 0 $euiSize $euiSize;
color: $euiColorDarkShade;