default.assets.wondergem.stylesheets.footer.scss Maven / Gradle / Ivy
/*
* Made with all the love in the world
* by scireum in Remshalden, Germany
*
* Copyright by scireum GmbH
* http://www.scireum.de - [email protected]
*/
//
// Footer
// --------------------------------------------------
.footer {
padding: 15px 0;
border-top: 3px solid $primary-color;
background-color: $grayDark;
color: #E7E7E7;
}
.footer a:hover {
color: $primary-color-light;
text-decoration: none;
}
.footer small:after {
content: "|";
padding: 0 0.2em;
}
.footer small:last-child:after {
content: " ";
padding: 0;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy