set minimum php version to 7.4 and fix templates

This commit is contained in:
envoyr
2022-02-18 18:50:45 +01:00
parent e1b09e49fd
commit 36dbb3bdcc
24 changed files with 91 additions and 90 deletions

View File

@@ -20527,3 +20527,7 @@ readers do not read off random characters that represent icons */
.max-h-before-header {
max-height: calc(100vh - 4.375rem);
}
.rounded-tl-bl {
border-radius: 0.5rem 0 0.5rem 0;
}

View File

@@ -20528,6 +20528,10 @@ readers do not read off random characters that represent icons */
max-height: calc(100vh - 4.375rem);
}
.rounded-tl-bl {
border-radius: 0.5rem 0 0.5rem 0;
}
.navbar {
background: #f7f7f7;
}
@@ -20580,4 +20584,5 @@ readers do not read off random characters that represent icons */
}
.card .card-header {
border-bottom: #e5e5e5 solid 1px;
font-weight: bold;
}