feat(toolbar): add beta tag to live streaming button (#3007)

* feat(toolbar): add beta tag to live streaming button

* tweak colors and border radius
This commit is contained in:
virtuacoplenny
2018-05-21 15:16:38 -07:00
committed by GitHub
parent 22ce001f14
commit f608ad4e5e
4 changed files with 89 additions and 27 deletions

View File

@@ -133,6 +133,17 @@
}
}
.beta-tag {
background: #B8C7E0;
border-radius: 2px;
color: $newToolbarBackgroundColor;
font-family: -apple-system, BlinkMacSystemFont, $baseFontFamily;
font-size: 11px;
font-weight: bold;
margin-left: 8px;
padding: 0 6px;
}
.overflow-menu-item-icon {
margin-right: 10px;