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:
parent
def369ba07
commit
0739d3507b
@ -288,6 +288,8 @@ App.prototype.renderAppBar = function () {
|
||||
// metamask name
|
||||
h('h1', 'MetaMask'),
|
||||
|
||||
h('div.beta-label', 'BETA'),
|
||||
|
||||
]),
|
||||
|
||||
h('div.header__right-actions', [
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user