mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
rinkeby + ropsten icons
This commit is contained in:
parent
f2a7c0c150
commit
5bfb5d39b2
BIN
src/images/rinkeby-logo.png
Normal file
BIN
src/images/rinkeby-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
src/images/ropsten-logo.png
Normal file
BIN
src/images/ropsten-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
@ -442,12 +442,18 @@ aside {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.ropsten:before,
|
&.ropsten:before {
|
||||||
|
background-image: url('../images/ropsten-logo.png');
|
||||||
|
background-size: auto 20px;
|
||||||
|
}
|
||||||
&.ethereum:before {
|
&.ethereum:before {
|
||||||
background-image: url('../images/eth-logo.png');
|
background-image: url('../images/eth-logo.png');
|
||||||
background-size: auto 20px;
|
background-size: auto 20px;
|
||||||
}
|
}
|
||||||
&.rinkeby:before,
|
&.rinkeby:before {
|
||||||
|
background-image: url('../images/rinkeby-logo.png');
|
||||||
|
background-size: auto 20px;
|
||||||
|
}
|
||||||
&.ethereum-classic:before {
|
&.ethereum-classic:before {
|
||||||
background-image: url('../images/etc-logo.png');
|
background-image: url('../images/etc-logo.png');
|
||||||
background-size: auto 20px;
|
background-size: auto 20px;
|
||||||
|
@ -12,12 +12,18 @@
|
|||||||
background-size: 20px 20px;
|
background-size: 20px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.ropsten:before,
|
&.ropsten:before {
|
||||||
|
background-image: url('../images/ropsten-logo.png');
|
||||||
|
background-size: auto 20px;
|
||||||
|
}
|
||||||
&.ethereum:before {
|
&.ethereum:before {
|
||||||
background-image: url('../images/eth-logo.png');
|
background-image: url('../images/eth-logo.png');
|
||||||
background-size: auto 20px;
|
background-size: auto 20px;
|
||||||
}
|
}
|
||||||
&.rinkeby:before,
|
&.rinkeby:before {
|
||||||
|
background-image: url('../images/rinkeby-logo.png');
|
||||||
|
background-size: auto 20px;
|
||||||
|
}
|
||||||
&.ethereum-classic:before {
|
&.ethereum-classic:before {
|
||||||
background-image: url('../images/etc-logo.png');
|
background-image: url('../images/etc-logo.png');
|
||||||
background-size: auto 20px;
|
background-size: auto 20px;
|
||||||
|
Loading…
Reference in New Issue
Block a user