You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/website/source/assets/stylesheets/_footer.scss

25 lines
471 B

#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;
}
@media (max-width: 992px) {
text-align: center;
}
}
}
}
}