mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-20791 fixed task form spinner alignment (#9369)
This commit is contained in:
@@ -66,5 +66,5 @@
|
||||
</div>
|
||||
|
||||
<ng-template #loadingTemplate>
|
||||
<mat-spinner></mat-spinner>
|
||||
<mat-spinner class="adf-task-form-cloud-spinner"></mat-spinner>
|
||||
</ng-template>
|
||||
|
@@ -21,6 +21,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-cloud-spinner {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
}
|
||||
|
||||
adf-cloud-task-form {
|
||||
|
Reference in New Issue
Block a user