scss: remove obsolete $top-logo-width sass var (#38419)

This commit is contained in:
Thomas Jund 2020-01-29 14:42:49 +01:00
parent b013e77208
commit 87755b7788
5 changed files with 11 additions and 19 deletions

View File

@ -63,11 +63,6 @@ paramètre, la deuxième sa description et la troisième la valeur par défaut.
<td><p>Couleur du texte du pied de page</p></td>
<td><p><var>white</var></p></td>
</tr>
<tr>
<td><p><code>$top-logo-width</code></p></td>
<td><p>Largeur du logo</p></td>
<td><p><var>0</var></p></td>
</tr>
<tr>
<td><p><code>$border-radius</code></p></td>
<td><p>Taille de l'arrondi à appliquer à différents éléments</p></td>

View File

@ -9,7 +9,6 @@ $font-family: Asap, sans-serif;
$font-size: 62.5%;
$footer-color: #FFFFFF;
$footer-background: #2B2B2B;
$top-logo-width: 21,428571428571%;
$border-radius: 0px;
$link-color: #202020;

View File

@ -4,7 +4,6 @@ $very-small-limit: 480px !default;
$footer-background: #666666 !default;
$footer-full-width-background: true !default;
$footer-color: white !default;
$top-logo-width: 0 !default;
$sidebar-width: 300px !default;
$sidebar-max-width: $sidebar-width !default;
$sidebar-min-width: 0 !default;
@ -61,7 +60,7 @@ div#header {
}
@media screen and ($max-mobile-viewport) {
& h1 {
padding-left: $top-logo-width+70px;
padding-left: 70px;
background-position: 70px;
}
}
@ -188,11 +187,6 @@ div#main-content {
}
}
h1#logo {
padding-left: $top-logo-width;
}
@media screen and ($max-mobile-viewport) {
.desktop-only {
display: none;

View File

@ -25,10 +25,16 @@ div#header-wrapper {
left: 50px;
}
}
h1#logo a {
display: block;
text-indent: -9999px;
height: 50px;
h1#logo {
a {
display: block;
text-indent: -9999px;
height: 50px;
}
@media ($max-mobile-viewport) {
padding-left: 30px;
}
}
}

View File

@ -31,8 +31,6 @@ $nav-mobile-bottom-bar-item-selected-background: $secondary-color;
$title-background: $primary-color;
$title-color: $white;
$top-logo-width: -40px;
$widget-focus-border: 1px solid $secondary-color;
$cell-border: 1px solid $secondary-color;