diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-19 15:57:52 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-19 15:57:52 +0100 |
commit | c4f7fe09cd014b0ec5c0d64fd320780c45461c06 (patch) | |
tree | f784271f0956f8b743561ecdc99f60c531b38117 /client/src/app/+about | |
parent | 4f926722ea6784ea389013378fd233f59077ec8a (diff) | |
download | PeerTube-c4f7fe09cd014b0ec5c0d64fd320780c45461c06.tar.gz PeerTube-c4f7fe09cd014b0ec5c0d64fd320780c45461c06.tar.zst PeerTube-c4f7fe09cd014b0ec5c0d64fd320780c45461c06.zip |
Use sass instead of deprecated node sass
Diffstat (limited to 'client/src/app/+about')
3 files changed, 5 insertions, 5 deletions
diff --git a/client/src/app/+about/about-peertube/about-peertube-contributors.component.scss b/client/src/app/+about/about-peertube/about-peertube-contributors.component.scss index 03e6ce8c8..61b46dcbd 100644 --- a/client/src/app/+about/about-peertube/about-peertube-contributors.component.scss +++ b/client/src/app/+about/about-peertube/about-peertube-contributors.component.scss | |||
@@ -10,14 +10,14 @@ | |||
10 | text-align: center; | 10 | text-align: center; |
11 | } | 11 | } |
12 | 12 | ||
13 | /deep/ h1 { | 13 | ::ng-deep h1 { |
14 | font-size: 1rem; | 14 | font-size: 1rem; |
15 | text-align: center; | 15 | text-align: center; |
16 | font-weight: $font-semibold; | 16 | font-weight: $font-semibold; |
17 | margin-top: 20px; | 17 | margin-top: 20px; |
18 | } | 18 | } |
19 | 19 | ||
20 | /deep/ ul { | 20 | ::ng-deep ul { |
21 | padding: 0; | 21 | padding: 0; |
22 | text-align: center; | 22 | text-align: center; |
23 | 23 | ||
diff --git a/client/src/app/+about/about-peertube/about-peertube-contributors.component.ts b/client/src/app/+about/about-peertube/about-peertube-contributors.component.ts index da1fcdc92..c45269be4 100644 --- a/client/src/app/+about/about-peertube/about-peertube-contributors.component.ts +++ b/client/src/app/+about/about-peertube/about-peertube-contributors.component.ts | |||
@@ -9,7 +9,7 @@ import { MarkdownService } from '@app/core' | |||
9 | export class AboutPeertubeContributorsComponent implements OnInit { | 9 | export class AboutPeertubeContributorsComponent implements OnInit { |
10 | creditsHtml: string | 10 | creditsHtml: string |
11 | 11 | ||
12 | private markdown = require('raw-loader!../../../../../CREDITS.md') | 12 | private markdown = require('raw-loader!../../../../../CREDITS.md').default |
13 | 13 | ||
14 | constructor (private markdownService: MarkdownService) { } | 14 | constructor (private markdownService: MarkdownService) { } |
15 | 15 | ||
diff --git a/client/src/app/+about/about-peertube/about-peertube.component.scss b/client/src/app/+about/about-peertube/about-peertube.component.scss index 4856d4ae5..e67252410 100644 --- a/client/src/app/+about/about-peertube/about-peertube.component.scss +++ b/client/src/app/+about/about-peertube/about-peertube.component.scss | |||
@@ -18,7 +18,7 @@ | |||
18 | margin: 20px auto; | 18 | margin: 20px auto; |
19 | } | 19 | } |
20 | 20 | ||
21 | /deep/ .section-title { | 21 | ::ng-deep .section-title { |
22 | font-weight: $font-semibold; | 22 | font-weight: $font-semibold; |
23 | font-size: 20px; | 23 | font-size: 20px; |
24 | margin-bottom: 5px; | 24 | margin-bottom: 5px; |
@@ -44,7 +44,7 @@ | |||
44 | .description, | 44 | .description, |
45 | .p2p-privacy, | 45 | .p2p-privacy, |
46 | my-about-peertube-contributors { | 46 | my-about-peertube-contributors { |
47 | /deep/ { | 47 | ::ng-deep { |
48 | p, li { | 48 | p, li { |
49 | font-size: 15px; | 49 | font-size: 15px; |
50 | } | 50 | } |