@pega/dx-component-builder-sdk
Version:
Utility for building custom UI components
97 lines (81 loc) • 1.53 kB
CSS
.label {
display: block;
margin-bottom: 10px;
}
.file-div {
border: 1px dashed var(--app-neutral-dark-color);
width: 100%;
padding: 0.5rem;
text-align: center;
position: relative;
}
.file-div-error {
border: 1px dashed var(--app-error-color);
width: 100%;
padding: 0.5rem;
text-align: center;
position: relative;
}
.progress-div {
text-align: center;
position: absolute;
left: 47%;
}
.file-label::after {
display: inline;
content: ' *';
vertical-align: top;
color: var(--app-neutral-dark-color);
}
.file-error {
color: var(--app-error-color);
}
.psdk-utility-card {
display: flex;
flex-direction: row;
padding: 0.25rem 0rem 0.25rem 0.25rem;
margin-bottom: 0.5rem;
}
.psdk-utility-card-icon {
flex-grow: 1;
max-width: 2.813rem;
align-content: center;
display: flex;
}
.psdk-utility-card-svg-icon {
width: 2.5rem;
display: inline-block;
}
.psdk-utility-card-main {
flex-grow: 2;
margin-left: 5px;
}
.psdk-utility-card-main-primary-label {
font-weight: bold;
text-overflow: ellipsis;
overflow: hidden;
white-space: normal;
}
.psdk-utility-card-action-svg-icon {
width: 1.4rem;
display: inline-block;
}
.psdk-utility-card {
display: flex;
align-items: center;
border: 0.0625rem solid rgb(207, 207, 207);
border-radius: calc(0.25rem);
min-height: 3rem;
}
.psdk-utility-button {
background: none;
border: none;
cursor: pointer;
}
.psdk-utility-action {
flex-grow: 1;
text-align: right;
}
.file-disabled {
opacity: 0.4;
}