kibana/x-pack/plugins/monitoring/public/_hacks.scss
Tyler Smalley 0e5fd324b1
Moves styleSheetPath to uiExports (#23007)
This was previously defined in uiExports.app, which limited plugins which are not an app of providing a stylesheet. This allows any plugin to define a stylesheet which will be available on page load.
2018-09-20 19:01:06 -07:00

28 lines
682 B
SCSS

#monitoring-app {
// SASSTODO: We need background colors till more of Kibana is converted
.tab-no-data, .tab-overview, .tab-license {
background: $euiColorLightestShade;
}
// SASSTODO: PUI tooltips can be replaced with EuiToolTip
.pui-tooltip-inner {
font-size: $euiFontSizeXS;
}
.monitoring-tooltip__trigger,
.monitoring-tooltip__trigger:hover {
color: $euiTextColor;
}
// SASSTODO: Remove font awesome
.betaIcon {
color: $euiColorDarkShade;
}
// SASSTOD: Remove this, it comes from xpack_main/styles/main.less and was imported into monitoring
.xpack-breadcrumbs {
min-height: 37px;
padding: 8px 10px;
margin: 0;
}
}