2017-03-30 22:35:47 +00: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-11-09 23:34:32 +00:00
|
|
|
|
2017-03-30 22:35:47 +00:00
|
|
|
@media (max-width: 992px) {
|
|
|
|
text-align: center;
|
2015-11-09 23:34:32 +00:00
|
|
|
}
|
|
|
|
}
|
2015-11-09 07:16:24 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|