houdini/app/assets/stylesheets/common/minimal.css.scss
2018-07-31 13:47:56 -05:00

45 lines
647 B
SCSS

/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */
.minimalHeader {
background-color: whitesmoke;
height: 90px;
.container {
padding-top: 20px;
height: 100%;
img {
opacity: 0.5;
height: 50px;
margin: auto 0;
}
}
}
.minimalFooter {
background-color: whitesmoke;
height:70px;
.container {
padding-top: 24px;
height: 100%;
> * {
opacity: 0.5;
margin: auto 10px auto 0;
}
}
a {
color:$charcoal
}
}
.site-content {
flex: 1 0 auto;
}
body.minimal {
display: flex;
min-height: 100vh;
flex-direction: column;
}