kibana/x-pack/plugins/monitoring/public/_hacks.scss
Caroline Horn f8c7320277
EUI 6.10.0 & Background color fixes (#30136)
* First foray into turning .application background off

* Hopefully fixing the last few plugins

* Update EUI to 6.9.0

* removing hacks

* last fixes

* Remove a few more `100vh`

* Can I remember to copy & REPLACE

* EUI at 6.10.0
2019-02-05 21:29:30 -05:00

24 lines
498 B
SCSS

@import '@elastic/eui/src/components/header/variables';
#monitoring-app {
// 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
.monTabs--icon {
margin-left: $euiSizeXS;
color: $euiColorDarkShade;
font-size: $euiFontSize;
}
.monCallout--meta {
margin-top: $euiSize;
}
}