Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / light / profile-list.mcss
377 bytesRaw
1 | ProfileList { |
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