diff options
Diffstat (limited to 'client/src/app/shared')
6 files changed, 10 insertions, 10 deletions
diff --git a/client/src/app/shared/users/user-notifications.component.scss b/client/src/app/shared/users/user-notifications.component.scss index 59e1bcc26..ddd7abe8a 100644 --- a/client/src/app/shared/users/user-notifications.component.scss +++ b/client/src/app/shared/users/user-notifications.component.scss | |||
@@ -44,7 +44,7 @@ | |||
44 | 44 | ||
45 | .from-date { | 45 | .from-date { |
46 | font-size: 0.85em; | 46 | font-size: 0.85em; |
47 | color: $grey-foreground-color; | 47 | color: var(--greyForegroundColor); |
48 | padding-left: 5px; | 48 | padding-left: 5px; |
49 | min-width: 70px; | 49 | min-width: 70px; |
50 | text-align: right; | 50 | text-align: right; |
diff --git a/client/src/app/shared/video-playlist/video-add-to-playlist.component.scss b/client/src/app/shared/video-playlist/video-add-to-playlist.component.scss index 1724449e8..f572dd902 100644 --- a/client/src/app/shared/video-playlist/video-add-to-playlist.component.scss +++ b/client/src/app/shared/video-playlist/video-add-to-playlist.component.scss | |||
@@ -68,7 +68,7 @@ | |||
68 | 68 | ||
69 | .timestamp-info { | 69 | .timestamp-info { |
70 | font-size: 0.9em; | 70 | font-size: 0.9em; |
71 | color: $grey-foreground-color; | 71 | color: var(--greyForegroundColor); |
72 | margin-left: 5px; | 72 | margin-left: 5px; |
73 | } | 73 | } |
74 | } | 74 | } |
diff --git a/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss b/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss index 4680732be..649272c52 100644 --- a/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss +++ b/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss | |||
@@ -58,11 +58,11 @@ my-video-thumbnail, | |||
58 | .position { | 58 | .position { |
59 | font-weight: $font-semibold; | 59 | font-weight: $font-semibold; |
60 | margin-right: 10px; | 60 | margin-right: 10px; |
61 | color: $grey-foreground-color; | 61 | color: var(--greyForegroundColor); |
62 | min-width: 25px; | 62 | min-width: 25px; |
63 | 63 | ||
64 | my-global-icon { | 64 | my-global-icon { |
65 | @include apply-svg-color($grey-foreground-color); | 65 | @include apply-svg-color(var(--greyForegroundColor)); |
66 | 66 | ||
67 | width: 17px; | 67 | width: 17px; |
68 | position: relative; | 68 | position: relative; |
@@ -81,7 +81,7 @@ my-video-thumbnail, | |||
81 | } | 81 | } |
82 | 82 | ||
83 | .video-info-account, .video-info-timestamp { | 83 | .video-info-account, .video-info-timestamp { |
84 | color: $grey-foreground-color; | 84 | color: var(--greyForegroundColor); |
85 | } | 85 | } |
86 | } | 86 | } |
87 | } | 87 | } |
@@ -109,7 +109,7 @@ my-video-thumbnail, | |||
109 | } | 109 | } |
110 | 110 | ||
111 | .icon-more { | 111 | .icon-more { |
112 | @include apply-svg-color($grey-foreground-color); | 112 | @include apply-svg-color(var(--greyForegroundColor)); |
113 | 113 | ||
114 | display: flex; | 114 | display: flex; |
115 | 115 | ||
diff --git a/client/src/app/shared/video-playlist/video-playlist-miniature.component.scss b/client/src/app/shared/video-playlist/video-playlist-miniature.component.scss index 8947e72d1..527993496 100644 --- a/client/src/app/shared/video-playlist/video-playlist-miniature.component.scss +++ b/client/src/app/shared/video-playlist/video-playlist-miniature.component.scss | |||
@@ -53,7 +53,7 @@ | |||
53 | @include disable-default-a-behaviour; | 53 | @include disable-default-a-behaviour; |
54 | 54 | ||
55 | display: block; | 55 | display: block; |
56 | color: $grey-foreground-color; | 56 | color: var(--greyForegroundColor); |
57 | } | 57 | } |
58 | 58 | ||
59 | .privacy-date { | 59 | .privacy-date { |
@@ -72,7 +72,7 @@ | |||
72 | 72 | ||
73 | .video-info-description { | 73 | .video-info-description { |
74 | margin-top: 10px; | 74 | margin-top: 10px; |
75 | color: $grey-foreground-color; | 75 | color: var(--greyForegroundColor); |
76 | } | 76 | } |
77 | } | 77 | } |
78 | } | 78 | } |
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; |