mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 11:01:41 +01:00
f4c279e6ff
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.
24 lines
357 B
SCSS
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';
|