This repository has been archived on 2023-12-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
universal-statuspage/frontend/src/app/app.component.scss
2020-05-05 01:33:14 +02:00

30 lines
334 B
SCSS

.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;
}
a {
color: #cccccc;
text-decoration: none;
&:hover {
color: #ffffff;
text-decoration: underline;
}
}