浏览代码

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
     text-overflow: ellipsis;
157
     text-overflow: ellipsis;
158
     box-sizing: border-box;
158
     box-sizing: border-box;
159
     vertical-align: middle;
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
  */
167
  */
174
 .toolbar .badge-round {
168
 .toolbar .badge-round {
175
     position: absolute;
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
 
41
 
42
 // Video layout.
42
 // Video layout.
43
 $videoThumbnailHovered: #44A5FF;
43
 $videoThumbnailHovered: #44A5FF;
44
-$videoThumbnailSelected: #165ecc;
44
+$videoThumbnailSelected: #165ECC;
45
 $participantNameColor: #fff;
45
 $participantNameColor: #fff;
46
 $thumbnailPictogramColor: #fff;
46
 $thumbnailPictogramColor: #fff;
47
 $dominantSpeakerBg: #165ecc;
47
 $dominantSpeakerBg: #165ecc;

正在加载...
取消
保存