Commit 9bb78bcb020ab47a30eec92185b5e502e32d8718
adjust toggle-button font-size
Matt McKegg committed on 6/17/2017, 2:17:55 PMParent: 6975c466bb35703e5c76fdd5fef5a2d91e216d4b
Files changed
styles/toggle-button.mcss | changed |
styles/toggle-button.mcss | |||
---|---|---|---|
@@ -1,6 +1,6 @@ | |||
1 | 1 … | ToggleButton { | |
2 | - font-size: 80%; | ||
2 … | + font-size: 90%; | ||
3 | 3 … | background: rgb(112, 112, 112); | |
4 | 4 … | border: 2px solid #313131; | |
5 | 5 … | transition: opacity 0.2s; | |
6 | 6 … | opacity: 0.6; | |
@@ -30,8 +30,9 @@ | |||
30 | 30 … | } | |
31 | 31 … | ||
32 | 32 … | :hover { | |
33 | 33 … | opacity: 1 | |
34 … | + text-decoration: none | ||
34 | 35 … | } | |
35 | 36 … | ||
36 | 37 … | @svg subscribed { | |
37 | 38 … | width: 20px | |
Built with git-ssb-web