PeerTube/client/src/app/shared/shared-main/feeds/feed.component.scss

19 lines
227 B
SCSS

@import '_variables';
@import '_mixins';
.feed {
width: 100%;
a {
color: black;
display: block;
}
}
my-global-icon {
cursor: pointer;
width: 100%;
@include apply-svg-color(pvar(--mainForegroundColor))
}