1
0
Fork 0
peertube/client/src/app/shared/shared-main/feeds/feed.component.scss

21 lines
283 B
SCSS
Raw Normal View History

@import '_variables';
@import '_mixins';
2020-11-16 10:55:17 +00:00
.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))
}
}