Initial comming of full program to main branch

This commit is contained in:
James Richie
2026-02-14 07:57:18 -05:00
parent 2b18dcef82
commit 6195ca4709
1516 changed files with 432116 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
body {
padding-top: 40px;
padding-bottom: 40px;
}
.card-header {
margin-bottom: 0px;
line-height: 1;
}
.card {
max-width: 400px;
margin: 0px auto;
box-shadow: 5px 5px 10px 0px #888888;
}
#signIn {
padding: 20px;
padding-bottom: -150px;
}
#signIn .form-group {
margin-bottom: 10px;
}
#signIn .alert-danger {
font-size: 14px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: .5rem;
}
.btn-primary {
background-image: none;
}
.btn-primary:not(.disabled):hover {
background-image: none;
}