update kibana management stats bar style (#44658) (#44681)

This commit is contained in:
Melissa Alvarez 2019-09-03 14:37:37 -04:00 committed by GitHub
parent 0e4fda5860
commit c15952981b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,16 +1,17 @@
// Stats bar styles
.jobs-stats-bar {
.stat {
margin-right: $euiSizeS;
.stat-value {
font-weight: bold
}
}
.mlStatsBar {
// SASSTODO: proper calcs
height: 42px;
padding: 14px;
background-color: $euiColorLightestShade;
.stat {
margin-right: $euiSizeS;
.stat-value {
font-weight: bold
}
}
}