_footer.scss
605 Bytes
.layout-footer {
padding: 20px;
background-color: $footerBgColor;
border-top: 1px solid $footerBorderColor;
img {
height: 30px;
margin-top: 4px;
}
.footer-icons {
text-align: right;
button {
color: $textSecondaryColor;
font-size: 24px;
margin-right: 16px;
display: inline-block;
transition: color $transitionDuration;
i {
font-size: 1.5rem;
}
&:hover {
color: $textColor;
}
}
}
}