Files
copenlight/styles/_footer.scss
Ivan Carlos de Almeida 6fa41a771d
Some checks failed
Build, Push, Publish / Build & Release (push) Failing after 2s
Sync Repo / sync (push) Failing after 2s
first load
2025-12-16 04:40:00 -03:00

29 lines
454 B
SCSS

/***** Footer *****/
.footer {
border-top: 1px solid $low-contrast-border-color;
margin-top: 60px;
padding: 30px 0;
a {
color: $secondary-text-color;
}
&-inner {
@include max-width-container;
display: flex;
justify-content: space-between;
}
&-language-selector button {
color: $secondary-text-color;
display: inline-block;
}
}
.powered-by-zendesk {
a,
a:visited {
color: $secondary-text-color;
}
}