mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
fcfb8a8938
* added redesign storybook * updated token list * updated css * fixed lint error * updated the new token list component * fixed redesign folder error * reverted changes in settings.json * updated redesign to multichain * added feature flag * reverted settings.json * added detect token banner * added button componeny * fixed lint errors * removed settings * fixed lint errors * added stories for multichain * updated no token found string * updated lint error * updated padding values * updated padding values * updated tabs with role button * updated hover state * updated components with multichain * fixed lint errors * updated multichain import token link * updated a tag * updated fixes * updated onClick to handleClick * updated setShowDetectedTokens proptype * updated multichain tokenlist with item suffix * updated tests * updated tests * updated token list css * updated snapshot * updated text * reverted story * added story for multichain token list * updated story * updated tooltip * updated the new token list component * fixed redesign folder error * added feature flag * reverted unused setting change * removed token list * fixed lint error * updated status * updated tooltip * updated token-list-item changes * updated actionbutton click for detect token banner * updated snapshot * updated symbol * updated styles * updated eth decimal and token url * updated snapshot * updated scripts * updated snapshots
37 lines
1.2 KiB
SCSS
37 lines
1.2 KiB
SCSS
/*
|
|
MetaMask design system imports
|
|
The variables declared here should take precedence.
|
|
They are included first because they will be used to replace bad variable names in itcss
|
|
prior to it being fully removed from the system.
|
|
*/
|
|
@import './reset.scss';
|
|
@import './design-system/index';
|
|
@import './utilities/colors.scss';
|
|
@import './base-styles.scss';
|
|
@import '../components/component-library/component-library-components.scss';
|
|
@import '../components/app/app-components';
|
|
@import '../components/ui/ui-components';
|
|
@import '../components/multichain/multichain-components.scss';
|
|
@import '../pages/pages';
|
|
@import './errors.scss';
|
|
@import './loading.scss';
|
|
|
|
/*
|
|
ITCSS
|
|
|
|
http://www.creativebloq.com/web-design/manage-large-css-projects-itcss-101517528
|
|
https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/
|
|
|
|
DEPRECATED: This CSS architecture is deprecated. The following imports will be removed
|
|
overtime.
|
|
*/
|
|
@import './itcss/settings/index';
|
|
@import './itcss/tools/index';
|
|
@import './itcss/components/index';
|
|
|
|
/*
|
|
Third Party Library Styles
|
|
*/
|
|
@import '../../node_modules/react-tippy/dist/tippy';
|
|
@import '../../node_modules/@metamask/design-tokens/src/css/design-tokens';
|