mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
Form components. New login page.
This commit is contained in:
parent
9d09d89aef
commit
a09867f28c
14 changed files with 165 additions and 45 deletions
12
components/Layout.module.css
Normal file
12
components/Layout.module.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.layout {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.center {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.middle {
|
||||
justify-content: center;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue