File: /var/www/quadcode-site/src/style/components/news/share.scss
.share {
&__title {
margin-bottom: 16px;
@include breakpoint-down('tabM') {
font-size: 14px;
line-height: 20px;
margin-bottom: 8px;
}
}
&__items {
display: flex;
align-items: center;
}
&__item {
margin-right: 16px;
position: relative;
width: 36px;
height: 36px;
@include breakpoint-down('deskS') {
width: 30px;
height: 30px;
}
@include breakpoint-down('tabM') {
width: 36px;
height: 36px;
margin-right: 24px;
}
&:last-of-type {
margin-right: 0;
}
> img {
display: flex;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
}
}
&__link {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
}
}