banner fixes + change buttons

pull/79/head
geese_suck 2022-12-15 16:44:09 -08:00
parent 6729d4870a
commit c332acb189
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
3 changed files with 14 additions and 3 deletions

View File

@ -1,7 +1,12 @@
/* text */
@font-face{
font-family: "Plakat-Fraktur";
src: url("/assets/fonts/event/Plakat-Fraktur-Black.woff") format("woff");
}
@media (max-width: 767.98px) {
#banner-title {
transform: scale(1.4) translate(-90px, -120px);
transform: scale(1.4) translate(-190px, -60px);
}
}

View File

@ -51,9 +51,14 @@ body {
}
.btn {
background: transparent;
background: var(--primary) !important;
border-color: var(--primary) !important;
border-width: 2px;
color: #fff !important;
}
.btn .fas {
color: #fff !important;
}
.form-control:disabled, .form-control[readonly] {

View File

@ -6,9 +6,10 @@
<style>
img#header--icon {
background-image: url({{banner_img}});
background-size: cover;
background-size: contain;
width: 44px;
padding-left: 44px;
background-repeat: no-repeat;
}
</style> {# there's gotta be a better way than this but whatever -jc #}