1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/app/pages/index.scss
Whymarrh Whitby d82f06c710
Convert Connected Sites page to modal (#8254)
This commit updates the existing _Connected Sites_ section to a modal using
the `Popover` component. This will serve as a base for the new modal design.
2020-03-30 21:08:02 -02:30

22 lines
323 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';