[ACS-5645] added focus

This commit is contained in:
Yasa-Nataliya
2023-10-13 16:27:31 +05:30
committed by Anukriti Singh
parent 498bc52df5
commit ec2219fd9b
@@ -1,23 +1,28 @@
.adf { .adf {
&-metadata-properties { &-metadata-properties {
mat-expansion-panel-header { mat-expansion-panel-header {
height: 56px; height: 56px;
padding: 0 12px; padding: 0 12px;
border-radius: 12px;
.adf-metadata-properties-title { .mat-content {
font-weight: 700; display: contents;
font-size: 15px;
padding-left: 12px;
}
.adf-metadata-properties-group-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 80px;
}
} }
.adf-metadata-properties-title {
font-weight: 700;
font-size: 15px;
padding-left: 12px;
}
.adf-metadata-properties-group-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 80px;
}
}
.mat-expansion-panel:not([class*='mat-elevation-z']) { .mat-expansion-panel:not([class*='mat-elevation-z']) {
box-shadow: none; box-shadow: none;
} }