Skip to content

Commit

Permalink
Style: add border radius to component template selector boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Aug 6, 2020
1 parent 3deccb7 commit e0b9fe1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $heightHeader: $euiSizeL * 2;

.componentTemplates {
border: $euiBorderThin;
border-radius: $euiBorderRadius;
border-top: none;
height: 100%;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,31 @@

&__selection {
border: $euiBorderThin;
border-radius: $euiBorderRadius;

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

&--is-empty {
align-items: center;
justify-content: center;
}
&--is-empty {
align-items: center;
justify-content: center;
}

&__header {
background-color: $euiColorLightestShade;
border-bottom: $euiBorderThin;
color: $euiColorInk;
height: $euiSizeXXL; // [1]
line-height: $euiSizeXXL; // [1]
font-size: $euiSizeM;
margin-bottom: $euiSizeS;
margin-left: $euiSize * -1;
margin-right: $euiSize * -1;
padding-left: $euiSize;
&__header {
background-color: $euiColorLightestShade;
border-bottom: $euiBorderThin;
color: $euiColorInk;
height: $euiSizeXXL; // [1]
line-height: $euiSizeXXL; // [1]
font-size: $euiSizeM;
margin-bottom: $euiSizeS;
margin-left: $euiSize * -1;
margin-right: $euiSize * -1;
padding-left: $euiSize;

&__count {
font-weight: 600;
}
&__count {
font-weight: 600;
}
}

&__content {
Expand Down

0 comments on commit e0b9fe1

Please sign in to comment.