mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-28 23:06:37 +01:00
4c37448c97
* added ipfs toggle * added placeholder valur * fixed snapshot * updated tests * updated spec file * hide input if toggle is disabled * updated e2e tests for nft image * fixed view-ercc-1155 spec * updated e2e tests for nfts * added ipfs toggle modal * updated UI for ipfs * updated tests * updated classname * added placeholder image * lint fix * removed prop ipfsEnabled and used with selector * fixed ui for ipfs toggle * updated test * updated test to handle cases * nit fix * ensure default image height match nft image
13 lines
231 B
SCSS
13 lines
231 B
SCSS
.nft-default {
|
|
padding-top: 100%;
|
|
position: relative;
|
|
background-image: url('/images/default_nft.png');
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
|
|
&__button {
|
|
position: absolute;
|
|
bottom: 16px;
|
|
}
|
|
}
|