Skip to content

Commit

Permalink
Fix colors in Kibana overview page (elastic#97741) (elastic#97769)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadelrio authored Apr 21, 2021
1 parent e559aa0 commit c4e1730
Show file tree
Hide file tree
Showing 12 changed files with 116 additions and 100 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
18 changes: 18 additions & 0 deletions src/plugins/kibana_overview/public/components/_overview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,24 @@
}
}

.kbnOverviewSolution {
&.enterpriseSearch {
.euiCard__image {
background-color: $euiColorSecondary;
}
}
&.observability {
.euiCard__image {
background-color: $euiColorAccent;
}
}
&.securitySolution {
.euiCard__image {
background-color: $euiColorDarkestShade;
}
}
}

.kbnOverviewSolution__icon {
background-color: $euiColorEmptyShade !important;
box-shadow: none !important;
Expand Down
Loading

0 comments on commit c4e1730

Please sign in to comment.