/var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/import/blocks
Edit: /var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/import/blocks/_block__footer.scss (831B)
.block__footer {
border-top: 1px solid $gray-200;
background: #f5f8fd;
.links {
a {
display: block;
color: $dark;
font-size: 0.875rem;
line-height: 1.875;
@media (max-width: 600px) {
display: block;
padding: 7px 0;
}
}
}
.follow {
font-size: 0.875rem;
line-height: 1.875;
span {
font-size: 1rem;
font-weight: bold;
display: block;
margin-bottom: 10px;
}
.social-icons {
a {
svg {
width: 36px;
height: 36px;
}
}
}
}
}
// Other
@include media-breakpoint-down(lg) {
.block__footer {
}
}