Browse Source

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

master
Leonard Kim 6 years ago
parent
commit
12901be6be
2 changed files with 18 additions and 18 deletions
  1. 0
    18
      css/_filmstrip.scss
  2. 18
    0
      css/_videolayout_default.scss

+ 0
- 18
css/_filmstrip.scss View File

@@ -111,24 +111,6 @@
111 111
                 display: none;
112 112
             }
113 113
 
114
-            .presence-label {
115
-                color: $participantNameColor;
116
-                font-size: 12px;
117
-                font-weight: 100;
118
-                left: 0;
119
-                margin: 0 auto;
120
-                overflow: hidden;
121
-                pointer-events: none;
122
-                position: absolute;
123
-                right: 0;
124
-                text-align: center;
125
-                text-overflow: ellipsis;
126
-                top: calc(50% + 30px);
127
-                white-space: nowrap;
128
-                width: 100%;
129
-                z-index: $zindex3;
130
-            }
131
-
132 114
             /**
133 115
              * Hovered video thumbnail.
134 116
              */

+ 18
- 0
css/_videolayout_default.scss View File

@@ -740,3 +740,21 @@
740 740
         visibility: hidden;
741 741
     }
742 742
 }
743
+
744
+.presence-label {
745
+    color: $participantNameColor;
746
+    font-size: 12px;
747
+    font-weight: 100;
748
+    left: 0;
749
+    margin: 0 auto;
750
+    overflow: hidden;
751
+    pointer-events: none;
752
+    position: absolute;
753
+    right: 0;
754
+    text-align: center;
755
+    text-overflow: ellipsis;
756
+    top: calc(50% + 30px);
757
+    white-space: nowrap;
758
+    width: 100%;
759
+    z-index: $zindex3;
760
+}

Loading…
Cancel
Save