Fixes badge font and corrects file name.

This commit is contained in:
yanas 2016-09-19 22:07:10 -05:00
parent 2919a60403
commit 3d4addd9ef
3 changed files with 6 additions and 12 deletions

View File

@ -157,15 +157,9 @@ a.button>#avatar {
text-overflow: ellipsis; text-overflow: ellipsis;
box-sizing: border-box; box-sizing: border-box;
vertical-align: middle; vertical-align: middle;
} // Do not inherit the font-family from the toolbar button, because it's an
// icon style.
/** font-family: $baseFontFamily;
* Badge-round element text span.
*/
.badge-round>span {
display: inline-block;
line-height: 11px;
padding: 0 0 2px 0;
} }
/** /**
@ -173,8 +167,8 @@ a.button>#avatar {
*/ */
.toolbar .badge-round { .toolbar .badge-round {
position: absolute; position: absolute;
right: 8px; right: 9px;
bottom: 8px; bottom: 9px;
} }
/** /**

View File

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