mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01: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:
parent
5370b39963
commit
42be0645da
@ -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';
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user