mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
4f8c4820d2
* adding badges for nfts * fixing default nft styling issue * adding multichain flag, making borderRadius inline * Apply suggestions from code review Co-authored-by: George Marshall <george.marshall@consensys.net> * fixing imports * removing nullcheck for guaranteed fields * moving badgewrapper UI into multichain component * using Box for button, removing inline style, border-radius for NFT default image * adding nft badges to NFT Details page * nits, snap update * fixing/refactoring nftdefaultimage display, adding clickable, removing handleimageclick, refactor NFTItem, required props * editing nft-default-image story, test, and snap * Updating to fix positioning, use Box props to reduce CSS and BEM naming conventions * moving minor styling to Box props, adding comment * display block typo --------- Co-authored-by: George Marshall <george.marshall@consensys.net>
19 lines
653 B
SCSS
19 lines
653 B
SCSS
/**
|
|
* Please import your styles in order of atomicity.
|
|
* The most atomic styles should be imported first.
|
|
* This will help improve specificity and reduce the chance of
|
|
* unintended overrides.
|
|
**/
|
|
@import 'address-copy-button/index';
|
|
@import 'account-list-item/index';
|
|
@import 'account-list-menu/index';
|
|
@import 'account-picker/index';
|
|
@import 'app-header/app-header';
|
|
@import 'multichain-connected-site-menu/index';
|
|
@import 'account-list-menu/';
|
|
@import 'multichain-token-list-item/multichain-token-list-item';
|
|
@import 'network-list-item/';
|
|
@import 'network-list-menu/';
|
|
@import 'product-tour-popover/product-tour-popover';
|
|
@import 'nft-item/nft-item';
|