terraform/website/source/assets/stylesheets/_footer.scss

25 lines
471 B
SCSS
Raw Normal View History

2017-04-05 17:28:34 +02:00
#footer {
padding-top: 50px;
ul.footer-links {
li {
a {
color: $footer-link-color;
font-size: $footer-font-size;
font-family: $font-family-open-sans;
text-decoration: none;
&:hover, &:focus, &:active {
background-color: transparent;
color: $footer-link-color-hover;
outline: 0;
2015-12-20 20:49:02 +01:00
}
2014-07-23 10:12:09 +02:00
2017-04-05 17:28:34 +02:00
@media (max-width: 992px) {
text-align: center;
}
}
2014-07-23 10:12:09 +02:00
}
}
2014-07-23 10:12:09 +02:00
}