457bb213b2
Inject them in an angular component so we can easily change their color
18 lines
265 B
SCSS
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))
|
|
}
|
|
}
|