mirror of https://github.com/apache/druid.git
* run npm audit fix (#17290) * better timing bar styling (#17295)
This commit is contained in:
parent
ccb7c2edd9
commit
76ebac336d
File diff suppressed because it is too large
Load Diff
|
@ -145,10 +145,11 @@
|
|||
|
||||
.timing-bar {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
height: 36px;
|
||||
top: 1px;
|
||||
height: 3px;
|
||||
border-radius: 2px;
|
||||
background: $druid-brand;
|
||||
opacity: 0.15;
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue