Files: c27d9c765e55088d4fd855d29313c20839bb982c / app / page / page.mcss
458 bytesRaw
1 | Page { |
2 | height: calc(100% - 3.5rem) /*needed for scrolling*/ |
3 | |
4 | $backgroundPrimary |
5 | margin-top: 3.5rem |
6 | |
7 | display: flex |
8 | |
9 | div.Context { |
10 | min-height: calc(100% - 3rem) |
11 | overflow-y: auto |
12 | overflow-x: hidden |
13 | } |
14 | |
15 | div.content { |
16 | min-height: calc(100% - 3rem) |
17 | overflow-y: auto |
18 | |
19 | flex-grow: 1 |
20 | |
21 | padding: 1rem |
22 | margin: 0 auto |
23 | |
24 | div, section { |
25 | :last-child { |
26 | padding-bottom: 6rem !important |
27 | } |
28 | } |
29 | } |
30 | } |
31 | |
32 |
Built with git-ssb-web