File: D:/HostingSpaces/blijegasten/blijegasten.be/resources/sass/site/5-Components/_components.aid.scss
.c-aid {
display: flex;
}
.c-aid__image {
border-radius: 100%;
width: space(12);
height: space(12);
margin-right: space(3);
background-color: palette(neutral, 100);
box-shadow: inset 0 0 24px 1px rgba(0,0,0,.15), 1px 0 0 white;
}
.c-aid__title {
@include font-family(primary);
@include font-size(l);
@include font-weight('bold');
}
.c-aid__subtitle {
@include font-weight('semi-bold');
color: palette(text, 300);
}
.c-aid__action {
@include font-size(m);
@include font-weight('bold');
display: block;
color: palette(primary);
text-decoration: none;
margin: space(1.5) 0 space(0.5);
}