Enhancement: support custom logo / title on login page (#6775)

This commit is contained in:
shamoon
2024-05-20 09:40:19 -07:00
committed by GitHub
parent 3061c59c06
commit 2a0c03eda0
5 changed files with 273 additions and 200 deletions

View File

@@ -7,6 +7,19 @@ body {
--pngx-primary-active: #0c2c10;
}
.logo {
height: auto;
}
.byline {
font-size: 0.6rem;
letter-spacing: 0.1rem;
}
.text-primary {
color: var(--pngx-primary) !important;
}
.form-control {
--bs-body-bg: #fff;
}
@@ -28,6 +41,7 @@ body {
.form-accounts {
max-width: 330px;
min-width: 300px;
}
.form-stacked-top input {
@@ -74,4 +88,8 @@ body {
svg.logo .text {
fill: #abb2bf !important;
}
.byline {
color: #abb2bf;
}
}