diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-29 11:33:28 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-29 11:52:58 +0200 |
commit | eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7 (patch) | |
tree | 0c444d0c13df141ec7095fc141997a2b847c31d8 /client/src/app/+my-library | |
parent | 3c10840fa90fc88fc98e8169faf4745ff6c80893 (diff) | |
download | PeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.tar.gz PeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.tar.zst PeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.zip |
Remove useless components
Diffstat (limited to 'client/src/app/+my-library')
-rw-r--r-- | client/src/app/+my-library/my-ownership/my-ownership.component.scss | 4 | ||||
-rw-r--r-- | client/src/app/+my-library/my-video-imports/my-video-imports.component.scss | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/client/src/app/+my-library/my-ownership/my-ownership.component.scss b/client/src/app/+my-library/my-ownership/my-ownership.component.scss index 296659ea0..d32477270 100644 --- a/client/src/app/+my-library/my-ownership/my-ownership.component.scss +++ b/client/src/app/+my-library/my-ownership/my-ownership.component.scss | |||
@@ -6,10 +6,6 @@ | |||
6 | @include chip; | 6 | @include chip; |
7 | } | 7 | } |
8 | 8 | ||
9 | .badge { | ||
10 | @include table-badge; | ||
11 | } | ||
12 | |||
13 | .video-table-video { | 9 | .video-table-video { |
14 | display: inline-flex; | 10 | display: inline-flex; |
15 | 11 | ||
diff --git a/client/src/app/+my-library/my-video-imports/my-video-imports.component.scss b/client/src/app/+my-library/my-video-imports/my-video-imports.component.scss index 2fc94e23a..7acacd47f 100644 --- a/client/src/app/+my-library/my-video-imports/my-video-imports.component.scss +++ b/client/src/app/+my-library/my-video-imports/my-video-imports.component.scss | |||
@@ -8,7 +8,3 @@ pre { | |||
8 | .video-import-error { | 8 | .video-import-error { |
9 | color: #ff0000; | 9 | color: #ff0000; |
10 | } | 10 | } |
11 | |||
12 | .badge { | ||
13 | @include table-badge; | ||
14 | } | ||