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-31 16:21:34 +00:00
|
|
|
> * {
|
2018-05-24 21:34:04 +00:00
|
|
|
opacity: 0.5;
|
2018-05-31 16:21:34 +00:00
|
|
|
margin: auto 10px auto 0;
|
2018-05-24 21:34:04 +00:00
|
|
|
}
|
|
|
|
}
|
2018-05-31 16:21:34 +00:00
|
|
|
|
|
|
|
a {
|
|
|
|
color:$charcoal
|
|
|
|
}
|
|
|
|
|
2018-05-24 21:34:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.site-content {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
2018-07-24 19:17:49 +00:00
|
|
|
body.minimal {
|
2018-05-24 21:34:04 +00:00
|
|
|
display: flex;
|
|
|
|
min-height: 100vh;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|