Skip to content

Commit

Permalink
[Index template wizard] Remove shadow and use border for components p…
Browse files Browse the repository at this point in the history
…anels (#71606)
  • Loading branch information
sebelga authored Jul 14, 2020
1 parent 262e075 commit fdc9997
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
$heightHeader: $euiSizeL * 2;

.componentTemplates {
@include euiBottomShadowFlat;
border: $euiBorderThin;
border-top: none;
height: 100%;

&__header {
Expand All @@ -20,6 +21,7 @@ $heightHeader: $euiSizeL * 2;

&__searchBox {
border-bottom: $euiBorderThin;
border-top: $euiBorderThin;
box-shadow: none;
max-width: initial;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
height: 480px;

&__selection {
@include euiBottomShadowFlat;
border: $euiBorderThin;

padding: 0 $euiSize $euiSize;
color: $euiColorDarkShade;
Expand Down

0 comments on commit fdc9997

Please sign in to comment.