]>
Commit | Line | Data |
---|---|---|
457bb213 | 1 | @import '_variables'; |
244e76a5 RK |
2 | @import '_mixins'; |
3 | ||
f1273314 | 4 | .feed { |
205e4f56 | 5 | width: 100%; |
c5c09c1e | 6 | |
244e76a5 | 7 | a { |
931d3430 | 8 | color: #000; |
63347a0f | 9 | display: block; |
244e76a5 | 10 | } |
205e4f56 | 11 | } |
244e76a5 | 12 | |
205e4f56 | 13 | my-global-icon { |
931d3430 C |
14 | @include apply-svg-color(pvar(--mainForegroundColor)); |
15 | ||
205e4f56 C |
16 | cursor: pointer; |
17 | width: 100%; | |
457bb213 | 18 | } |