git ssb

16+

Dominic / patchbay



Tree: c5ffbda319371810f31821e2ec2475140cb6bc1a

Files: c5ffbda319371810f31821e2ec2475140cb6bc1a / message / html / render / blog.mcss

758 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 transition: all .5s ease-in
7
8 display: flex
9 flex-direction: column
10
11 div.content {
12 display: flex
13 flex-direction: row
14 flex-grow: 1
15
16 cursor: pointer
17
18
19 div.Thumbnail {
20 margin-right: 1rem
21 }
22
23 div.text {
24 padding: .5rem
25 div.summary {
26 }
27 div.read {
28 margin-top: 1rem
29 text-decoration: underline
30 }
31 }
32
33 }
34 background-color: #fff
35}
36
37Thumbnail {
38 min-width: 20rem
39 width: 20rem
40 min-height: 10rem
41 /* height: 10rem */
42
43 -empty {
44 color: #fff
45 font-size: 1.8rem
46 opacity: .8
47
48 display: flex
49 justify-content: center
50 align-items: center
51 }
52}
53
54

Built with git-ssb-web