[ACS-5551] design modify

This commit is contained in:
Anukriti Singh
2023-10-13 16:29:42 +05:30
parent 9a93b74bf3
commit 45ca40cd5f
3 changed files with 9 additions and 1 deletions
@@ -7,6 +7,10 @@ $panel-properties-height: 56px !default;
padding: 0 12px;
border-radius: 12px;
&.mat-expanded {
height: $panel-properties-height;
}
.mat-content {
display: contents;
}
@@ -2,7 +2,7 @@
<div
[attr.data-automation-id]="'card-select-label-' + property.key"
class="adf-property-label"
[ngClass]="{'adf-property-label-not-editable' : isNonEditableField}"
[ngClass]="{'adf-property-label-not-editable': isNonEditableField, 'adf-property-editable-property' : isEditable()}"
>{{ property.label | translate }}</div>
<div class="adf-property-field">
<div
@@ -6,6 +6,10 @@
padding: 6px 0;
}
.adf-property-editable-property {
color: var(--theme-metadata-property-panel-title-color);
}
.adf-select-filter-input {
background: var(--adf-theme-background-card-color);
position: sticky;