added frontend template

This commit is contained in:
Samuel Philipp 2020-05-05 01:33:14 +02:00
commit 2bea201bb3
41 changed files with 15481 additions and 0 deletions

View file

@ -0,0 +1,30 @@
.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;
}
}