git ssb

1+

Daan Patchwork / patchwork



Tree: 58ab0241031aa549a35cce1e678c27065ae66221

Files: 58ab0241031aa549a35cce1e678c27065ae66221 / styles / light / profile-list.mcss

377 bytesRaw
1ProfileList {
2 a.profile {
3 background-color: rgba(255, 255, 255, 0.74)
4 transition: background-color 0.2s
5 @svg connected {
6 circle {
7 fill: green
8 }
9 }
10 div.main {
11 div.name {
12 font-weight: bold
13 font-size: 110%
14 color: #636363
15 }
16 }
17 :hover {
18 background-color: rgba(255, 255, 255, 0.4)
19 }
20 }
21}
22

Built with git-ssb-web