File: D:/HostingSpaces/blijegasten/blijegasten.be/resources/sass/site/5-Components/_components.steps.scss
.c-steps {
margin-left: 0;
list-style: none;
}
.c-steps__item {
@include owl(space(3));
display: flex;
}
.c-steps__icon {
@include border-radius(s);
flex: none;
width: space(9);
height: space(9);
margin-right: space(3);
background-color: palette(primary);
display: flex;
align-items: center;
justify-content: center;
&::before {
content: '';
flex: none;
display: block;
}
}
.c-steps__icon--tag {
&::before {
margin-right: 4px;
width: 24px;
height: 24px;
background-image: url(/img/icons/tag.svg);
}
}
.c-steps__icon--truck {
&::before {
width: 41px;
height: 25px;
background-image: url("/img/icons/truck.svg");
}
}
.c-steps__icon--pallet-truck {
&::before {
width: 40px;
height: 40px;
background-image: url("/img/icons/pallet-truck.svg");
}
}
.c-steps__body {
}
.c-steps__title {
@include font-size(xs);
@include font-weight('black');
text-transform: uppercase;
letter-spacing: 0.93px;
}
.c-steps__text {
margin-top: space(0.5);
}