major features update
This commit is contained in:
parent
519fb49901
commit
4e2fab67c5
48 changed files with 3925 additions and 208 deletions
26
static/login.css
Normal file
26
static/login.css
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
body {
|
||||
max-width: min-content;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
align-self: flex-start;
|
||||
font-size: large;
|
||||
font-weight: bold;
|
||||
margin: 2em 0;
|
||||
}
|
||||
|
||||
form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.25em;
|
||||
|
||||
input {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
margin-top: 1em;
|
||||
grid-column: span 2;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue