git ssb

10+

Matt McKegg / patchwork



Tree: d7819e0e2cbfaa22f19fa158b7a5d6414f5206a6

Files: d7819e0e2cbfaa22f19fa158b7a5d6414f5206a6 / styles / light / $following.mcss

358 bytesRaw
1$following {
2 :after {
3 display: inline-block
4 content: ' '
5 width: 20px
6 height: 12px
7 margin-left: 3px
8 background: svg(subscribed) no-repeat center
9
10 @svg subscribed {
11 width: 20px
12 height: 12px
13 content: "<circle cx='6' stroke='#BBB' fill='none' cy='6' r='5' /> <circle cx='6' cy='6' r='3' fill='#BBB'/>"
14 }
15 }
16}
17

Built with git-ssb-web