tweaked input styles

This commit is contained in:
Danny Coates 2018-02-19 14:02:06 -08:00
parent 78459d759c
commit 029633f3d3
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
5 changed files with 7 additions and 14 deletions

View file

@ -1,6 +1,7 @@
.passwordSection {
text-align: left;
padding: 40px;
padding: 40px 0;
width: 80%;
}
.passwordForm {
@ -10,14 +11,6 @@
padding: 10px 0;
}
.input--password {
flex: 1;
}
.inputBtn--password {
flex: 0 1 165px;
}
.red {
color: red;
}