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,5 +1,4 @@
.passwordInput {
align-self: left;
display: flex;
flex-wrap: nowrap;
width: 80%;
@ -25,7 +24,7 @@
background-color: var(--successControlBGColor);
border: 1px solid var(--successControlBGColor);
color: var(--successControlFGColor);
width: 10em;
flex-basis: 20%;
}
.inputBtn--loading:hover {