Commit b7ae6aab41bf1d2ae415e7621d196b09103f4371
light: tweak gathering and button styles
Matt McKegg committed on 7/6/2018, 2:55:38 PMParent: a53c6472f98dde7e9f3dffd4a725765e4ffba799
Files changed
styles/light/button.mcss | changed |
styles/light/gathering-card.mcss | changed |
styles/light/button.mcss | ||
---|---|---|
@@ -1,12 +1,13 @@ | ||
1 | 1 | button { |
2 | 2 | color: #5f5f5f; |
3 | - padding: 3px 6px; | |
3 | + padding: 8px 10px | |
4 | 4 | background: #ddd; |
5 | - border: 2px solid #DDD; | |
6 | - border-radius: 4px; | |
7 | - font-size: 130% | |
5 | + border: 0 | |
6 | + border-radius: 3px | |
7 | + font-size: 13px | |
8 | 8 | cursor: pointer |
9 | + transition: background-color 0.25s ease, color 0.25s ease | |
9 | 10 | |
10 | 11 | :hover { |
11 | 12 | color: #ffffff |
12 | 13 | background-color: #959EAB |
styles/light/gathering-card.mcss | ||
---|---|---|
@@ -38,8 +38,9 @@ | ||
38 | 38 | text-align: center |
39 | 39 | margin-top: 10px |
40 | 40 | |
41 | 41 | button { |
42 | + font-size: 100%; | |
42 | 43 | :first-child { |
43 | 44 | ::before { |
44 | 45 | content: 'โ ' |
45 | 46 | } |
@@ -54,9 +55,12 @@ | ||
54 | 55 | div.title { |
55 | 56 | font-size: 200% |
56 | 57 | button { |
57 | 58 | float: right; |
58 | - font-size: 60%; | |
59 | + font-size: 50%; | |
60 | + ::before { | |
61 | + content: 'โ ' | |
62 | + } | |
59 | 63 | } |
60 | 64 | } |
61 | 65 | div.time { |
62 | 66 | color: #555 |
Built with git-ssb-web