mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
@@ -64,9 +64,7 @@
|
||||
</mat-error>
|
||||
</mat-form-field>
|
||||
|
||||
<div class="app-reset-button">
|
||||
<button mat-raised-button (click)="resetProcessForm()">Reset</button>
|
||||
</div>
|
||||
<button mat-raised-button (click)="resetProcessForm()">Reset</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
@@ -7,14 +7,3 @@
|
||||
width: calc(100% * (1 / 4) - 10px);
|
||||
}
|
||||
}
|
||||
|
||||
.app-reset-button {
|
||||
margin-bottom: 50px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.app-process-list-error-message {
|
||||
color: var(--theme-warn-color);
|
||||
text-align: center;
|
||||
}
|
||||
|
Reference in New Issue
Block a user