first commit
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
|
||||
/*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;
|
||||
}*/
|
||||
|
||||
.login-card {
|
||||
width: 100%;
|
||||
max-width: 420px;
|
||||
border-radius: 1rem;
|
||||
}
|
||||
|
||||
body {
|
||||
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
|
||||
}
|
||||
Reference in New Issue
Block a user