mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-12 00:19:48 +00:00
Enhancement: support custom logo / title on login page (#6775)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user