]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/Resources/static/themes/material/css/layout.scss
cfdbf2b3147364a4c378f3f1ee799dccbe11614d
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / layout.scss
1 /* ==========================================================================
2 Layout
3 ========================================================================== */
4
5 body {
6 display: flex;
7 min-height: 100vh;
8 flex-direction: column;
9 background: #fafafa;
10
11 &.login main {
12 padding: 0;
13 min-height: 100vh;
14 }
15 }
16
17 .border-bottom {
18 border-bottom: 1px solid #ddd;
19 }
20
21 main,
22 #content,
23 .valign-wrapper {
24 height: 100%;
25 }
26
27 #main {
28 flex: 1 0 auto;
29
30 .logo {
31 a {
32 height: 100pt;
33 }
34
35 img {
36 height: 100pt;
37 width: 100pt;
38 }
39
40 &:hover {
41 background: transparent;
42 }
43 }
44 }