Mercurial > libervia-templates
comparison default/static/invitation.css @ 6:529fff4473c1
invitation: invitation welcome page, first draft
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 16 Apr 2017 18:38:06 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
5:2b26eadd8ad7 | 6:529fff4473c1 |
---|---|
1 #body { | |
2 display: flex; | |
3 flex-direction: column; | |
4 } | |
5 | |
6 .invitation_header { | |
7 flex: 1 | |
8 } | |
9 | |
10 .invitation_header h1,p { | |
11 text-align: center; | |
12 } | |
13 | |
14 #include_main { | |
15 flex: 9 | |
16 } | |
17 | |
18 #include_main { | |
19 width: 100%; | |
20 margin: 0; | |
21 border: none; | |
22 } | |
23 | |
24 footer { | |
25 /* footer should already be displayed in included page */ | |
26 display: none; | |
27 } |