aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-account/my-account-videos/my-account-videos.component.scss')
-rw-r--r--client/src/app/+my-account/my-account-videos/my-account-videos.component.scss17
1 files changed, 15 insertions, 2 deletions
diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss b/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
index 9df28f472..64a04fa20 100644
--- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
+++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
@@ -76,12 +76,25 @@
76 font-weight: $font-semibold; 76 font-weight: $font-semibold;
77 } 77 }
78 78
79 .video-info-date-views, .video-info-private { 79 .video-info-date-views,
80 .video-info-private,
81 .video-info-blacklisted {
80 font-size: 13px; 82 font-size: 13px;
81 83
82 &.video-info-private { 84 &.video-info-private,
85 &.video-info-blacklisted .blacklisted-label {
83 font-weight: $font-semibold; 86 font-weight: $font-semibold;
84 } 87 }
88
89 &.video-info-blacklisted {
90 color: red;
91
92 .blacklisted-reason {
93 &::before {
94 content: ' - ';
95 }
96 }
97 }
85 } 98 }
86 } 99 }
87 100