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