misc: always hide site title text (#32680)

This commit is contained in:
Frédéric Péters 2022-07-14 23:01:13 +02:00
parent 4f87e783a9
commit dea7ec767e
4 changed files with 8 additions and 4 deletions

View File

@ -25,7 +25,8 @@ body.has-header-background {
&.has-logo {
a {
background-image: url(/assets/header:logo);
text-indent: -1000px;
text-indent: -10000px;
overflow: hidden;
}
}
}

View File

@ -73,7 +73,8 @@ div#top {
div#top > a {
padding-top: 30px;
display: block;
text-indent: -1000px;
text-indent: -10000px;
overflow: hidden;
padding-bottom: 140px;
}

View File

@ -12,7 +12,8 @@ body {
}
#logo a {
text-indent: -1000px;
text-indent: -10000px;
overflow: hidden;
display: block;
color: $primary-color;
background: url(img/logo_nanterre.png) top left no-repeat;

View File

@ -47,7 +47,8 @@ div#header::after {
#logo a {
background: url(img/portail.png) top left no-repeat;
display: inline-block;
text-indent: -2000px;
text-indent: -10000px;
overflow: hidden;
width: 259px;
height: 44px;
padding: 0;