1
0
Fork 0
peertube/client/src/app/shared/video/feed.component.scss
Chocobozzz 457bb213b2
Refactor how we use icons
Inject them in an angular component so we can easily change their color
2019-01-17 10:38:18 +01:00

18 lines
265 B
SCSS

@import '_variables';
@import '_mixins';
.video-feed {
a {
color: black;
display: block;
}
my-global-icon {
cursor: pointer;
width: 12px;
position: relative;
top: -2px;
@include apply-svg-color(var(--mainForegroundColor))
}
}