1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00

Adds beta label to Metamask name in full screen app bar.

This commit is contained in:
Dan 2018-02-27 13:59:33 -03:30
parent def369ba07
commit 0739d3507b
2 changed files with 17 additions and 0 deletions

View File

@ -288,6 +288,8 @@ App.prototype.renderAppBar = function () {
// metamask name
h('h1', 'MetaMask'),
h('div.beta-label', 'BETA'),
]),
h('div.header__right-actions', [

View File

@ -76,6 +76,21 @@
}
}
.beta-label {
font-family: Roboto;
text-transform: uppercase;
font-weight: 500;
font-size: 0.8rem;
padding-left: 9px;
color: $buttercup;
align-self: flex-start;
margin-top: 10px;
@media screen and (max-width: 575px) {
display: none;
}
}
h2.page-subtitle {
text-transform: uppercase;
color: #aeaeae;