Version Changes

This commit is contained in:
2019-01-14 09:57:57 +01:00
commit df89539710
5 changed files with 855 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
.custom-file-control:lang(de)::after {
content: "Datei wählen...";
}
.custom-file-control:lang(de)::before {
content: "Durchsuchen";
}
#drop {
padding: 3em;
outline: 2px dashed black;
outline-offset: -10px;
}
.edit {
display: none;
}
footer {
padding-bottom: 15px;
}
.click-me {
cursor: pointer;
}
#body {
display: flex;
min-height: calc(100vh - 64px);
flex-direction: column;
padding-top: 56px;
}
main {
flex: 1 0 auto;
}
.deleteMe {
cursor: pointer;
}
.modal {
max-height: 70%;
}