finished reset password & other changes
This commit is contained in:
@@ -8,6 +8,20 @@ body,
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
input[aria-invalid='true'], input:not(:placeholder-shown):invalid {
|
||||
|
||||
color: hsl(0 84.2% 60.2%);
|
||||
border: 1px solid rgb(239, 68, 68);
|
||||
outline-color: hsl(0 84.2% 92.2%) !important;
|
||||
}
|
||||
|
||||
input[aria-invalid='false']:not(:placeholder-shown) {
|
||||
|
||||
color: hsl(140.8 53.1% 53.1%);
|
||||
border: 1px solid rgb(72, 199, 116);
|
||||
outline-color: hsl(140.8 53.1% 92.2%) !important;
|
||||
}
|
||||
|
||||
@layer base {
|
||||
:root {
|
||||
--background: 0 0% 100%;
|
||||
|
||||
Reference in New Issue
Block a user