git ssb

16+

Dominic / patchbay



Tree: dd67652a2a492f8668f29984959b814c9e3cfe6d

Files: dd67652a2a492f8668f29984959b814c9e3cfe6d / message / html / like.mcss

274 bytesRaw
1MessageLike {
2 color: gray
3 cursor: pointer
4
5 display: grid
6 grid-template-columns: minmax(0.6rem, 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