mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-14168] Fixed outcome buttons position in start process (#8586)
* AAE-14168: Fixed outcome buttons position in startprocess * AAE-14168: Removed unused css
This commit is contained in:
@@ -5,7 +5,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
mat-card-actions {
|
mat-card-actions {
|
||||||
text-align: right;
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
|
||||||
.mat-button {
|
.mat-button {
|
||||||
text-transform: uppercase !important;
|
text-transform: uppercase !important;
|
||||||
@@ -57,16 +58,3 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
adf-cloud-start-process {
|
|
||||||
.adf-start-process-cloud-actions {
|
|
||||||
display: flex;
|
|
||||||
max-height: 100%;
|
|
||||||
place-content: flex-end;
|
|
||||||
align-items: flex-end;
|
|
||||||
|
|
||||||
.adf-btn-start {
|
|
||||||
margin-left: 8px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user