feat #32: improve approval UI
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/deploy unknown status

This commit is contained in:
Melora Hugues 2023-11-04 09:14:41 +01:00
parent 0083624204
commit d18c91da23
2 changed files with 25 additions and 29 deletions

View file

@ -63,7 +63,7 @@ body {
.form-buttons {
display: flex;
justify-content: center;
justify-content: space-between;
}
.form-input {
@ -91,4 +91,8 @@ body {
.button-accept {
background-color: var(--logo-blue);
}
.button-cancel {
background-color: var(--logo-pink);
}