mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
5bc0ba7f3a
* moved import nft to modal * fixed modal state * updated port-nft-popup * updated onChange for import nft modal * updated tests * updated tests * updated tests * added story and updated spec file * updated spec file * updated spec file * updated spec file for import-nft * added focus to form field * added autofocus to tokenId
10 lines
153 B
SCSS
10 lines
153 B
SCSS
.add-nft {
|
|
&__close {
|
|
color: var(--color-icon-default);
|
|
background: none;
|
|
flex: 0;
|
|
align-self: flex-start;
|
|
padding-right: 0;
|
|
}
|
|
}
|