File: D:/HostingSpaces/marisrental/boldt.tech/resources/sass/site/5-Components/_components.subfooter.scss
/**
* Subfooter
*/
.c-subfooter {
border-top: solid 1px palette(text, 100);
@include z(z-subfooter);
color: palette(text, 100);
}
.c-subfooter__main {
@include contain;
@include font(x-small);
padding: 15px 0;
@include mq($max: 560) {
padding: 30px 0;
> * + * {
margin-top: 20px !important;
}
}
@include mq(560) {
@include flex(wrap space-between center);
}
}
.c-subfooter__copyright {
@include flex(wrap);
padding: 15px 0;
margin-right: auto;
a {
color: white;
text-decoration: none;
}
}
.c-subfooter__trademark {
margin-right: 30px;
padding: 15px 0;
}
.c-subfooter__language {
flex-basis: 210px;
margin-left: auto;
padding: 15px 0;
}
.o-subfooter__nav {
margin-right: auto;
margin-top: 8px;
margin-bottom: 8px;
}
.o-subfooter__list {
list-style: none;
margin: 0;
@include mq($max: 560) {
> * + * {
margin-top: 15px;
}
}
@include mq(560) {
@include flex(wrap);
}
}
.o-subfooter__item {
@include mq(560) {
margin-right: 32px;
white-space: nowrap;
}
}
.o-subfooter__link {
text-decoration: none;
transition: color 200ms;
color: white;
&:hover {
color: palette(action);
}
}
.o-subfooter__trademark {
margin-top: 8px;
margin-bottom: 8px;
}