mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-14032] - fixed style for attach button (#8566)
This commit is contained in:
@@ -108,12 +108,12 @@
|
||||
</button>
|
||||
<button
|
||||
color="primary"
|
||||
mat-button
|
||||
mat-raised-button
|
||||
[disabled]="disableStartButton() || !isProcessFormValid()"
|
||||
(click)="startProcess()"
|
||||
data-automation-id="btn-start"
|
||||
id="button-start"
|
||||
class="btn-start">
|
||||
class="adf-btn-start">
|
||||
{{'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.ACTION.START' | translate | uppercase}}
|
||||
</button>
|
||||
</div>
|
||||
|
@@ -64,5 +64,9 @@ adf-cloud-start-process {
|
||||
max-height: 100%;
|
||||
place-content: flex-end;
|
||||
align-items: flex-end;
|
||||
|
||||
.adf-btn-start {
|
||||
margin-left: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user