Correct logo and fonts

This commit is contained in:
SergeyEzhin 2021-11-11 16:03:10 +04:00
parent 0af52c1df5
commit 6e7288fa13
4 changed files with 17 additions and 4 deletions

View file

@ -36,9 +36,15 @@
}
.logo {
display: inline-block;
width: 100%;
height: 55px;
background: ~"url(@{common-image-about-path}/logo_s.svg) no-repeat center";
display: inline-block;
width: 100%;
height: 55px;
background: ~"url(@{common-image-about-path}/logo_s.svg) no-repeat center";
}
}
.theme-type-dark {
.about .logo {
background: ~"url(@{common-image-about-path}/logo-white_s.svg) no-repeat center";
}
}

View file

@ -30,5 +30,7 @@
--toolbar-tab-normal: #757575;
--component-disabled-opacity: .4;
--image-border-types-filter: invert(100%) brightness(4);
}
}

View file

@ -28,6 +28,8 @@
--toolbar-tab-normal:fade(#FFF, 50%);
--component-disabled-opacity: .4;
--image-border-types-filter: none;
}
@brand-word: var(--brand-word);

View file

@ -92,6 +92,9 @@
max-height: initial;
-webkit-line-clamp: initial;
}
.font-item img {
filter: var(--image-border-types-filter, none)
}
}
.shapes {