Update form style

This commit is contained in:
Edgar P. Burkhart 2022-05-24 20:52:40 +02:00
parent 63c7ab497e
commit 5850aa95c3
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ form ul.errorlist {
grid-column: 1 / -1;
color: var(--red);
font-weight: 550;
list-style-type: "! ";
list-style-type: "! ";
margin: 0;
}
@ -36,7 +36,8 @@ form > input[type="text"],
form > input[type="number"],
form > textarea {
border: none;
border-bottom: 1px solid var(--text);
border-radius: var(--radius);
background: var(--bg-01);
}
form > .buttons {