Fixes badge font and corrects file name.
This commit is contained in:
parent
2919a60403
commit
3d4addd9ef
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -41,7 +41,7 @@ $buttonBackground: #44A5FF;
|
|||
|
||||
// Video layout.
|
||||
$videoThumbnailHovered: #44A5FF;
|
||||
$videoThumbnailSelected: #165ecc;
|
||||
$videoThumbnailSelected: #165ECC;
|
||||
$participantNameColor: #fff;
|
||||
$thumbnailPictogramColor: #fff;
|
||||
$dominantSpeakerBg: #165ecc;
|
||||
|
|
Loading…
Reference in New Issue