]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/Resources/static/themes/material/css/layout.scss
Added more coherence with color links for material theme
[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
55865178
NL
21a {
22 color: $blueAccentColor;
23}
24
64f81bc3
TC
25main,
26#content,
27.valign-wrapper {
28 height: 100%;
29}
30
4c78612e
S
31.typo-logo {
32 max-width: 150px;
33}
34
64f81bc3
TC
35#main {
36 flex: 1 0 auto;
37
38 .logo {
39 a {
40 height: 100pt;
41 }
42
43 img {
44 height: 100pt;
45 width: 100pt;
46 }
47
48 &:hover {
49 background: transparent;
50 }
51 }
52}