mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-14850] Fix outcome buttons position (#8610)
* [AAE-14850] Fix outcome buttons position * delete NX file
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -32,5 +32,5 @@ out-tsc
|
|||||||
e2e-result-*
|
e2e-result-*
|
||||||
licenses.txt
|
licenses.txt
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
.angular
|
.angular
|
||||||
|
NX
|
||||||
|
@@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user