1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/components/+config-resource-quotas/resource-quota-details.scss
2020-06-10 11:25:17 +03:00

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;
}
}
}
}