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({
|
||||
selector: 'my-redundancy-checkbox',
|
||||
templateUrl: './redundancy-checkbox.component.html',
|
||||
styleUrls: [ './redundancy-checkbox.component.scss' ]
|
||||
templateUrl: './redundancy-checkbox.component.html'
|
||||
})
|
||||
export class RedundancyCheckboxComponent {
|
||||
@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({
|
||||
selector: 'my-process-registration-modal',
|
||||
templateUrl: './process-registration-modal.component.html',
|
||||
styleUrls: [ './process-registration-modal.component.scss' ]
|
||||
templateUrl: './process-registration-modal.component.html'
|
||||
})
|
||||
export class ProcessRegistrationModalComponent extends FormReactive implements OnInit {
|
||||
@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({
|
||||
selector: 'my-user-real-quota-info',
|
||||
templateUrl: './user-real-quota-info.component.html',
|
||||
styleUrls: [ './user-real-quota-info.component.scss' ]
|
||||
templateUrl: './user-real-quota-info.component.html'
|
||||
})
|
||||
export class UserRealQuotaInfoComponent implements OnInit {
|
||||
@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({
|
||||
selector: 'my-remote-interaction',
|
||||
templateUrl: './remote-interaction.component.html',
|
||||
styleUrls: [ './remote-interaction.component.scss' ]
|
||||
templateUrl: './remote-interaction.component.html'
|
||||
})
|
||||
export class RemoteInteractionComponent implements OnInit {
|
||||
error = ''
|
||||
|
|
Loading…
Reference in a new issue