mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-5645] added focus
This commit is contained in:
committed by
Anukriti Singh
parent
498bc52df5
commit
ec2219fd9b
+20
-15
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user