457bb213b
244e76a55
f12733145
c5c09c1e5
63347a0ff
e66883b37
1
2 3
4
5 6
7
8
9
10 11
12 13 14 15 16
17
18
19
20
@import '_variables'; @import '_mixins'; .feed { width: min-content; a { color: black; display: block; } my-global-icon { cursor: pointer; width: 12px; position: relative; top: -2px; @include apply-svg-color(pvar(--mainForegroundColor)) } }