Cleanup login/reset functionality, address security issue with 2FA pathways

This commit is contained in:
Dane Everitt 2018-04-07 16:17:51 -05:00
parent eade81f89b
commit c3e462ab2f
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
11 changed files with 158 additions and 39 deletions

View file

@ -7,7 +7,7 @@
&.btn-blue {
@apply .bg-blue .border-blue-dark .border .text-white;
&:hover {
&:hover:enabled {
@apply .bg-blue-dark .border-blue-darker;
}
}
@ -18,4 +18,9 @@
&.btn-jumbo {
@apply .p-4 .w-full .uppercase .tracking-wide .text-sm;
}
&:disabled {
opacity: 0.55;
cursor: default;
}
}