aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/feed.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/video/feed.component.scss')
-rw-r--r--client/src/app/shared/video/feed.component.scss20
1 files changed, 0 insertions, 20 deletions
diff --git a/client/src/app/shared/video/feed.component.scss b/client/src/app/shared/video/feed.component.scss
deleted file mode 100644
index 34dd0e937..000000000
--- a/client/src/app/shared/video/feed.component.scss
+++ /dev/null
@@ -1,20 +0,0 @@
1@import '_variables';
2@import '_mixins';
3
4.video-feed {
5 width: min-content;
6
7 a {
8 color: black;
9 display: block;
10 }
11
12 my-global-icon {
13 cursor: pointer;
14 width: 12px;
15 position: relative;
16 top: -2px;
17
18 @include apply-svg-color(pvar(--mainForegroundColor))
19 }
20}