[ML] Fixes font size regressions following less to sass conversion (#25945)

This commit is contained in:
Pete Harverson 2018-11-21 09:34:41 +00:00 committed by GitHub
parent 360dd787c8
commit 9ca8cffb61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
overflow: hidden;
.ml-explorer-chart-svg {
font-size: $euiSizeXS;
font-size: $euiFontSizeXS;
font-family: $euiFontFamily;
.line-chart {

View file

@ -1,6 +1,6 @@
ml-event-rate-chart {
svg {
font-size: $euiSizeXS;
font-size: $euiFontSizeXS;
font-family: $euiFontFamily;
margin-top: -20px; // SASSTODO: Proper calc
}

View file

@ -88,7 +88,7 @@
// SASSTODO: Proper selector
span {
font-size: $euiSizeXS;
font-size: $euiFontSizeXS;
}
}
.sub-title {

View file

@ -105,7 +105,7 @@
ml-single-metric-job-chart {
svg {
font-size: $euiSizeXS;
font-size: $euiFontSizeXS;
font-family: $euiFontFamily;
}