ref(filmstrip): move presence label styles with similar styles

This commit is contained in:
Leonard Kim 2018-06-25 12:57:49 -07:00 committed by Saúl Ibarra Corretgé
parent 009eeccf3c
commit 12901be6be
2 changed files with 18 additions and 18 deletions

View File

@ -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.
*/

View File

@ -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;
}