mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
e72dfad21a
* added AvatarAccount component * updated avatar account component and README * updated lint errors * updated avatar account with types * updated Jazzicon lint errors * removed unused imports * updated type prop and Blockie * removed unused exports * updated jazzicon styles * fixed overflow in jazzicon * updated avatar account component * updated avatar account stories with types and size stories * updated test for avatar account * updated tests for avatar account * Adding `TextFieldBase` component (#16043) * Adding TextInputBase component * Removing keyup and keydown props, tests and docs * removing showClear from stories * removing unneeded css * simplifying uncontrolled vs controlled to work * Fortifying maxLength test * Lint fix for test * Doc, style and prop updates * Updating constant names with 'base' * Adding a background color * Adding a background color to input * Adding ast-types to resolutions (#16103) Co-authored-by: George Marshall <george.marshall@consensys.net>
12 lines
415 B
SCSS
12 lines
415 B
SCSS
/** Please import your files in alphabetical order **/
|
|
@import 'avatar-account/avatar-account';
|
|
@import 'avatar-network/avatar-network';
|
|
@import 'avatar-token/avatar-token';
|
|
@import 'base-avatar/base-avatar';
|
|
@import 'button-base/button-base';
|
|
@import 'button-primary/button-primary';
|
|
@import 'button-secondary/button-secondary';
|
|
@import 'icon/icon';
|
|
@import 'text/text';
|
|
@import 'text-field-base/text-field-base';
|