git ssb

16+

Dominic / patchbay



Tree: ec8d61f431d404b2667225801a0350e1869029d0

Files: ec8d61f431d404b2667225801a0350e1869029d0 / message / html / like.mcss

258 bytesRaw
1MessageLike {
2 color: gray
3 cursor: pointer
4
5 display: grid
6 grid-template-columns: auto auto
7 align-items: center
8 grid-gap: .2rem
9
10 span.count {}
11 i.fa {}
12
13 -liked {
14 i.fa { color: red }
15 }
16
17 :hover {
18 i.fa {
19 color: red
20 }
21 }
22}
23

Built with git-ssb-web