Files: 163f917c5a149c2eb8ef299013a1b7e234ada49f / message / html / shares.mcss
357 bytesRaw
1 | Shares { |
2 | cursor: pointer |
3 | min-width: 2.5rem |
4 | min-hieght: 1.2rem |
5 | |
6 | display: flex |
7 | align-items: baseline |
8 | |
9 | i { |
10 | margin-right: .4rem |
11 | } |
12 | i.fa-retweet { |
13 | $colorFontPrimary |
14 | } |
15 | |
16 | i.faint { |
17 | color: #b9b9b9 |
18 | } |
19 | |
20 | } |
21 | |
22 | textarea#caption { |
23 | $fontBasic |
24 | |
25 | padding: 1rem |
26 | border-radius: 1rem |
27 | $borderSubtle |
28 | margin-bottom: .5rem |
29 | |
30 | outline: none |
31 | } |
32 | |
33 |
Built with git-ssb-web