mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-8259] Testing Angular 15 - Manage rule page issue (#3967)
This commit is contained in:
+8
@@ -1,3 +1,5 @@
|
|||||||
|
@import '@alfresco/adf-core/lib/styles/mat-selectors';
|
||||||
|
|
||||||
/* stylelint-disable selector-class-pattern */
|
/* stylelint-disable selector-class-pattern */
|
||||||
.aca-rule-action-list {
|
.aca-rule-action-list {
|
||||||
.aca-rule-action-list__item .aca-rule-action .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
|
.aca-rule-action-list__item .aca-rule-action .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
|
||||||
@@ -23,11 +25,17 @@
|
|||||||
&__item {
|
&__item {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin: 10px;
|
||||||
|
padding: 10px;
|
||||||
|
|
||||||
& > .aca-rule-action {
|
& > .aca-rule-action {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#{$mat-text-field-disabled}#{$mat-text-field-filled} {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
&:nth-child(2n) {
|
&:nth-child(2n) {
|
||||||
background-color: hsl(0deg, 0%, 95%);
|
background-color: hsl(0deg, 0%, 95%);
|
||||||
|
|
||||||
|
|||||||
+6
-4
@@ -7,10 +7,6 @@
|
|||||||
adf-card-view {
|
adf-card-view {
|
||||||
margin-top: -15px;
|
margin-top: -15px;
|
||||||
|
|
||||||
.adf-property-list {
|
|
||||||
background: var(--adf-card-view-background);
|
|
||||||
}
|
|
||||||
|
|
||||||
.adf-property-list .adf-property adf-card-view-item-dispatcher adf-card-view-textitem {
|
.adf-property-list .adf-property adf-card-view-item-dispatcher adf-card-view-textitem {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
@@ -18,6 +14,12 @@
|
|||||||
.adf-textitem-clickable {
|
.adf-textitem-clickable {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.adf-textitem-action {
|
||||||
|
.adf-textitem-icon {
|
||||||
|
margin-left: -10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user