mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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
|
// metamask name
|
||||||
h('h1', 'MetaMask'),
|
h('h1', 'MetaMask'),
|
||||||
|
|
||||||
|
h('div.beta-label', 'BETA'),
|
||||||
|
|
||||||
]),
|
]),
|
||||||
|
|
||||||
h('div.header__right-actions', [
|
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 {
|
h2.page-subtitle {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: #aeaeae;
|
color: #aeaeae;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user