houdini/app/assets/stylesheets/common/minimal.css.scss

46 lines
636 B
SCSS
Raw Normal View History

2018-05-31 17:39:16 +00:00
/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */
2018-05-24 21:34:04 +00:00
.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%;
> * {
2018-05-24 21:34:04 +00:00
opacity: 0.5;
margin: auto 10px auto 0;
2018-05-24 21:34:04 +00:00
}
}
a {
color:$charcoal
}
2018-05-24 21:34:04 +00:00
}
.site-content {
flex: 1;
}
body.minimal {
2018-05-24 21:34:04 +00:00
display: flex;
min-height: 100vh;
flex-direction: column;
}