mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-8259] Testing Angular 15 - Manage rule page issue (#9978)
This commit is contained in:
committed by
GitHub
parent
4c8e53d983
commit
c070a5ee3e
@@ -1,7 +1,6 @@
|
|||||||
@import 'styles/mat-selectors';
|
@import 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-property-list {
|
.adf-property-list {
|
||||||
background: var(--adf-card-view-background);
|
|
||||||
border: var(--adf-card-view-border);
|
border: var(--adf-card-view-border);
|
||||||
border-color: var(--adf-card-view-border-color);
|
border-color: var(--adf-card-view-border-color);
|
||||||
border-radius: var(--adf-card-view-border-radius);
|
border-radius: var(--adf-card-view-border-radius);
|
||||||
@@ -26,12 +25,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.adf-property {
|
.adf-property {
|
||||||
.adf-card-view-textitem {
|
|
||||||
.adf-property-field {
|
|
||||||
padding-top: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.adf-property-field {
|
.adf-property-field {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
@@ -80,6 +73,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.adf-card-view-textitem {
|
||||||
|
.adf-property-field {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-property-value {
|
.adf-property-value {
|
||||||
|
Reference in New Issue
Block a user