Files: 83e73400cbb666a977e7f21d8c6d64570fc569b1 / styles / base / blog-card.mcss
674 bytesRaw
1 | BlogCard { |
2 | margin: 2rem 0 |
3 | display: flex |
4 | flex-direction: column |
5 | div.content { |
6 | display: flex |
7 | flex-direction: row |
8 | flex-grow: 1 |
9 | cursor: pointer |
10 | div.Thumbnail { |
11 | margin-right: 1rem |
12 | } |
13 | div.text { |
14 | padding: .5rem |
15 | h1 { |
16 | line-height: 1.2 |
17 | } |
18 | div.summary { |
19 | margin-top: 1rem |
20 | } |
21 | div.read { |
22 | margin-top: 1rem |
23 | text-decoration: underline |
24 | } |
25 | } |
26 | } |
27 | } |
28 | Thumbnail { |
29 | min-width: 20rem |
30 | width: 20rem |
31 | min-height: 10rem |
32 | /* height: 10rem */ |
33 | -empty { |
34 | color: #fff |
35 | font-size: 1.8rem |
36 | opacity: .8 |
37 | display: flex |
38 | justify-content: center |
39 | align-items: center |
40 | } |
41 | } |
42 |
Built with git-ssb-web