diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-22 11:55:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-22 11:55:55 +0200 |
commit | 4270a19fb62b8aba0f638034e4b8d8a6bca0c907 (patch) | |
tree | e100c1b3c261a9aad6329344f6b604c516697fc7 /client/src/app/shared/video | |
parent | a84e6eb11ce4f3db36fa34c2e223173e44a5eb50 (diff) | |
parent | c123027fd962a14433a325f85d2734b94a4df3ae (diff) | |
download | PeerTube-4270a19fb62b8aba0f638034e4b8d8a6bca0c907.tar.gz PeerTube-4270a19fb62b8aba0f638034e4b8d8a6bca0c907.tar.zst PeerTube-4270a19fb62b8aba0f638034e4b8d8a6bca0c907.zip |
Merge branch 'release/2.2.0' into develop
Diffstat (limited to 'client/src/app/shared/video')
-rw-r--r-- | client/src/app/shared/video/modals/video-download.component.scss | 2 | ||||
-rw-r--r-- | client/src/app/shared/video/video-miniature.component.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/video/modals/video-download.component.scss b/client/src/app/shared/video/modals/video-download.component.scss index f28bc34ed..7e2dd7d2f 100644 --- a/client/src/app/shared/video/modals/video-download.component.scss +++ b/client/src/app/shared/video/modals/video-download.component.scss | |||
@@ -41,7 +41,7 @@ | |||
41 | min-width: 142px; | 41 | min-width: 142px; |
42 | padding-right: 5px; | 42 | padding-right: 5px; |
43 | display: inline-block; | 43 | display: inline-block; |
44 | color: $grey-foreground-color; | 44 | color: var(--greyForegroundColor); |
45 | font-weight: $font-bold; | 45 | font-weight: $font-bold; |
46 | } | 46 | } |
47 | 47 | ||
diff --git a/client/src/app/shared/video/video-miniature.component.scss b/client/src/app/shared/video/video-miniature.component.scss index f27800a24..23d918d00 100644 --- a/client/src/app/shared/video/video-miniature.component.scss +++ b/client/src/app/shared/video/video-miniature.component.scss | |||
@@ -36,7 +36,7 @@ $more-margin-right: 15px; | |||
36 | 36 | ||
37 | display: block; | 37 | display: block; |
38 | font-size: 13px; | 38 | font-size: 13px; |
39 | color: $grey-foreground-color; | 39 | color: var(--greyForegroundColor); |
40 | 40 | ||
41 | &:hover { | 41 | &:hover { |
42 | color: $grey-foreground-hover-color; | 42 | color: $grey-foreground-hover-color; |