Add styling to password field
This commit is contained in:
parent
78907323a6
commit
0131146c55
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ form a {
|
|||
form > label,
|
||||
form > input[type="text"],
|
||||
form > input[type="number"],
|
||||
form > input[type="password"],
|
||||
form > select {
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
|
@ -35,6 +36,7 @@ form > textarea {
|
|||
}
|
||||
form > input[type="text"],
|
||||
form > input[type="number"],
|
||||
form > input[type="password"],
|
||||
form > textarea {
|
||||
border: none;
|
||||
border-radius: var(--radius);
|
||||
|
|
Loading…
Reference in a new issue