mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 07:04:45 -03:30
28 lines
545 B
Plaintext
28 lines
545 B
Plaintext
@import "../../shared/branding/colors.default.less";
|
|
|
|
capacity-bar {
|
|
|
|
width: 50%;
|
|
margin-right: 10px;
|
|
min-width: 100px;
|
|
|
|
.CapacityBar {
|
|
background-color: @default-bg;
|
|
display: flex;
|
|
flex: 0 0 auto;
|
|
height: 10px;
|
|
border: 1px solid @default-link;
|
|
width: 100%;
|
|
border-radius: 100vw;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.CapacityBar-remaining {
|
|
background-color: @default-link;
|
|
flex: 0 0 auto;
|
|
}
|
|
|
|
.CapacityBar-consumed {
|
|
flex: 0 0 auto;
|
|
}
|
|
} |