mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
eb51460cae
* UX: Multichain: App header * Export app header, provide required information, put feature flag in place * Provide available data * Implement account picker -- centered and opens account popover * Remove backgrounds, use isUnlocked * Fix placement of the global menu * Show logo when unlocked * Add selector for getting current network, provide props to AvatarNetwork and PickerNetwork * Wire up the network menu to the header * fixed ui for all the screens * updated story for header * fixed import and header settings * updated lint error * fixed tests * updated header * removed test * updated snapshot test * updated network menu * updated changes * removed comment from menu bar * updated css * updated test for network list menu * updated stylesheet * updated ButtonIcon import --------- Co-authored-by: NidhiKJha <menidhikjha@gmail.com>
17 lines
571 B
SCSS
17 lines
571 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/';
|