-
- GoPro
- featured_video
-
-
-
- close
-
-
-
-
- video_collection
-
-
-
-
- flip_camera_android
-
-
diff --git a/src/app/features/home/custom-camera/custom-camera.page.scss b/src/app/features/home/custom-camera/custom-camera.page.scss
deleted file mode 100644
index 9cca8339f..000000000
--- a/src/app/features/home/custom-camera/custom-camera.page.scss
+++ /dev/null
@@ -1,55 +0,0 @@
-:host {
- background-color: transparent;
-}
-
-ion-content {
- --background: transparent;
-}
-
-mat-icon {
- color: #f2f2f2;
- font-size: 36px;
- height: 36px;
- width: 36px;
-}
-
-mat-icon.close-camera-button {
- position: absolute;
- top: 16px;
- right: 16px;
-}
-
-mat-icon.temporarily-hidden {
- visibility: hidden;
-}
-
-// mat-icon
-.select-from-go-pro-camera-button {
- position: absolute;
- top: 16px;
- left: 16px;
- color: var(--ion-color-primary);
- display: flex;
- align-items: center;
- padding: 4px 8px;
- font-size: 22px;
-
- mat-icon {
- margin-left: 4px;
- font-size: 24px;
- height: 24px;
- width: 24px;
- }
-}
-
-.camera-buttons-container {
- display: flex;
- flex-direction: row;
- justify-content: space-around;
- align-items: center;
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- padding: 16px 8px;
-}
diff --git a/src/app/features/home/custom-camera/custom-camera.page.spec.ts b/src/app/features/home/custom-camera/custom-camera.page.spec.ts
deleted file mode 100644
index 2e7290140..000000000
--- a/src/app/features/home/custom-camera/custom-camera.page.spec.ts
+++ /dev/null
@@ -1,31 +0,0 @@
-import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
-import { NgCircleProgressModule } from 'ng-circle-progress';
-import { NgxLongPress2Module } from 'ngx-long-press2';
-import { SharedTestingModule } from '../../../shared/shared-testing.module';
-import { CustomCameraPage } from './custom-camera.page';
-
-describe('CustomCameraPage', () => {
- let component: CustomCameraPage;
- let fixture: ComponentFixture