Update tolfin.css

This commit is contained in:
2026-02-15 23:16:38 +03:00
parent f64353c89c
commit 9239861b8f

View File

@@ -1003,22 +1003,27 @@ progress {
МОДУЛЬ: КАСТОМНЫЙ ЛОГОТИП МОДУЛЬ: КАСТОМНЫЙ ЛОГОТИП
======================================== */ ======================================== */
.pageTitleWithDefaultLogo, /* Главная страница — БАННЕР */
.pageTitleWithDefaultLogo *, html .pageTitleWithDefaultLogo,
html .pageTitleWithDefaultLogo { html .pageTitleWithLogo .pageTitle,
html [class*="pageTitle"]:not([class*="item"]),
body:not(.splashScreen) [class*="logo"] {
background-image: var(--banner-url) !important; background-image: var(--banner-url) !important;
background-size: contain !important; background-size: contain !important;
background-position: center !important; background-position: left center !important;
background-repeat: no-repeat !important; background-repeat: no-repeat !important;
min-height: 50px !important;
} }
.splashLogo, /* Экран загрузки — ЛОГО */
.splashLogo *, html .splashLogo,
html .splashLogo { html .splashScreen [class*="logo"],
html body.splashScreen div {
background-image: var(--logo-url) !important; background-image: var(--logo-url) !important;
background-size: contain !important; background-size: contain !important;
background-position: center !important; background-position: center !important;
background-repeat: no-repeat !important; background-repeat: no-repeat !important;
min-height: 100px !important;
} }
/* ======================================== /* ========================================