1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/theme/static/src/scss/footer.scss
2016-05-28 13:23:20 +01:00

49 lines
669 B
SCSS

footer {
background-color: $brand-grey-dark;
padding-top: 20px;
width: 100%;
height: $footer-height;
text-align: center;
color: $white;
a {
color: $brand-orange-light;
&:hover {
text-decoration: none;
color: inherit;
}
}
.powered-by p {
font-size: $font-size-base;
a {
color: inherit;
&:hover {
color: $brand-orange;
}
}
}
.social {
margin: 0;
padding: 7px;
font-size: 23px;
a {
margin: 0 4px;
color: $white;
&:hover {
color: $brand-orange-light;
}
}
}
.ci-badge {
margin-top: 10px;
height: $font-size-h3;
}
}