Skip to content

Commit

Permalink
[ACS-8059] Inputs for view rules (#3865)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikiwanekhyland authored and MichalKinas committed Jul 19, 2024
1 parent f0b41f3 commit f3378d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
/* 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 {
padding-top: 24px;
}

.mat-mdc-form-field-subscript-wrapper {
display: none;
}

.aca-rule-action-list-add-action-button {
margin: 4px 0 20px;

Expand All @@ -12,7 +21,6 @@
}

&__item {
padding: 8px;
border-radius: 8px;
display: flex;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
margin-top: -15px;

.adf-property-list {
padding: 8px;
background: unset;
background: var(--adf-card-view-background);
}

.adf-property-list .adf-property adf-card-view-item-dispatcher adf-card-view-textitem {
Expand Down

0 comments on commit f3378d0

Please sign in to comment.