harbor/src/portal/src/app/base/left-side-nav/project-quotas/project-quotas/edit-project-quotas/edit-project-quotas.compone...

95 lines
1.3 KiB
SCSS

:host::ng-deep.modal-dialog {
width: 29rem;
}
.modal-body {
outline: none;
padding-top: 0.8rem;
overflow-y: visible;
overflow-x: visible;
.body-label {
font-size: 14px
}
.clr-form {
padding-left: 0;
.left-label {
width: 11.5rem;
font-weight: 100;
position: relative;
}
.mr-3px {
margin-right: 3px;
}
.quota-input {
width: 1.5rem;
margin-left: 1rem;
margin-right: 0.2rem;
}
.clr-validate-icon {
margin-left: -0.6rem;
}
.select-div {
width: 2.5rem;
}
.clr-select-wrapper {
position: absolute;
right: -5rem;
top: -0.08rem;
}
}
.clr-form-compact-common {
.left-label {
width: 9.5rem;
}
.quota-input {
margin-left: 0rem;
}
.select-div {
width: 1.6rem;
}
.clr-select-wrapper {
right: -4rem;
}
}
}
select {
font-weight: 100;
}
.progress-block {
width: 8rem;
}
.progress-div {
position: absolute;
padding-right: 0.6rem;
width: 9rem;
top: 0.2rem;
right: -13.3rem;
}
.progress-label {
position: absolute;
right: -3rem;
margin-top: 0;
width: 4rem;
font-weight: 100;
font-size: 10px;
}
::ng-deep {
.clr-error {
.clr-validate-icon {
margin-left: -12px;
}
}
}