mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
6a17d76efc
* added select-action-modal skeleton * added select action modal item * replaced stake link with constant * added route for open and close of modal * updated lint errors * lint fix * updated tests * revert unnecessary changes * fixed lint errors * added suggestions * lint fix * updated test * nit fix * updated select action item to use button * removed unused fragments * moved onClose command to bottom * moved select action modal on footer click * changed isDisabled to disabled * added hover and updated test * nit fix
25 lines
876 B
SCSS
25 lines
876 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 'import-nfts-modal/index';
|
|
@import 'account-list-item/index';
|
|
@import 'account-list-item-menu/index';
|
|
@import 'account-list-menu/index';
|
|
@import 'account-picker/index';
|
|
@import 'activity-list-item/index';
|
|
@import 'app-footer/app-footer';
|
|
@import 'app-header/app-header';
|
|
@import 'connected-site-menu/index';
|
|
@import 'account-list-menu/';
|
|
@import 'token-list-item/token-list-item';
|
|
@import 'network-list-item/';
|
|
@import 'network-list-menu/';
|
|
@import 'product-tour-popover/product-tour-popover';
|
|
@import 'nft-item/nft-item';
|
|
@import 'import-tokens-modal/import-tokens-modal';
|
|
@import 'select-action-modal-item/select-action-modal-item';
|