mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
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.
22 lines
323 B
SCSS
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';
|