This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
universal-statuspage/src/app/app.component.scss

25 lines
260 B
SCSS
Raw Normal View History

2020-05-04 23:33:14 +00:00
.box {
display: flex;
flex-direction: column;
height: 100%;
}
header {
}
main {
flex: 1 0 auto;
padding-bottom: 1rem;
}
footer {
padding: 30px 0;
border-top: 1px solid #e8e8e8;
flex-shrink: 0;
}
.language-selection {
font-size: 1.3em;
2020-05-04 23:33:14 +00:00
}