mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
0e4fda5860
commit
c15952981b
1 changed files with 10 additions and 9 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue