Commit 65eddfe4 authored by Eric Rosenbaum's avatar Eric Rosenbaum

responsive style for password validation

parent ad85a3d5
......@@ -150,7 +150,7 @@
display: flex;
align-items: center;
margin-bottom: 1rem;
height: 4rem;
height: 3.5rem;
}
.transfer-password-validation {
......@@ -188,4 +188,20 @@
width: 40px;
margin: auto 3rem 1rem 3rem;
}
@media #{$intermediate-and-smaller} {
.transfer-password-row {
display: inline;
height: unset;
}
.transfer-password-validation {
margin-left: 2rem;
margin-top: 1rem;
transform: unset;
}
.transfer-forgot-link {
margin-top: 1rem;
margin-bottom: 1rem;
}
}
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment