maggicl
f77d407633
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@36 a672b425-5310-4d7a-af5c-997e18724b81
32 lines
477 B
SCSS
32 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;
|
|
}
|
|
}
|
|
}
|