1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 01:08:27 +00:00

rinkeby + ropsten icons

This commit is contained in:
Szymon Lesisz 2018-05-09 11:14:58 +02:00
parent f2a7c0c150
commit 5bfb5d39b2
4 changed files with 16 additions and 4 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -442,12 +442,18 @@ aside {
}
}
&.ropsten:before,
&.ropsten:before {
background-image: url('../images/ropsten-logo.png');
background-size: auto 20px;
}
&.ethereum:before {
background-image: url('../images/eth-logo.png');
background-size: auto 20px;
}
&.rinkeby:before,
&.rinkeby:before {
background-image: url('../images/rinkeby-logo.png');
background-size: auto 20px;
}
&.ethereum-classic:before {
background-image: url('../images/etc-logo.png');
background-size: auto 20px;

View File

@ -12,12 +12,18 @@
background-size: 20px 20px;
}
&.ropsten:before,
&.ropsten:before {
background-image: url('../images/ropsten-logo.png');
background-size: auto 20px;
}
&.ethereum:before {
background-image: url('../images/eth-logo.png');
background-size: auto 20px;
}
&.rinkeby:before,
&.rinkeby:before {
background-image: url('../images/rinkeby-logo.png');
background-size: auto 20px;
}
&.ethereum-classic:before {
background-image: url('../images/etc-logo.png');
background-size: auto 20px;