|
@charset "utf-8";
|
|
|
|
@import "../initial";
|
|
|
|
.layout-footer {
|
|
padding: 2em 0;
|
|
color: #999999;
|
|
font-size: 0.8125em;
|
|
background-color: $theme-gray-dark;
|
|
|
|
.container {
|
|
@extend .response-content;
|
|
}
|
|
|
|
a {
|
|
color: #999999;
|
|
|
|
&:hover,
|
|
&:focus {
|
|
color: lighten(#999999, 10%);
|
|
}
|
|
}
|
|
} |