|
|
|
@ -121,6 +121,7 @@ |
|
|
|
|
border-radius: 2px; |
|
|
|
|
margin-top: 10px; |
|
|
|
|
transition: .1s ease-in; |
|
|
|
|
position: relative; |
|
|
|
|
@media (min-width: 768px) { |
|
|
|
|
margin-left: 10px; |
|
|
|
|
margin-top: 0; |
|
|
|
@ -134,6 +135,13 @@ |
|
|
|
|
fill: #fff; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
span { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
right: 0; |
|
|
|
|
bottom: 0; |
|
|
|
|
left: 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.verify-other-explorers-dialog { |
|
|
|
@ -147,6 +155,40 @@ |
|
|
|
|
.verify-other-explorers-modal-row { |
|
|
|
|
display: table-row; |
|
|
|
|
height: 29px; |
|
|
|
|
&:first-child { |
|
|
|
|
.verify-other-explorers-cell.left { |
|
|
|
|
.exp-logo { |
|
|
|
|
@include image-2x('/images/icons/etherscan@2x.png', 15px, 16px); |
|
|
|
|
background-image: url("/images/icons/etherscan.png"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
padding-left: 25px; |
|
|
|
|
background-size: 15px 16px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&:nth-child(2) { |
|
|
|
|
.verify-other-explorers-cell.left { |
|
|
|
|
.exp-logo { |
|
|
|
|
@include image-2x('/images/icons/blockchair@2x.png', 10px, 16px); |
|
|
|
|
background-image: url("/images/icons/blockchair.png"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
padding-left: 25px; |
|
|
|
|
background-size: 10px 16px; |
|
|
|
|
background-position: left 3px center; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&:nth-child(3) { |
|
|
|
|
.verify-other-explorers-cell.left { |
|
|
|
|
.exp-logo { |
|
|
|
|
@include image-2x('/images/icons/etherchain@2x.png', 16px, 16px); |
|
|
|
|
background-image: url("/images/icons/etherchain.png"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
padding-left: 25px; |
|
|
|
|
background-size: 16px 16px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.verify-other-explorers-cell { |
|
|
|
@ -162,28 +204,3 @@ |
|
|
|
|
padding-left: 15px; |
|
|
|
|
background-size: 12px 12px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.etherscan-logo { |
|
|
|
|
@include image-2x('/images/icons/etherscan@2x.png', 15px, 16px); |
|
|
|
|
background-image: url("/images/icons/etherscan.png"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
padding-left: 25px; |
|
|
|
|
background-size: 15px 16px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.blockchair-logo { |
|
|
|
|
@include image-2x('/images/icons/blockchair@2x.png', 10px, 16px); |
|
|
|
|
background-image: url("/images/icons/blockchair.png"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
padding-left: 25px; |
|
|
|
|
background-size: 10px 16px; |
|
|
|
|
background-position: left 3px center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.etherchain-logo { |
|
|
|
|
@include image-2x('/images/icons/etherchain@2x.png', 16px, 16px); |
|
|
|
|
background-image: url("/images/icons/etherchain.png"); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
padding-left: 25px; |
|
|
|
|
background-size: 16px 16px; |
|
|
|
|
} |
|
|
|
|