/* No context defined for this component. */
.suppliers {
&__text {
.nav {
padding: 0;
list-style: none;
border-top: $border-secondary;
@include mq($screen-m) {
padding-left: 2rem;
}
@include mq($screen-l) {
padding-left: 2rem;
}
}
.item {
border-bottom: $border-secondary;
a,
&--link {
&:hover {
text-decoration: none;
font-weight: 400;
transition-duration: 0ms;
}
}
}
}
.supplier-item {
&__card {
width: calc(100% - 1rem);
max-width: 400px;
position: absolute;
height: auto;
box-sizing: border-box;
border: 0;
border-radius: 25px 0;
overflow: hidden;
padding: 0.5rem;
background: rgba(0, 0, 0, 0.7);
bottom: 1rem;
left: 1rem;
@include mq($screen-m) {
padding: 1rem;
}
@include mq($screen-l) {
width: calc(100% - 6rem);
bottom: 3rem;
left: 3rem;
padding: 2rem;
}
}
img {
@include mq($screen-m) {
margin-top: -7px;
}
}
}
}
There are no notes for this item.