Client - update password update in user account

This commit is contained in:
Sam
2022-02-26 21:20:11 +01:00
parent a4d7dc24da
commit 7d78bcc302
19 changed files with 276 additions and 73 deletions

View File

@ -142,6 +142,14 @@ button {
}
}
.form-info {
color: var(--alert-color);
font-size: 0.8em;
margin-top: -0.2 * $default-margin;
padding: 0 $default-padding * 1.5;
}
.upper {
text-transform: uppercase;
}

View File

@ -50,6 +50,8 @@
--info-color: var(--app-color);
--error-background-color: #ffd2d2;
--error-color: #db1924;
--success-background-color: #d9ecd9;
--success-color: #306430;
--disabled-background-color: #e0e0e0;
--disabled-color: #a3a3a3;