mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
ALPHA 3.0.1d
This commit is contained in:
26
public/assets/admin/assets/scss/style.css
vendored
26
public/assets/admin/assets/scss/style.css
vendored
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user