Initial application stub

This commit is contained in:
Eike Kettner
2019-07-17 22:03:10 +02:00
commit 6154e6a387
54 changed files with 2447 additions and 0 deletions

View File

@ -0,0 +1,36 @@
/* Docspell CSS */
.default-layout {
background: #fff;
height: 100vh;
}
.default-layout .main-content {
margin-top: 45px;
}
.login-layout {
background: #aaa;
height: 101vh;
}
.login-layout .login-view {
background: #fff;
position: relative;
top: 20vh;
}
.invisible {
display: none !important;
}
@media (min-height: 320px) {
.ui.footer {
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
font-size: x-small;
}
}