Update form style
This commit is contained in:
parent
63c7ab497e
commit
5850aa95c3
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue