diff options
Diffstat (limited to 'client/src/app/account')
-rw-r--r-- | client/src/app/account/account-videos/account-videos.component.scss | 8 |
1 files changed, 2 insertions, 6 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 04aaa8e89..083918e29 100644 --- a/client/src/app/account/account-videos/account-videos.component.scss +++ b/client/src/app/account/account-videos/account-videos.component.scss | |||
@@ -32,12 +32,8 @@ | |||
32 | } | 32 | } |
33 | 33 | ||
34 | .icon { | 34 | .icon { |
35 | display: inline-block; | 35 | @include icon(21px); |
36 | background-repeat: no-repeat; | 36 | |
37 | background-size: contain; | ||
38 | width: 21px; | ||
39 | height: 21px; | ||
40 | vertical-align: middle; | ||
41 | position: relative; | 37 | position: relative; |
42 | top: -2px; | 38 | top: -2px; |
43 | 39 | ||