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