publik-base-theme/static/universite-toulon/_footer.scss

42 lines
594 B
SCSS

#footer-wrapper {
border-top: 5px solid $secondary-color;
}
#footer div.cell {
line-height: 1.6;
@media($max-mobile-viewport) {
display: flex;
justify-content: center;
}
h2:first-child {
font-size: $fz-5;
text-transform: uppercase;
margin-bottom: $space-large;
font-weight: 400;
}
}
%cell-links-list {
@at-root #footer & {
li:not(.add-more-items) > a {
font-weight: normal;
&:hover {
color: white;
text-decoration: underline;
&::before {
color: white;
}
}
}
}
}
.theme-footer-bottom {
background: $secondary-color;
color: white;
}