mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
colocate editable label styles and code (#9120)
This commit is contained in:
parent
b92475ac7c
commit
db1b72a95c
@ -10,6 +10,7 @@
|
||||
@import 'confirm-page-container/index';
|
||||
@import '../ui/currency-input/index';
|
||||
@import '../ui/currency-display/index';
|
||||
@import '../ui/editable-label/index';
|
||||
@import '../ui/error-message/index';
|
||||
@import '../ui/export-text-container/index';
|
||||
@import '../ui/identicon/index';
|
||||
|
1
ui/app/components/ui/editable-label/index.js
Normal file
1
ui/app/components/ui/editable-label/index.js
Normal file
@ -0,0 +1 @@
|
||||
export { default } from './editable-label'
|
@ -21,7 +21,6 @@
|
||||
@import './request-signature';
|
||||
@import './request-encryption-public-key';
|
||||
@import './request-decrypt-message';
|
||||
@import './editable-label';
|
||||
@import './pages/index';
|
||||
@import './new-account';
|
||||
@import './tooltip';
|
||||
|
@ -100,10 +100,6 @@ textarea.twelve-word-phrase {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.editable-label {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* accounts */
|
||||
|
||||
.accounts-section {
|
||||
|
Loading…
Reference in New Issue
Block a user