Update tolfin.css
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ========================================
|
/* ========================================
|
||||||
|
|||||||
Reference in New Issue
Block a user