Can customize login background image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-28 18:05:35 +01:00
parent 2a729d4153
commit ffd93c5435
5 changed files with 50 additions and 33 deletions

View File

@@ -30,6 +30,12 @@
font-size: 3.5rem;
}
}
@media screen and (min-width: 767px) {
.bg-login {
background-image: url({{ p.background_image }});
}
}
</style>