]> git.immae.eu Git - github/wallabag/wallabag.git/blob - 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
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 a {
22 color: $blueAccentColor;
23 }
24
25 main,
26 #content,
27 .valign-wrapper {
28 height: 100%;
29 }
30
31 .typo-logo {
32 max-width: 150px;
33 }
34
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 }