show design fixes

This commit is contained in:
2020-04-17 15:33:08 +02:00
committed by smuddy
parent 617a87c29c
commit 3075069650
5 changed files with 17 additions and 7 deletions

View File

@@ -20,11 +20,11 @@ mat-form-field {
margin: -24px 0 -20px 0;
}
.btnUp {
.btn-up {
grid-area: up;
}
.btnDown {
.btn-down {
grid-area: down;
}
@@ -42,7 +42,7 @@ mat-form-field {
justify-content: flex-end;
}
.btnDelete {
.btn-delete {
grid-area: delete;
justify-content: flex-end;
}