mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
ALPHA 3.0.2
This commit is contained in:
20
public/assets/admin/assets/scss/style.css
vendored
20
public/assets/admin/assets/scss/style.css
vendored
@@ -2253,17 +2253,31 @@ header .form-inline {
|
||||
vertical-align: middle !important;
|
||||
border: solid 1px #d9d9d9 !important;
|
||||
padding: 0px !important;
|
||||
display: flex;
|
||||
}
|
||||
.calendar-date{
|
||||
float: left;
|
||||
margin-top: -2rem;
|
||||
margin-left: 1rem;
|
||||
}
|
||||
.calendar-text{
|
||||
float: right;
|
||||
margin-bottom: -2rem;
|
||||
margin-right: 1rem;
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
.calendar-text > div {
|
||||
text-align:start;
|
||||
}
|
||||
@media only screen and (max-width: 800px) {
|
||||
.calendar-container{
|
||||
width: 100%;
|
||||
}
|
||||
.calendar-head{
|
||||
display: none;
|
||||
}
|
||||
.calendar-empty{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-calendar{
|
||||
padding: 36px 0;
|
||||
height: 7.5rem;
|
||||
|
||||
Reference in New Issue
Block a user