git ssb

16+

Dominic / patchbay



Tree: 85fd0556b6f9d8f644aa5373e23295019785d6dd

Files: 85fd0556b6f9d8f644aa5373e23295019785d6dd / app / page / thread.mcss

649 bytesRaw
1Thread {
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