Update Laravel to 7.0

This commit is contained in:
George Frederick "Buzz" Beurling
2020-06-20 17:03:30 -04:00
parent f104c1b61b
commit 8866cafd31
57 changed files with 8739 additions and 2281 deletions

14
public/css/custom.css vendored
View File

@@ -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;
}