mdhub/app/application/resources/site/scss/footer.scss

18 lines
244 B
SCSS
Raw Normal View History

2024-06-18 22:35:54 +05:00
.footer {
padding-top: 25px;
padding-bottom: 20px;
background: rgba(36,48,40,0.81);
}
.footer__powered {
a {
color: #fff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
}