git ssb

16+

Dominic / patchbay



Tree: 06d5f9edff08206becab379b2f89c78d0d066da5

Files: 06d5f9edff08206becab379b2f89c78d0d066da5 / message / html / render / blog.mcss

727 bytesRaw
1BlogCard {
2 box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px
3 margin: 2rem 0
4 border: 1px solid rgba(0, 0, 0, 0.1)
5
6 display: flex
7 flex-direction: column
8
9 div.content {
10 display: flex
11 flex-direction: row
12 flex-grow: 1
13
14 cursor: pointer
15
16
17 div.Thumbnail {
18 margin-right: 1rem
19 }
20
21 div.text {
22 padding: .5rem
23 div.summary {
24 }
25 div.read {
26 margin-top: 1rem
27 text-decoration: underline
28 }
29 }
30
31 }
32 background-color: #fff
33}
34
35Thumbnail {
36 min-width: 20rem
37 width: 20rem
38 min-height: 10rem
39 /* height: 10rem */
40
41 -empty {
42 color: #fff
43 font-size: 1.8rem
44 opacity: .8
45
46 display: flex
47 justify-content: center
48 align-items: center
49 }
50}
51
52

Built with git-ssb-web