Skip to content

Commit

Permalink
[ACS-8259] Testing Angular 15 - Manage rule page issue (#3967)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikiwanekhyland authored and akashrathod28 committed Jul 24, 2024
1 parent 506fcbd commit 131e02a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '@alfresco/adf-core/lib/styles/mat-selectors';

/* stylelint-disable selector-class-pattern */
.aca-rule-action-list {
.aca-rule-action-list__item .aca-rule-action .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
Expand All @@ -23,11 +25,17 @@
&__item {
border-radius: 8px;
display: flex;
margin: 10px;
padding: 10px;

& > .aca-rule-action {
flex: 1;
}

#{$mat-text-field-disabled}#{$mat-text-field-filled} {
background: transparent;
}

&:nth-child(2n) {
background-color: hsl(0deg, 0%, 95%);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@
adf-card-view {
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 {
display: inline-block;
width: 300px;

.adf-textitem-clickable {
padding-top: 0;
}

.adf-textitem-action {
.adf-textitem-icon {
margin-left: -10px;
}
}
}
}
}
Expand Down

0 comments on commit 131e02a

Please sign in to comment.