mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
16 lines
286 B
SCSS
16 lines
286 B
SCSS
.ResourceQuotaDetails {
|
|
.quota-list {
|
|
.param {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
padding-bottom: $padding * 2;
|
|
|
|
.LineProgress {
|
|
margin-top: 3px;
|
|
width: 100%;
|
|
color: $colorInfo;
|
|
}
|
|
}
|
|
}
|
|
} |