embed static files now (#14)
Some checks failed
continuous-integration/drone/push Build is failing
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:
7
static/css/bootstrap-4.5.3.min.css
vendored
Normal file
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
41
static/css/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user