mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
Update ETH logo, update deposit Ether logo height and width (#7239)
This commit is contained in:
parent
daf4fe439c
commit
45a8fdebf7
@ -1,8 +1,18 @@
|
||||
<svg height="417" preserveAspectRatio="xMidYMid" width="256" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M127.961 0l-2.795 9.5v275.668l2.795 2.79 127.962-75.638z" fill="#343434"/>
|
||||
<path d="M127.962 0L0 212.32l127.962 75.639V154.158z" fill="#8c8c8c"/>
|
||||
<path d="M127.961 312.187l-1.575 1.92v98.199l1.575 4.6L256 236.587z" fill="#3c3c3b"/>
|
||||
<path d="M127.962 416.905v-104.72L0 236.585z" fill="#8c8c8c"/>
|
||||
<path d="M127.961 287.958l127.96-75.637-127.96-58.162z" fill="#141414"/>
|
||||
<path d="M0 212.32l127.96 75.638v-133.8z" fill="#393939"/>
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#343434;}
|
||||
.st1{fill:#8C8C8C;}
|
||||
.st2{fill:#3C3C3B;}
|
||||
.st3{fill:#141414;}
|
||||
.st4{fill:#393939;}
|
||||
</style>
|
||||
<g id="XMLID_1_">
|
||||
<polygon id="XMLID_2_" class="st0" points="250,67.5 247.5,75.8 247.5,317.2 250,319.6 362,253.4 "/>
|
||||
<polygon id="XMLID_3_" class="st1" points="250,67.5 137.9,253.4 250,319.6 250,202.5 "/>
|
||||
<polygon id="XMLID_4_" class="st2" points="250,340.8 248.6,342.5 248.6,428.5 250,432.5 362.1,274.6 "/>
|
||||
<polygon id="XMLID_5_" class="st1" points="250,432.5 250,340.8 137.9,274.6 "/>
|
||||
<polygon id="XMLID_6_" class="st3" points="250,319.6 362,253.4 250,202.5 "/>
|
||||
<polygon id="XMLID_7_" class="st4" points="137.9,253.4 250,319.6 250,202.5 "/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 564 B After Width: | Height: | Size: 919 B |
@ -152,6 +152,10 @@ DepositEtherModal.prototype.render = function () {
|
||||
this.renderRow({
|
||||
logo: h('img.deposit-ether-modal__logo', {
|
||||
src: './images/deposit-eth.svg',
|
||||
style: {
|
||||
height: '75px',
|
||||
width: '75px',
|
||||
},
|
||||
}),
|
||||
title: DIRECT_DEPOSIT_ROW_TITLE,
|
||||
text: DIRECT_DEPOSIT_ROW_TEXT,
|
||||
|
@ -68,6 +68,5 @@ $wallet-balance-breakpoint-range: "screen and (min-width: #{$break-large}) and (
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border: 1px solid $alto;
|
||||
padding: 5px;
|
||||
background: $white;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user