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

View File

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