mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
added styles
This commit is contained in:
+12
@@ -1,6 +1,11 @@
|
|||||||
.adf {
|
.adf {
|
||||||
&-metadata-properties {
|
&-metadata-properties {
|
||||||
|
|
||||||
|
.mat-expansion-panel {
|
||||||
|
border: 1px solid var(--adf-metadata-property-panel-border-color);
|
||||||
|
border-radius: 12px !important;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
|
||||||
mat-expansion-panel-header {
|
mat-expansion-panel-header {
|
||||||
height: 56px;
|
height: 56px;
|
||||||
|
|
||||||
@@ -10,6 +15,7 @@
|
|||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.mat-expansion-panel:not([class*='mat-elevation-z']) {
|
.mat-expansion-panel:not([class*='mat-elevation-z']) {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
@@ -129,3 +135,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.adf-content-metadata-card {
|
||||||
|
.mat-card:not([class*=mat-elevation-z]) {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user