2023-03-23 11:08:33 +01:00
|
|
|
/**
|
|
|
|
* 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.
|
|
|
|
**/
|
2023-03-29 18:14:38 +02:00
|
|
|
@import 'address-copy-button/index';
|
2023-07-14 18:18:41 +02:00
|
|
|
@import 'import-nfts-modal/index';
|
2023-03-23 11:08:33 +01:00
|
|
|
@import 'account-list-item/index';
|
2023-06-16 18:25:13 +02:00
|
|
|
@import 'account-list-item-menu/index';
|
2023-03-23 11:08:33 +01:00
|
|
|
@import 'account-list-menu/index';
|
2023-03-30 20:11:13 +02:00
|
|
|
@import 'account-picker/index';
|
2023-07-17 19:48:15 +02:00
|
|
|
@import 'activity-list-item/index';
|
2023-04-13 18:54:03 +02:00
|
|
|
@import 'app-header/app-header';
|
2023-06-14 17:51:19 +02:00
|
|
|
@import 'connected-site-menu/index';
|
2023-03-31 19:58:25 +02:00
|
|
|
@import 'account-list-menu/';
|
2023-06-14 17:51:19 +02:00
|
|
|
@import 'token-list-item/token-list-item';
|
2023-03-31 19:58:25 +02:00
|
|
|
@import 'network-list-item/';
|
|
|
|
@import 'network-list-menu/';
|
2023-04-21 17:28:18 +02:00
|
|
|
@import 'product-tour-popover/product-tour-popover';
|
Multichain NFT network badges (#19029)
* 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>
2023-06-02 17:01:51 +02:00
|
|
|
@import 'nft-item/nft-item';
|
2023-08-14 18:08:59 +02:00
|
|
|
@import 'import-tokens-modal/import-tokens-modal'
|