1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/app/pages/index.scss
Mark Stacey f4c279e6ff
Extract style for Home component into separate module (#8139)
The styles used for the Home component were in the huge
"newui-sections" SCSS file. Instead they've been moved into an SCSS
module alongside the component, to follow our conventions.

The `main-container` class was left as-is because it is shared between
here and the settings page.
2020-02-28 16:27:22 -04:00

24 lines
357 B
SCSS

@import 'unlock-page/index';
@import 'add-token/index';
@import 'error/index';
@import 'home/index';
@import 'send/send';
@import 'confirm-add-token/index';
@import 'settings/index';
@import 'first-time-flow/index';
@import 'keychains/index';
@import 'confirm-approve/index';
@import 'permissions-connect/index';
@import 'connected-sites/index';