[ACS-5761] Demo Shell Cleanup (part 2) (#8807)

cleanup demo shell
This commit is contained in:
Denys Vuika
2023-08-10 22:18:21 +01:00
committed by GitHub
parent ca60b392d4
commit f201efd56a
203 changed files with 1005 additions and 10703 deletions

View File

@@ -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>

View File

@@ -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;
}