Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / light / gathering-card.mcss
381 bytesRaw
1 | GatheringCard { |
2 | border: 1px solid #ddd |
3 | padding: 10px |
4 | margin-bottom: 10px |
5 | div.attending { |
6 | div.actions { |
7 | button { |
8 | font-size: 100% |
9 | } |
10 | } |
11 | } |
12 | div.title { |
13 | font-size: 200% |
14 | button { |
15 | font-size: 50% |
16 | } |
17 | } |
18 | div.time { |
19 | color: #555 |
20 | font-size: 120% |
21 | } |
22 | div.description { |
23 | border-top: 3px solid #ccc |
24 | margin-top: 10px |
25 | } |
26 | } |
27 |
Built with git-ssb-web