add first login logic

This commit is contained in:
Mathieu Lagace
2020-07-31 17:29:47 -04:00
parent 039b09b681
commit 8158f8a8aa
22 changed files with 655 additions and 393 deletions

14
resources/custom.css vendored
View File

@@ -1893,4 +1893,18 @@ tfoot > tr {
.overflow-auto {
overflow: auto;
}
.parsley-errors-list {
list-style: none;
padding: 0px;
color: #f44336;
}
.form-control {
padding-top: 15px;
}
.bootstrap-select {
margin-top: -12px;
}