Remove empty sass files
This commit is contained in:
parent
4e082e78d0
commit
5995a28f2b
9 changed files with 4 additions and 24 deletions
|
@ -1,2 +0,0 @@
|
||||||
@use '_variables' as *;
|
|
||||||
@use '_mixins' as *;
|
|
|
@ -4,8 +4,7 @@ import { RedundancyService } from '@app/shared/shared-main'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'my-redundancy-checkbox',
|
selector: 'my-redundancy-checkbox',
|
||||||
templateUrl: './redundancy-checkbox.component.html',
|
templateUrl: './redundancy-checkbox.component.html'
|
||||||
styleUrls: [ './redundancy-checkbox.component.scss' ]
|
|
||||||
})
|
})
|
||||||
export class RedundancyCheckboxComponent {
|
export class RedundancyCheckboxComponent {
|
||||||
@Input() redundancyAllowed: boolean
|
@Input() redundancyAllowed: boolean
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
@use '_variables' as *;
|
|
||||||
@use '_mixins' as *;
|
|
||||||
|
|
||||||
.unblock-button {
|
|
||||||
@include peertube-button;
|
|
||||||
@include grey-button;
|
|
||||||
}
|
|
|
@ -1,3 +0,0 @@
|
||||||
@use '_variables' as *;
|
|
||||||
@use '_mixins' as *;
|
|
||||||
|
|
|
@ -9,8 +9,7 @@ import { REGISTRATION_MODERATION_RESPONSE_VALIDATOR } from './process-registrati
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'my-process-registration-modal',
|
selector: 'my-process-registration-modal',
|
||||||
templateUrl: './process-registration-modal.component.html',
|
templateUrl: './process-registration-modal.component.html'
|
||||||
styleUrls: [ './process-registration-modal.component.scss' ]
|
|
||||||
})
|
})
|
||||||
export class ProcessRegistrationModalComponent extends FormReactive implements OnInit {
|
export class ProcessRegistrationModalComponent extends FormReactive implements OnInit {
|
||||||
@ViewChild('modal', { static: true }) modal: NgbModal
|
@ViewChild('modal', { static: true }) modal: NgbModal
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
@use '_variables' as *;
|
|
||||||
@use '_mixins' as *;
|
|
|
@ -4,8 +4,7 @@ import { HTMLServerConfig, VideoResolution } from '@shared/models/index'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'my-user-real-quota-info',
|
selector: 'my-user-real-quota-info',
|
||||||
templateUrl: './user-real-quota-info.component.html',
|
templateUrl: './user-real-quota-info.component.html'
|
||||||
styleUrls: [ './user-real-quota-info.component.scss' ]
|
|
||||||
})
|
})
|
||||||
export class UserRealQuotaInfoComponent implements OnInit {
|
export class UserRealQuotaInfoComponent implements OnInit {
|
||||||
@Input() videoQuota: number | string
|
@Input() videoQuota: number | string
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
@use '_variables' as *;
|
|
||||||
@use '_mixins' as *;
|
|
|
@ -6,8 +6,7 @@ import { SearchService } from '@app/shared/shared-search'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'my-remote-interaction',
|
selector: 'my-remote-interaction',
|
||||||
templateUrl: './remote-interaction.component.html',
|
templateUrl: './remote-interaction.component.html'
|
||||||
styleUrls: [ './remote-interaction.component.scss' ]
|
|
||||||
})
|
})
|
||||||
export class RemoteInteractionComponent implements OnInit {
|
export class RemoteInteractionComponent implements OnInit {
|
||||||
error = ''
|
error = ''
|
||||||
|
|
Loading…
Reference in a new issue