mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
33cc8d587a
* replaced all the instances of collectibles with nfts * updated actions * updated e2e seeder * updated confirm Approve test * updated test dapp change * updated test dapp change * nit fix * nit fix * updated casing and snapshots * updated casinG * added migrations * updated ,igration * updated 078.test * updated tests for 078 migration * updated migration * updated 078 index.js
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;
|
|
}
|
|
}
|