Files: a893a560b31905d216fdb21487f862a094bb7d6f / app / page / statsShow.mcss
1465 bytesRaw
1 | Page -statsShow { |
2 | div.content { |
3 | flex-grow: 0 |
4 | $backgroundPrimaryText |
5 | margin-top: 1rem |
6 | width: 1000px |
7 | |
8 | h1 { |
9 | font-size: .8rem |
10 | letter-spacing: 4px |
11 | } |
12 | |
13 | section.totals { |
14 | display: flex |
15 | justify-content: space-between |
16 | |
17 | div { |
18 | div.count { |
19 | font-size: 3rem |
20 | font-weight: 600 |
21 | margin-right: .5rem |
22 | } |
23 | strong { |
24 | margin-right: .5rem |
25 | } |
26 | } |
27 | } |
28 | |
29 | section.graph { |
30 | margin: 2rem 0 |
31 | } |
32 | |
33 | table.blogs { |
34 | margin: 1rem 0 |
35 | |
36 | thead { |
37 | tr { |
38 | margin-bottom: 1rem |
39 | color: hsl(0, 0%, 25%) |
40 | td { |
41 | |
42 | } |
43 | } |
44 | } |
45 | tbody { |
46 | tr.blog { |
47 | margin-bottom: 1rem |
48 | td.details { |
49 | width: 100% |
50 | padding: .8rem 2rem .8rem 0 |
51 | border-bottom: 1px solid rgba(0, 0, 0, .05) |
52 | |
53 | div.title { |
54 | font-size: 1.3rem |
55 | font-weight: 600 |
56 | margin-bottom: .5rem |
57 | } |
58 | |
59 | a { |
60 | color: hsl(0, 0%, 15%) |
61 | font-size: .8rem |
62 | text-decoration: none |
63 | |
64 | :hover { |
65 | text-decoration: underline |
66 | } |
67 | } |
68 | } |
69 | td.comments, td.likes { |
70 | padding: 0 2.5rem |
71 | font-size: 1.3rem |
72 | font-weight: 600 |
73 | text-align: center |
74 | } |
75 | } |
76 | } |
77 | } |
78 | } |
79 | |
80 | } |
81 |
Built with git-ssb-web