Skip to content

Commit

Permalink
Merge branch 'master' into reporting/feature-controls-support
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Apr 21, 2021
2 parents c5cc50e + cd459b0 commit 4e90797
Show file tree
Hide file tree
Showing 65 changed files with 1,498 additions and 2,037 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 4e90797

Please sign in to comment.