embed static files now (#14)
Some checks failed
continuous-integration/drone/push Build is failing

Co-authored-by: sneak <sneak@sneak.berlin>
Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
2022-11-28 00:19:47 +00:00
parent 4e663d848a
commit 61228b4586
23 changed files with 795 additions and 406 deletions

7
static/css/bootstrap-4.5.3.min.css vendored Normal file

File diff suppressed because one or more lines are too long

41
static/css/style.css Normal file
View File

@@ -0,0 +1,41 @@
body {
padding-top: 3.5rem;
}
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
.login-form {
width: 340px;
margin: 50px auto;
font-size: 15px;
}
.login-form form {
margin-bottom: 15px;
background: #f7f7f7;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
padding: 30px;
}
.login-form h2 {
margin: 0 0 15px;
}
.login-form .form-control, .btn {
min-height: 38px;
border-radius: 2px;
}
.login-form .btn {
font-size: 15px;
font-weight: bold;
}