File: D:/HostingSpaces/SBogers68/investeren.ouddorp-duin.nl/wwwroot/css/partials/_footer.scss
.c-footer__map {
margin-top: 40px;
text-decoration: none;
}
.c-footer__map-heading{
margin: 0;
color: $beige
}
.c-footer__map-description {
margin: 0 0 5px;
max-width: 415px;
color: white;
}
.c-footer__map-icon {
@include flex(space-between, center);
max-width: 375px;
@include media-query(450px) {
display: block;
}
img {
width: 220px;
@include media-query(450px) {
margin: auto;
}
}
}
.c-footer__map-button {
position: relative;
font-weight: bold !important;
display: inline-block;
padding: 5px 0;
transition: opacity 0.3s;
&:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background-color: $beige;
transition: opacity 0.3s;
}
&:hover {
opacity: 0.7;
&:after {
opacity: 0;
}
}
}