diff options
Diffstat (limited to 'client/src/app/+my-account')
2 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss index 77fce138b..20582e478 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss | |||
@@ -5,7 +5,7 @@ | |||
5 | @include create-button; | 5 | @include create-button; |
6 | } | 6 | } |
7 | 7 | ||
8 | /deep/ .action-button { | 8 | ::ng-deep .action-button { |
9 | &.action-button-delete { | 9 | &.action-button-delete { |
10 | margin-right: 10px; | 10 | margin-right: 10px; |
11 | } | 11 | } |
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss index f648c33e4..dd5712c06 100644 --- a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss +++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss | |||
@@ -5,7 +5,7 @@ | |||
5 | @include create-button; | 5 | @include create-button; |
6 | } | 6 | } |
7 | 7 | ||
8 | /deep/ .action-button { | 8 | ::ng-deep .action-button { |
9 | &.action-button-delete { | 9 | &.action-button-delete { |
10 | margin-right: 10px; | 10 | margin-right: 10px; |
11 | } | 11 | } |
@@ -17,7 +17,7 @@ | |||
17 | .miniature-wrapper { | 17 | .miniature-wrapper { |
18 | flex-grow: 1; | 18 | flex-grow: 1; |
19 | 19 | ||
20 | /deep/ .miniature { | 20 | ::ng-deep .miniature { |
21 | display: flex; | 21 | display: flex; |
22 | 22 | ||
23 | .miniature-info { | 23 | .miniature-info { |