mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
af56e34d5f
* updated ui for nft import button * updated no nft image found in the center * updated footer for all screens in tabs * removed no nft state from nft tab * updated snapshot * lint fix * fixed e2e tests * fixed prep build error * removed no nfts yet test * updated tabs * fixed prod error * updated no nft screen * changed button size to md
10 lines
144 B
SCSS
10 lines
144 B
SCSS
.nfts-tab {
|
|
&__loading {
|
|
display: flex;
|
|
height: 250px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 30px;
|
|
}
|
|
}
|