git ssb

3+

arj / patchbook



Tree: 24301103fc79102ebc4d71e1454571b15c58592e

Files: 24301103fc79102ebc4d71e1454571b15c58592e / book / html / layout / card.mcss

862 bytesRaw
1Message -book-card {
2 section.avatar {
3 top: 2.7rem
4 }
5
6 section.timestamp {
7 top: 6.7rem
8 }
9
10 section.content {
11 margin-bottom: .5rem
12
13 a {
14 display: flex
15 flex-wrap: wrap
16
17 color: initial
18 :hover { text-decoration: none }
19
20 div.toggle-layout {
21 position: absolute
22 top: 3.0rem
23 right: 1rem
24 border: none
25 border-radius: 0
26 background-color: rgba(255,255,255,0.2)
27 color: #fff;
28 font-size: 1rem;
29 font-weight: 600;
30 line-height: .8rem
31 }
32
33 div.details {
34 flex-grow: 1
35 max-width: 21rem
36
37 border: 1px gainsboro solid
38 border-right: none
39 padding: .5rem
40
41 section.title {
42 font-size: 1.8rem
43 margin-bottom: 1rem
44 }
45 section {
46
47 }
48 }
49 }
50 }
51}
52
53

Built with git-ssb-web