git ssb

16+

Dominic / patchbay



Tree: cbbae1ad145cd5ca19b0d2c59379694acc763c15

Files: cbbae1ad145cd5ca19b0d2c59379694acc763c15 / app / page / thread.mcss

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

Built with git-ssb-web