aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-19 15:57:52 +0100
committerChocobozzz <me@florianbigard.com>2020-11-19 15:57:52 +0100
commitc4f7fe09cd014b0ec5c0d64fd320780c45461c06 (patch)
treef784271f0956f8b743561ecdc99f60c531b38117 /client/src/app
parent4f926722ea6784ea389013378fd233f59077ec8a (diff)
downloadPeerTube-c4f7fe09cd014b0ec5c0d64fd320780c45461c06.tar.gz
PeerTube-c4f7fe09cd014b0ec5c0d64fd320780c45461c06.tar.zst
PeerTube-c4f7fe09cd014b0ec5c0d64fd320780c45461c06.zip
Use sass instead of deprecated node sass
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/+about/about-peertube/about-peertube-contributors.component.scss4
-rw-r--r--client/src/app/+about/about-peertube/about-peertube-contributors.component.ts2
-rw-r--r--client/src/app/+about/about-peertube/about-peertube.component.scss4
-rw-r--r--client/src/app/+videos/+video-watch/video-watch.component.scss2
4 files changed, 6 insertions, 6 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'
9export class AboutPeertubeContributorsComponent implements OnInit { 9export 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,
46my-about-peertube-contributors { 46my-about-peertube-contributors {
47 /deep/ { 47 ::ng-deep {
48 p, li { 48 p, li {
49 font-size: 15px; 49 font-size: 15px;
50 } 50 }
diff --git a/client/src/app/+videos/+video-watch/video-watch.component.scss b/client/src/app/+videos/+video-watch/video-watch.component.scss
index d0cefdc92..9d8dffe3d 100644
--- a/client/src/app/+videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/+videos/+video-watch/video-watch.component.scss
@@ -352,7 +352,7 @@ $video-info-margin-left: 44px;
352 .video-info-description-html { 352 .video-info-description-html {
353 @include peertube-word-wrap; 353 @include peertube-word-wrap;
354 354
355 /deep/ a { 355 ::ng-deep a {
356 text-decoration: none; 356 text-decoration: none;
357 } 357 }
358 } 358 }