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

50 lines
669 B
SCSS
Raw Normal View History

2016-05-21 20:35:59 +01:00
footer {
background-color: $brand-grey-dark;
2016-05-22 18:31:47 +01:00
padding-top: 20px;
2016-05-21 20:35:59 +01:00
width: 100%;
height: $footer-height;
text-align: center;
color: $white;
a {
2016-05-21 21:54:07 +01:00
color: $brand-orange-light;
2016-05-21 20:35:59 +01:00
&:hover {
text-decoration: none;
color: inherit;
}
}
2016-05-21 21:54:07 +01:00
.powered-by p {
font-size: $font-size-base;
2016-05-21 20:35:59 +01:00
2016-05-26 22:22:32 +01:00
a {
color: inherit;
&:hover {
color: $brand-orange;
}
2016-05-21 21:54:07 +01:00
}
2016-05-21 20:35:59 +01:00
}
.social {
margin: 0;
padding: 7px;
font-size: 23px;
a {
margin: 0 4px;
color: $white;
&:hover {
2016-05-21 21:54:07 +01:00
color: $brand-orange-light;
2016-05-21 20:35:59 +01:00
}
}
}
.ci-badge {
margin-top: 10px;
2016-05-21 21:54:07 +01:00
height: $font-size-h3;
2016-05-21 20:35:59 +01:00
}
}