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
+19
-14
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user