diff options
9 files changed, 4 insertions, 24 deletions
diff --git a/client/src/app/+admin/follows/shared/redundancy-checkbox.component.scss b/client/src/app/+admin/follows/shared/redundancy-checkbox.component.scss deleted file mode 100644 index 40083bed3..000000000 --- a/client/src/app/+admin/follows/shared/redundancy-checkbox.component.scss +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | @use '_variables' as *; | ||
2 | @use '_mixins' as *; | ||
diff --git a/client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts b/client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts index 95f8473db..3935ddc4f 100644 --- a/client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts +++ b/client/src/app/+admin/follows/shared/redundancy-checkbox.component.ts | |||
@@ -4,8 +4,7 @@ import { RedundancyService } from '@app/shared/shared-main' | |||
4 | 4 | ||
5 | @Component({ | 5 | @Component({ |
6 | selector: 'my-redundancy-checkbox', | 6 | selector: 'my-redundancy-checkbox', |
7 | templateUrl: './redundancy-checkbox.component.html', | 7 | templateUrl: './redundancy-checkbox.component.html' |
8 | styleUrls: [ './redundancy-checkbox.component.scss' ] | ||
9 | }) | 8 | }) |
10 | export class RedundancyCheckboxComponent { | 9 | export class RedundancyCheckboxComponent { |
11 | @Input() redundancyAllowed: boolean | 10 | @Input() redundancyAllowed: boolean |
diff --git a/client/src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.scss b/client/src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.scss deleted file mode 100644 index 00aaf3b9c..000000000 --- a/client/src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.scss +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | @use '_variables' as *; | ||
2 | @use '_mixins' as *; | ||
3 | |||
4 | .unblock-button { | ||
5 | @include peertube-button; | ||
6 | @include grey-button; | ||
7 | } | ||
diff --git a/client/src/app/+admin/moderation/registration-list/process-registration-modal.component.scss b/client/src/app/+admin/moderation/registration-list/process-registration-modal.component.scss deleted file mode 100644 index 3e03bed89..000000000 --- a/client/src/app/+admin/moderation/registration-list/process-registration-modal.component.scss +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | @use '_variables' as *; | ||
2 | @use '_mixins' as *; | ||
3 | |||
diff --git a/client/src/app/+admin/moderation/registration-list/process-registration-modal.component.ts b/client/src/app/+admin/moderation/registration-list/process-registration-modal.component.ts index 3a7e5dea1..8f013cbd5 100644 --- a/client/src/app/+admin/moderation/registration-list/process-registration-modal.component.ts +++ b/client/src/app/+admin/moderation/registration-list/process-registration-modal.component.ts | |||
@@ -9,8 +9,7 @@ import { REGISTRATION_MODERATION_RESPONSE_VALIDATOR } from './process-registrati | |||
9 | 9 | ||
10 | @Component({ | 10 | @Component({ |
11 | selector: 'my-process-registration-modal', | 11 | selector: 'my-process-registration-modal', |
12 | templateUrl: './process-registration-modal.component.html', | 12 | templateUrl: './process-registration-modal.component.html' |
13 | styleUrls: [ './process-registration-modal.component.scss' ] | ||
14 | }) | 13 | }) |
15 | export class ProcessRegistrationModalComponent extends FormReactive implements OnInit { | 14 | export class ProcessRegistrationModalComponent extends FormReactive implements OnInit { |
16 | @ViewChild('modal', { static: true }) modal: NgbModal | 15 | @ViewChild('modal', { static: true }) modal: NgbModal |
diff --git a/client/src/app/+admin/shared/user-real-quota-info.component.scss b/client/src/app/+admin/shared/user-real-quota-info.component.scss deleted file mode 100644 index 40083bed3..000000000 --- a/client/src/app/+admin/shared/user-real-quota-info.component.scss +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | @use '_variables' as *; | ||
2 | @use '_mixins' as *; | ||
diff --git a/client/src/app/+admin/shared/user-real-quota-info.component.ts b/client/src/app/+admin/shared/user-real-quota-info.component.ts index 069eeba12..0a342c799 100644 --- a/client/src/app/+admin/shared/user-real-quota-info.component.ts +++ b/client/src/app/+admin/shared/user-real-quota-info.component.ts | |||
@@ -4,8 +4,7 @@ import { HTMLServerConfig, VideoResolution } from '@shared/models/index' | |||
4 | 4 | ||
5 | @Component({ | 5 | @Component({ |
6 | selector: 'my-user-real-quota-info', | 6 | selector: 'my-user-real-quota-info', |
7 | templateUrl: './user-real-quota-info.component.html', | 7 | templateUrl: './user-real-quota-info.component.html' |
8 | styleUrls: [ './user-real-quota-info.component.scss' ] | ||
9 | }) | 8 | }) |
10 | export class UserRealQuotaInfoComponent implements OnInit { | 9 | export class UserRealQuotaInfoComponent implements OnInit { |
11 | @Input() videoQuota: number | string | 10 | @Input() videoQuota: number | string |
diff --git a/client/src/app/+remote-interaction/remote-interaction.component.scss b/client/src/app/+remote-interaction/remote-interaction.component.scss deleted file mode 100644 index 40083bed3..000000000 --- a/client/src/app/+remote-interaction/remote-interaction.component.scss +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | @use '_variables' as *; | ||
2 | @use '_mixins' as *; | ||
diff --git a/client/src/app/+remote-interaction/remote-interaction.component.ts b/client/src/app/+remote-interaction/remote-interaction.component.ts index 775cc580c..88dc43c58 100644 --- a/client/src/app/+remote-interaction/remote-interaction.component.ts +++ b/client/src/app/+remote-interaction/remote-interaction.component.ts | |||
@@ -6,8 +6,7 @@ import { SearchService } from '@app/shared/shared-search' | |||
6 | 6 | ||
7 | @Component({ | 7 | @Component({ |
8 | selector: 'my-remote-interaction', | 8 | selector: 'my-remote-interaction', |
9 | templateUrl: './remote-interaction.component.html', | 9 | templateUrl: './remote-interaction.component.html' |
10 | styleUrls: [ './remote-interaction.component.scss' ] | ||
11 | }) | 10 | }) |
12 | export class RemoteInteractionComponent implements OnInit { | 11 | export class RemoteInteractionComponent implements OnInit { |
13 | error = '' | 12 | error = '' |