feat #32: improve approval UI
This commit is contained in:
parent
0083624204
commit
d18c91da23
2 changed files with 25 additions and 29 deletions
|
@ -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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue