git ssb

10+

Matt McKegg / patchwork



Commit b7ae6aab41bf1d2ae415e7621d196b09103f4371

light: tweak gathering and button styles

Matt McKegg committed on 7/6/2018, 2:55:38 PM
Parent: a53c6472f98dde7e9f3dffd4a725765e4ffba799

Files changed

styles/light/button.mcsschanged
styles/light/gathering-card.mcsschanged
styles/light/button.mcssView
@@ -1,12 +1,13 @@
11 button {
22 color: #5f5f5f;
3- padding: 3px 6px;
3+ padding: 8px 10px
44 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
88 cursor: pointer
9+ transition: background-color 0.25s ease, color 0.25s ease
910
1011 :hover {
1112 color: #ffffff
1213 background-color: #959EAB
styles/light/gathering-card.mcssView
@@ -38,8 +38,9 @@
3838 text-align: center
3939 margin-top: 10px
4040
4141 button {
42+ font-size: 100%;
4243 :first-child {
4344 ::before {
4445 content: 'โœ” '
4546 }
@@ -54,9 +55,12 @@
5455 div.title {
5556 font-size: 200%
5657 button {
5758 float: right;
58- font-size: 60%;
59+ font-size: 50%;
60+ ::before {
61+ content: 'โœŽ '
62+ }
5963 }
6064 }
6165 div.time {
6266 color: #555

Built with git-ssb-web