aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/account/account-videos/account-videos.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/account/account-videos/account-videos.component.scss')
-rw-r--r--client/src/app/account/account-videos/account-videos.component.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/client/src/app/account/account-videos/account-videos.component.scss b/client/src/app/account/account-videos/account-videos.component.scss
index b26933d22..c31497350 100644
--- a/client/src/app/account/account-videos/account-videos.component.scss
+++ b/client/src/app/account/account-videos/account-videos.component.scss
@@ -2,8 +2,11 @@
2 display: flex; 2 display: flex;
3 height: 130px; 3 height: 130px;
4 padding-bottom: 20px; 4 padding-bottom: 20px;
5 margin-bottom: 20px; 5
6 border-bottom: 1px solid #C6C6C6; 6 &:not(:last-child) {
7 margin-bottom: 20px;
8 border-bottom: 1px solid #C6C6C6;
9 }
7 10
8 my-video-thumbnail { 11 my-video-thumbnail {
9 margin-right: 10px; 12 margin-right: 10px;