ソースを参照

Fixes badge font and corrects file name.

master
yanas 8年前
コミット
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;

読み込み中…
キャンセル
保存