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

19 lines
231 B
SCSS
Raw Normal View History

2021-05-27 16:25:00 +00:00
@use '_variables' as *;
@use '_mixins' as *;
2020-11-16 10:55:17 +00:00
.feed {
2021-04-15 13:31:03 +00:00
width: 100%;
a {
2021-04-28 14:41:07 +00:00
color: #000;
display: block;
}
2021-04-15 13:31:03 +00:00
}
2021-04-15 13:31:03 +00:00
my-global-icon {
2021-04-28 14:41:07 +00:00
@include apply-svg-color(pvar(--mainForegroundColor));
2021-04-15 13:31:03 +00:00
cursor: pointer;
width: 100%;
}