diff --git a/src/images/rinkeby-logo.png b/src/images/rinkeby-logo.png new file mode 100644 index 00000000..8e817a70 Binary files /dev/null and b/src/images/rinkeby-logo.png differ diff --git a/src/images/ropsten-logo.png b/src/images/ropsten-logo.png new file mode 100644 index 00000000..0f7e2aac Binary files /dev/null and b/src/images/ropsten-logo.png differ diff --git a/src/styles/aside.less b/src/styles/aside.less index ba949451..f34cace3 100644 --- a/src/styles/aside.less +++ b/src/styles/aside.less @@ -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; diff --git a/src/styles/summary.less b/src/styles/summary.less index 137e6c34..bc9f6386 100644 --- a/src/styles/summary.less +++ b/src/styles/summary.less @@ -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;