change font size and move add and delete button in edit screens (#128)
All checks were successful
Backend Deploy / build (push) Successful in 18s
Backend Build and Test / build (push) Successful in 2m35s

closes #118
closes #119

Reviewed-on: #128
This commit was merged in pull request #128.
This commit is contained in:
2025-05-28 10:00:18 +02:00
parent 5b1d107cac
commit 720ef83c2e
9 changed files with 39 additions and 28 deletions

View File

@@ -32,6 +32,7 @@ mat-icon {
border-bottom: 1px solid var(--line-color);
padding: 5px;
padding-block: 10px;
font-size: 18px;
}
.item {
@@ -42,7 +43,6 @@ mat-icon {
}
.name {
margin-left: 10px;
color: var(--font-color);
}
@@ -50,6 +50,7 @@ mat-icon {
margin-left: auto;
margin-right: 15px;
color: var(--positive-amount-color);
font-size: 22px;
}
.negative {
@@ -73,5 +74,12 @@ button {
.assigned {
color: var(--line-color);
margin-left: 3px;
font-size: 12px;
font-size: 15px;
}
.text {
display: flex;
align-items: center;
width: 60%;
margin-left: 10px;
}