houdini/app/assets/stylesheets/common/minimal.css.scss
2018-05-31 11:21:34 -05:00

44 lines
535 B
SCSS

.minimalHeader {
background-color: whitesmoke;
height: 90px;
.container {
display: flex;
height: 100%;
img {
opacity: 0.5;
max-height: 50px;
margin: auto 0;
}
}
}
.minimalFooter {
background-color: whitesmoke;
height:70px;
.container {
display: flex;
height: 100%;
> * {
opacity: 0.5;
margin: auto 10px auto 0;
}
}
a {
color:$charcoal
}
}
.site-content {
flex: 1;
}
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}