瀏覽代碼

Fixes badge font and corrects file name.

master
yanas 9 年之前
父節點
當前提交
3d4addd9ef
共有 3 個檔案被更改,包括 6 行新增12 行删除
  1. 0
    0
      css/_side_toolbar_container.scss
  2. 5
    11
      css/_toolbars.scss
  3. 1
    1
      css/_variables.scss

css/_side_toolbar_container.css → css/_side_toolbar_container.scss 查看文件


+ 5
- 11
css/_toolbars.scss 查看文件

@@ -157,15 +157,9 @@ a.button>#avatar {
157 157
     text-overflow: ellipsis;
158 158
     box-sizing: border-box;
159 159
     vertical-align: middle;
160
-}
161
-
162
-/**
163
- * Badge-round element text span.
164
- */
165
-.badge-round>span {
166
-    display: inline-block;
167
-    line-height: 11px;
168
-    padding: 0 0 2px 0;
160
+    // Do not inherit the font-family from the toolbar button, because it's an
161
+    // icon style.
162
+    font-family: $baseFontFamily;
169 163
 }
170 164
 
171 165
 /**
@@ -173,8 +167,8 @@ a.button>#avatar {
173 167
  */
174 168
 .toolbar .badge-round {
175 169
     position: absolute;
176
-    right: 8px;
177
-    bottom: 8px;
170
+    right: 9px;
171
+    bottom: 9px;
178 172
 }
179 173
 
180 174
 /**

+ 1
- 1
css/_variables.scss 查看文件

@@ -41,7 +41,7 @@ $buttonBackground: #44A5FF;
41 41
 
42 42
 // Video layout.
43 43
 $videoThumbnailHovered: #44A5FF;
44
-$videoThumbnailSelected: #165ecc;
44
+$videoThumbnailSelected: #165ECC;
45 45
 $participantNameColor: #fff;
46 46
 $thumbnailPictogramColor: #fff;
47 47
 $dominantSpeakerBg: #165ecc;

Loading…
取消
儲存