git ssb

10+

Matt McKegg / patchwork



Commit 5495ac517c38b10be3282d62dea400168a427b21

Adds styles for gatherings

Alan Shaw committed on 9/21/2017, 8:43:30 PM
Parent: b37ae77198a3ac258726bdf306d783f31965a1e1

Files changed

styles/dark/gathering-card.mcsschanged
styles/dark/gathering-card.mcssView
@@ -1,8 +1,8 @@
11 GatheringCard {
2- border: 1px solid #DDD
3- padding: 10px
4- margin-bottom: 10px
2+ padding: 20px
3+ margin: 20px -20px
4+ border-top: 1px solid #2d2c2c
55
66 a.image {
77 display: block
88 margin-top: 10px
@@ -16,43 +16,59 @@
1616 margin: 10px 0
1717 padding-top: 10px;
1818
1919 div.title {
20- font-size: 90%;
21- color: #555;
22- font-weight: bold;
20+ font-size: 75%;
2321 margin-bottom: 10px;
22+ text-align: center
2423 }
2524 div.attendees {
26- margin: 0 5px
27- a {
28- margin-right: 4px
29- img {
30- height: 45px
31- width: 45px
32- }
25+ text-align: center
26+
27+ a + a {
28+ margin-left: 10px
3329 }
30+
31+ (img) {
32+ height: 45px
33+ width: 45px
34+ border-radius: 3px
35+ }
3436 }
3537 div.actions {
38+ text-align: center
3639 margin-top: 10px
40+
41+ button {
42+ :first-child {
43+ ::before {
44+ content: 'โœ” '
45+ }
46+ }
47+ }
3748 button + button {
3849 margin-left: 5px
3950 }
4051 }
4152 }
4253
4354 div.title {
44- font-size: 200%
55+ a {
56+ font-size: 200%
57+ }
4558 button {
4659 float: right;
47- font-size: 60%;
60+
61+ ::before {
62+ content: 'โœŽ '
63+ }
4864 }
4965 }
5066 div.time {
51- color: #555
52- font-size: 120%
67+ color: #757474
5368 }
5469 div.description {
55- border-top: 3px solid #CCC;
56- margin-top: 10px;
70+ margin: 20px 0 0
71+ padding: 20px
72+ background: #2d2c2c
5773 }
5874 }

Built with git-ssb-web