scss: keep images dimensions on montpellier collectivities footers (#73117)

This commit is contained in:
Frédéric Péters 2023-01-07 17:11:47 +01:00 committed by Gitea
parent 6555cda986
commit 95591f1933
20 changed files with 69 additions and 4 deletions

View File

@ -78,6 +78,9 @@ div#main-content {
}
footer {
img {
max-width: none;
}
div.textcell a {
color: white;
}

View File

@ -92,6 +92,9 @@ div#main-content-wrapper {
}
footer {
img {
max-width: none;
}
div.textcell a {
color: white;
}

View File

@ -32,6 +32,9 @@ div#header {
min-height: 300px;
#footer {
padding-top: 250px;
img {
max-width: none;
}
div.textcell a {
color: white;
}

View File

@ -42,6 +42,9 @@ body {
}
footer {
img {
max-width: none;
}
div.textcell a {
color: $footer-color;
}

View File

@ -50,6 +50,9 @@ div#nav {
footer {
border-top: 2px solid #ffa401;
img {
max-width: none;
}
div.textcell a {
color: $font-color;
}

View File

@ -74,3 +74,9 @@ div.gru-nav > ul ul {
%button {
font-weight: 500;
}
footer {
img {
max-width: none;
}
}

View File

@ -56,6 +56,9 @@ div#nav {
}
footer {
img {
max-width: none;
}
div.textcell a {
color: white;
}

View File

@ -73,6 +73,9 @@ div#main-content {
}
footer {
img {
max-width: none;
}
div.textcell a {
color: white;
}

View File

@ -51,6 +51,9 @@ body {
}
footer {
img {
max-width: none;
}
div.textcell a {
color: white;
}

View File

@ -75,6 +75,9 @@ div#main-content {
}
footer {
img {
max-width: none;
}
div.textcell a {
color: white;
}

View File

@ -83,9 +83,14 @@ div#rub_service {
//
// FOOTER
//
#footer .text-cell a {
text-decoration: underline;
&:hover {
color: #ecd5a8;
#footer {
img {
max-width: none;
}
.text-cell a {
text-decoration: underline;
&:hover {
color: #ecd5a8;
}
}
}

View File

@ -44,6 +44,9 @@ div#page {
}
footer {
img {
max-width: none;
}
div.textcell a {
color: white;
}

View File

@ -57,6 +57,9 @@ div#main-content {
}
footer {
img {
max-width: none;
}
div.textcell a {
color: white;
}

View File

@ -60,6 +60,9 @@ div#nav {
}
footer {
img {
max-width: none;
}
div.textcell a {
color: white;
}

View File

@ -49,6 +49,9 @@ div#nav {
}
footer {
img {
max-width: none;
}
div.textcell a {
color: white;
}

View File

@ -57,6 +57,9 @@ div#main-content {
}
footer {
img {
max-width: none;
}
div.textcell a {
color: white;
}

View File

@ -41,6 +41,9 @@ div#header {
}
footer {
img {
max-width: none;
}
div.textcell a {
color: white;
}

View File

@ -39,6 +39,9 @@ div#nav {
}
footer {
img {
max-width: none;
}
div.textcell a {
color: white;
}

View File

@ -42,6 +42,9 @@ div#page {
}
footer {
img {
max-width: none;
}
div.textcell a {
color: white;
}

View File

@ -20,6 +20,9 @@ div#header {
@media screen and (max-width: $nav-mobile-limit) {
background: $footer-background;
}
img {
max-width: none;
}
a {
color: white;
&:hover {