Files: 1c2926f12ff8e365e1d469f23180b50d50b9c749 / app / page / thread.mcss
655 bytesRaw
1 | Thread { |
2 | section.top { |
3 | /* border-bottom: solid 1px gainsboro */ |
4 | |
5 | section.recipients { |
6 | display: flex |
7 | justify-content: center |
8 | align-items: center |
9 | |
10 | margin-top: .6rem |
11 | margin-bottom: 0.2rem |
12 | |
13 | div { |
14 | margin: 0 .2rem |
15 | |
16 | a img { |
17 | width: 2.5rem |
18 | height: 2.5rem |
19 | } |
20 | } |
21 | |
22 | div.warning a img { |
23 | width: 3.5rem |
24 | height: 3.5rem |
25 | border: 3px red solid |
26 | } |
27 | } |
28 | |
29 | section.info { |
30 | text-align: center |
31 | |
32 | margin: .4rem |
33 | |
34 | font-size: .9rem |
35 | $textSubtle |
36 | |
37 | -warning { |
38 | font-size: 1rem |
39 | color: #000 |
40 | } |
41 | } |
42 | |
43 | } |
44 | } |
45 | |
46 | |
47 |
Built with git-ssb-web