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