mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-24 18:46:40 +07:00
18 lines
373 B
Text
18 lines
373 B
Text
:global {
|
|
.progress {
|
|
width: 100%;
|
|
position: relative;
|
|
height: 5px;
|
|
background: #111111;
|
|
border-radius: @panel_radius;
|
|
box-sizing: border-box;
|
|
|
|
.bar {
|
|
width: 30%;
|
|
background: linear-gradient(270deg, @blue_primary, @blue_secondary);
|
|
height: 100%;
|
|
border-radius: @panel_radius;
|
|
transition: width 500ms;
|
|
}
|
|
}
|
|
}
|