[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 {
&-metadata-properties {
mat-expansion-panel-header {
height: 56px;
padding: 0 12px;
.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;
}
height: 56px;
padding: 0 12px;
border-radius: 12px;
.mat-content {
display: contents;
}
.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']) {
box-shadow: none;
}