]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/Resources/static/themes/material/css/layout.scss
wallabag logo with typo replaced by an SVG one
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / layout.scss
CommitLineData
64f81bc3
TC
1/* ==========================================================================
2 Layout
3 ========================================================================== */
4
5body {
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
64f81bc3
TC
21main,
22#content,
23.valign-wrapper {
24 height: 100%;
25}
26
4c78612e
S
27.typo-logo {
28 max-width: 150px;
29}
30
64f81bc3
TC
31#main {
32 flex: 1 0 auto;
33
34 .logo {
35 a {
36 height: 100pt;
37 }
38
39 img {
40 height: 100pt;
41 width: 100pt;
42 }
43
44 &:hover {
45 background: transparent;
46 }
47 }
48}