Login through homepage working

This commit is contained in:
Alex Gleason 2020-04-10 19:03:06 -05:00
parent 7bbe293537
commit 82a4328700
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
3 changed files with 11 additions and 0 deletions

View file

@ -294,6 +294,17 @@ code {
}
}
fieldset[disabled] {
input[type=text],
input[type=number],
input[type=email],
input[type=password],
textarea {
color: rgba($primary-text-color, 0.5);
border-color: rgba($primary-text-color, 0.5);
}
}
input[type=text],
input[type=number],
input[type=email],