diff --git a/openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/avatar-profile/avatar-profile.component.scss b/openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/avatar-profile/avatar-profile.component.scss deleted file mode 100644 index 9ec7407ba..000000000 --- a/openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/avatar-profile/avatar-profile.component.scss +++ /dev/null @@ -1,31 +0,0 @@ -.poster { - height: 100%; - width: 100%; - background-color: var(--ov-video-background, var(--ov-primary-action-color)); - position: absolute; - z-index: 888; - border-radius: var(--ov-video-radius); -} - -.initial { - position: absolute; - display: inline-grid; - z-index: 1; - margin: auto; - bottom: 0; - right: 0; - left: 0; - top: 0; - height: 70px; - width: 70px; - border-radius: var(--ov-video-radius); - border: 2px solid var(--ov-text-primary-color); - color: var(--ov-video-background, var(--ov-text-primary-color)); -} - -#poster-text { - padding: 0px !important; - font-weight: bold; - font-size: 40px; - margin: auto; -} \ No newline at end of file diff --git a/openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/avatar-profile/avatar-profile.component.ts b/openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/avatar-profile/avatar-profile.component.ts deleted file mode 100644 index b6e9b21ed..000000000 --- a/openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/avatar-profile/avatar-profile.component.ts +++ /dev/null @@ -1,31 +0,0 @@ -import { Component, Input } from '@angular/core'; - -/** - * @internal - */ - -@Component({ - selector: 'ov-avatar-profile', - template: ` -
{{ 'ERRORS.E2EE_ERROR_CONTENT' | translate }}
+