mirror of https://github.com/apache/druid.git
better timing bar styling (#17295)
This commit is contained in:
parent
dca69c5761
commit
4570809b4a
|
@ -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