Initial comming of full program to main branch
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user