Add togglable 2FA user requirements (#635)

This commit is contained in:
Lance Pioch 2017-09-25 21:58:16 -04:00 committed by Dane Everitt
parent 55ae9138f6
commit 09d958249d
6 changed files with 140 additions and 2 deletions

View file

@ -346,6 +346,10 @@ span[aria-labelledby="select2-pUserId-container"] {
line-height: 1.5;
}
.btn.active, .btn.active.focus {
background-color: #408fec;
}
.strong {
font-weight: bold !important;
}