mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
Update Laravel to 7.0
This commit is contained in:
14
resources/custom.css
vendored
14
resources/custom.css
vendored
@@ -1175,14 +1175,18 @@ a.fc-more:hover {
|
||||
.fc-toolbar {
|
||||
text-align: center;
|
||||
margin-bottom: 1em;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.fc-toolbar .fc-left {
|
||||
float: left;
|
||||
h2{
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
.fc-left {
|
||||
float: none !important;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.fc-toolbar .fc-right {
|
||||
@@ -1840,4 +1844,8 @@ h2 {
|
||||
|
||||
tfoot > tr {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.iconpicker-popover {
|
||||
z-index: 15 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user