app,server: Implement selection of household
This commit is contained in:
parent
dd266dccfd
commit
1eb815ada9
8 changed files with 284 additions and 34 deletions
12
app/static/household_selection.css
Normal file
12
app/static/household_selection.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
html,
|
||||
body,
|
||||
main {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue