updated download password input style
This commit is contained in:
parent
130ddca135
commit
ebecc6bb81
2 changed files with 16 additions and 8 deletions
|
@ -11,8 +11,12 @@
|
|||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.red {
|
||||
color: red;
|
||||
.error {
|
||||
color: var(--errorColor);
|
||||
}
|
||||
|
||||
.input--error {
|
||||
border-color: var(--errorColor);
|
||||
}
|
||||
|
||||
@media (max-device-width: 520px), (max-width: 520px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue