File: D:/HostingSpaces/SBogers10/reiskick.komma.nl/resources/sass/6-Organisms/_organisms.subfooter.scss
$o-subfooter-spacing-h: space(4);
.o-subfooter {
@include z(z-subfooter);
background-color: palette(neutral, 1000);
color: rgba(white, 0.6);
}
.o-subfooter__main {
@include contain;
font-size: 0.7rem;
text-align: center;
padding: space(3) 0;
@include mq(375) {
padding: space(2) 0;
}
}
.o-subfooter__link {
white-space: nowrap;
color: rgba(white, 0.6);
transition: color 0.2s;
text-decoration: none;
&:hover {
color: rgba(white, 0.8);
}
}
.o-subfooter__divider {
opacity: 0.5;
padding: 0 space(1);
@include mq($max: 375) {
display: block;
opacity: 0;
padding: 0;
font-size: 8px;
}
}