git ssb

16+

Dominic / patchbay



Tree: c029e3029a4b120cd6001a72ced00d1cdb7bcee1

Files: c029e3029a4b120cd6001a72ced00d1cdb7bcee1 / 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