mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Index template wizard] Remove shadow and use border for components panels (#71606)
This commit is contained in:
parent
262e0754ff
commit
fdc999769d
2 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
height: 480px;
|
||||
|
||||
&__selection {
|
||||
@include euiBottomShadowFlat;
|
||||
border: $euiBorderThin;
|
||||
|
||||
padding: 0 $euiSize $euiSize;
|
||||
color: $euiColorDarkShade;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue