saumur: add missing customizations for footer (#73538)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details

This commit is contained in:
Agate 2023-01-18 11:22:30 +01:00
parent 8d54823624
commit 90ae7f3b34
2 changed files with 33 additions and 6 deletions

View File

@ -248,11 +248,38 @@ div#services-communes {
}
// footer
#footer-wrapper {
padding-bottom: 0;
#footer {
max-width: 100%;
}
margin-top: 0;
}
footer {
text-align: center;
border-top: 3px solid $orange;
.cell {
a {
text-decoration: none;
}
& > div {
max-width: $width;
margin: 0 auto;
}
}
.text-cell:first-child {
> div {
max-width: $width * 0.75;
}
strong {
color: $orange;
}
}
.text-cell:not(:first-child) {
background: $orange;
color: white;
a {
color: white;
}
}
}
div#tracking-code a {

View File

@ -94,9 +94,9 @@ $widget-border: 1px solid $gray-dark-1;
$widget-focus-border: 1px solid $orange;
$widget-focus-background: $white;
$footer-background: $orange;
$footer-color: $white;
$footer-link-color: $white;
$footer-background: white;
$footer-color: $font-color;
$footer-link-color: $orange;
$form-sidebar-position: top;
$wcs-step-marker-type: disc tied;