Update tolfin.css

This commit is contained in:
2026-02-15 23:05:33 +03:00
parent 08293da2e3
commit f64353c89c

View File

@@ -1003,12 +1003,22 @@ progress {
МОДУЛЬ: КАСТОМНЫЙ ЛОГОТИП МОДУЛЬ: КАСТОМНЫЙ ЛОГОТИП
======================================== */ ======================================== */
.pageTitleWithDefaultLogo { .pageTitleWithDefaultLogo,
.pageTitleWithDefaultLogo *,
html .pageTitleWithDefaultLogo {
background-image: var(--banner-url) !important; background-image: var(--banner-url) !important;
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
} }
.splashLogo { .splashLogo,
.splashLogo *,
html .splashLogo {
background-image: var(--logo-url) !important; background-image: var(--logo-url) !important;
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
} }
/* ======================================== /* ========================================