Don't allow login if user is pending or rejected; some refactoring of the registration code

This commit is contained in:
Nabeel Shahzad
2017-12-22 13:38:24 -06:00
parent 161623c85e
commit 1ebf2bd09c
8 changed files with 119 additions and 16 deletions

View File

@@ -20,3 +20,21 @@
.border-blue-bottom {
border-bottom: 3px solid #067ec1;
}
.full-height {
height: 50vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.m-b-md {
margin-bottom: 30px;
}