tweaked password input style

This commit is contained in:
Danny Coates 2018-02-19 16:21:59 -08:00
parent d24bbaa65a
commit 7992ba5bc1
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 4 additions and 12 deletions

View file

@ -49,11 +49,10 @@
}
.checkbox__input:disabled + .checkbox__label::before {
background-image: url('../assets/check-16.svg');
background-image: url('../assets/check-16-blue.svg');
background-repeat: no-repeat;
background-size: 18px 18px;
border-color: var(--successControlBGColor);
background-color: var(--successControlBGColor);
background-size: 26px 26px;
border: none;
cursor: auto;
}