From 12901be6be8e9f9ef483e54bd72828bafdc4ab29 Mon Sep 17 00:00:00 2001 From: Leonard Kim Date: Mon, 25 Jun 2018 12:57:49 -0700 Subject: [PATCH] ref(filmstrip): move presence label styles with similar styles --- css/_filmstrip.scss | 18 ------------------ css/_videolayout_default.scss | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/css/_filmstrip.scss b/css/_filmstrip.scss index 5db61d410..e863d56ac 100644 --- a/css/_filmstrip.scss +++ b/css/_filmstrip.scss @@ -111,24 +111,6 @@ display: none; } - .presence-label { - color: $participantNameColor; - font-size: 12px; - font-weight: 100; - left: 0; - margin: 0 auto; - overflow: hidden; - pointer-events: none; - position: absolute; - right: 0; - text-align: center; - text-overflow: ellipsis; - top: calc(50% + 30px); - white-space: nowrap; - width: 100%; - z-index: $zindex3; - } - /** * Hovered video thumbnail. */ diff --git a/css/_videolayout_default.scss b/css/_videolayout_default.scss index 350a4e5de..f6e63bf6e 100644 --- a/css/_videolayout_default.scss +++ b/css/_videolayout_default.scss @@ -740,3 +740,21 @@ visibility: hidden; } } + +.presence-label { + color: $participantNameColor; + font-size: 12px; + font-weight: 100; + left: 0; + margin: 0 auto; + overflow: hidden; + pointer-events: none; + position: absolute; + right: 0; + text-align: center; + text-overflow: ellipsis; + top: calc(50% + 30px); + white-space: nowrap; + width: 100%; + z-index: $zindex3; +}