File: /var/www/quadcode-site/src/style/components/block-icon.scss
.block-icon {
@include breakpoint-down('tabM') {
max-width: 300px;
}
&__item {
opacity: 0;
transform: translateY(-30px);
&_icon {
margin-bottom: 10px;
@include breakpoint-down('deskS') {
margin-bottom: 0;
}
@include breakpoint-down('tabM') {
margin-bottom: 10px;
}
}
}
&__icon {
display: flex;
width: 70px;
height: 70px;
margin: 0 auto;
@include breakpoint-down('deskS') {
width: 60px;
height: 60px;
}
@include breakpoint-down('tabM') {
width: 70px;
height: 70px;
}
}
&__title {
text-align: center;
}
&__text {
text-align: center;
br {
@include breakpoint-down('tabM') {
display: none;
}
}
}
}