theshell.ch/site/_sass/_footer.scss
maggicl 8b95e4141f css: Work on new style guidelines. Created layouts and author mechanism
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@36 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-05 20:03:04 +00:00

33 lines
477 B
SCSS

/**
* Author: Marco Tereh and Claudio Maggioni
* this file only concerns elements which are children of the <footer>
*/
footer {
background-color: #646464;
color: white;
.footer.container {
padding: 1em;
}
section {
flex-grow: 1;
padding: .5rem;
h2.margin, h4 {
padding-bottom: .5em;
}
}
.copyright {
background: #515151;
width: 100%;
.container {
padding-top: 1em;
padding-bottom: 1em;
}
}
}