mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-12 17:10:56 +00:00
Cleanup
This commit is contained in:
parent
c81e74db71
commit
d3c601c41f
@ -408,46 +408,46 @@ aside {
|
||||
}
|
||||
}
|
||||
|
||||
&.ethereum:before,
|
||||
&.ethereum-classic:before,
|
||||
&.ropsten:before,
|
||||
&.rinkeby:before {
|
||||
background-size: auto 20px;
|
||||
background-position: 2px 0px;
|
||||
}
|
||||
// &.ethereum:before,
|
||||
// &.ethereum-classic:before,
|
||||
// &.ropsten:before,
|
||||
// &.rinkeby:before {
|
||||
// background-size: auto 20px;
|
||||
// background-position: 2px 0px;
|
||||
// }
|
||||
|
||||
|
||||
&.ethereum:before {
|
||||
background-image: url('../images/eth-logo.png');
|
||||
}
|
||||
&.ethereum-classic:before {
|
||||
background-image: url('../images/etc-logo.png');
|
||||
}
|
||||
&.ropsten:before {
|
||||
background-image: url('../images/ropsten-logo.png');
|
||||
}
|
||||
&.rinkeby:before {
|
||||
background-image: url('../images/rinkeby-logo.png');
|
||||
}
|
||||
// &.ethereum:before {
|
||||
// background-image: url('../images/eth-logo.png');
|
||||
// }
|
||||
// &.ethereum-classic:before {
|
||||
// background-image: url('../images/etc-logo.png');
|
||||
// }
|
||||
// &.ropsten:before {
|
||||
// background-image: url('../images/ropsten-logo.png');
|
||||
// }
|
||||
// &.rinkeby:before {
|
||||
// background-image: url('../images/rinkeby-logo.png');
|
||||
// }
|
||||
|
||||
&.btc:before {
|
||||
background-image: url('../images/btc-logo.png');
|
||||
}
|
||||
&.bch:before {
|
||||
background-image: url('../images/bch-logo.png');
|
||||
}
|
||||
&.btg:before {
|
||||
background-image: url('../images/btg-logo.png');
|
||||
}
|
||||
&.ltc:before {
|
||||
background-image: url('../images/ltc-logo.png');
|
||||
}
|
||||
&.dash:before {
|
||||
background-image: url('../images/dash-logo.png');
|
||||
}
|
||||
&.zec:before {
|
||||
background-image: url('../images/zec-logo.png');
|
||||
}
|
||||
// &.btc:before {
|
||||
// background-image: url('../images/btc-logo.png');
|
||||
// }
|
||||
// &.bch:before {
|
||||
// background-image: url('../images/bch-logo.png');
|
||||
// }
|
||||
// &.btg:before {
|
||||
// background-image: url('../images/btg-logo.png');
|
||||
// }
|
||||
// &.ltc:before {
|
||||
// background-image: url('../images/ltc-logo.png');
|
||||
// }
|
||||
// &.dash:before {
|
||||
// background-image: url('../images/dash-logo.png');
|
||||
// }
|
||||
// &.zec:before {
|
||||
// background-image: url('../images/zec-logo.png');
|
||||
// }
|
||||
}
|
||||
|
||||
// .coin-divider {
|
||||
|
Loading…
Reference in New Issue
Block a user