Fixes badge font and corrects file name.

pull/892/head
yanas 9 years ago
parent 2919a60403
commit 3d4addd9ef
  1. 0
      css/_side_toolbar_container.scss
  2. 16
      css/_toolbars.scss
  3. 2
      css/_variables.scss

@ -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…
Cancel
Save