diff --git a/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/recordings/pages/recording-detail/recording-detail.component.html b/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/recordings/pages/recording-detail/recording-detail.component.html index caa729b2..6cb37b17 100644 --- a/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/recordings/pages/recording-detail/recording-detail.component.html +++ b/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/recordings/pages/recording-detail/recording-detail.component.html @@ -234,25 +234,15 @@ - - - - play_circle - Preview - - - - - - + } diff --git a/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/recordings/pages/recording-detail/recording-detail.component.scss b/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/recordings/pages/recording-detail/recording-detail.component.scss index f93bbc5b..49694eab 100644 --- a/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/recordings/pages/recording-detail/recording-detail.component.scss +++ b/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/recordings/pages/recording-detail/recording-detail.component.scss @@ -417,31 +417,4 @@ } } } - - // ---- Player Card ---- - .player-card { - @include ov-card; - - mat-card-header { - padding-bottom: var(--ov-meet-spacing-sm); - - mat-card-title { - display: flex; - align-items: center; - gap: var(--ov-meet-spacing-xs); - font-size: var(--ov-meet-font-size-md); - font-weight: var(--ov-meet-font-weight-semibold); - color: var(--ov-meet-text-primary); - - .card-title-icon { - @include ov-icon(md); - color: var(--ov-meet-color-primary); - } - } - } - - .player-content { - padding: 0; - } - } }