[AAE-14850] Fix outcome buttons position (#8610)

* [AAE-14850] Fix outcome buttons position

* delete NX file
This commit is contained in:
Robert Duda
2023-05-31 10:16:34 +02:00
committed by GitHub
parent 772ac4106c
commit 46efc4f7ea
2 changed files with 3 additions and 6 deletions

2
.gitignore vendored
View File

@@ -32,5 +32,5 @@ out-tsc
e2e-result-* e2e-result-*
licenses.txt licenses.txt
.DS_Store .DS_Store
.angular .angular
NX

View File

@@ -4,13 +4,10 @@
color: var(--adf-theme-mat-grey-color-a200-dark); color: var(--adf-theme-mat-grey-color-a200-dark);
} }
mat-card-actions { mat-card-actions,
&-cloud-actions {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
.mat-button {
text-transform: uppercase !important;
}
} }
} }