1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

colocate original request-signature component styles (#9182)

Moves the styles out of the itcss folder and colocates them with the component, as per the pattern set elsewhere.
This commit is contained in:
Brad Decker 2020-08-11 11:29:19 -05:00 committed by GitHub
parent 5370b39963
commit 42be0645da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,7 @@
@import '../ui/sender-to-recipient/index';
@import '../ui/tabs/index';
@import '../ui/token-balance/index';
@import 'signature-request-original/index';
@import 'token-cell/token-cell';
@import 'transaction-activity-log/index';
@import 'transaction-breakdown/index';

View File

@ -15,7 +15,6 @@
@import './menu';
@import './gas-slider';
@import './simple-dropdown';
@import './request-signature';
@import './request-encryption-public-key';
@import './request-decrypt-message';
@import './pages/index';