ALPHA 3.0.1d

This commit is contained in:
TheGamecraft
2018-07-17 21:57:05 -04:00
parent 40a95d906a
commit 337c96f6f5
14 changed files with 285 additions and 3 deletions

View File

@@ -2238,3 +2238,29 @@ header .form-inline {
padding: 5px; } }
/*# sourceMappingURL=style.css.map */
.calendar{
margin-top: 50px;
}
.calendar-body-column {
display: flex;
}
.calendar-container{
height: 7.5rem;
text-align: center;
vertical-align: middle !important;
border: none !important;
}
.btn-calendar{
height: 100px;
width: 100px;
border-radius: 50%;
background-color: #949CA0;
}
.thead-dark {
color: #fff;
background-color: #212529;
border-color: #32383e;
text-align: center;
}