File: D:/HostingSpaces/stafa/stafa.nl/resources/sass/site/5-Components/_components.location.scss
.c-location__image {
display: inline-block;
background: #dce4ed; // custom color for background of transparent photos
// Images dimension are w:192 x h:224
// Path based on aspect ratio 1 x 1.6667
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.c-location__name {
@include font-weight(bold);
margin-top: space(1);
color: palette(primary, 500);
}
.c-location__entry {
color: palette(text, 500);
}