mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 23:58:06 +01:00
da4e6d3e37
* Adding TextField component * Fixing lint issues * More linting fixes * Adding more tests * Adding reference to TextFieldBase props * Adding reminder todo comment to styles * Using short hand syntax for conditionally firing event props and removing some css and unused classsNames in favor of box props * Fixing up my sloppy code * Removing text base docs update * More clean up * Adding more stories and docs * Adding new stories to mdx docs
11 lines
209 B
SCSS
11 lines
209 B
SCSS
.mm-text-field {
|
|
// TOD: remove most of these styles when replaced by ButtonIcon
|
|
&__button-clear {
|
|
height: 24px;
|
|
width: 24px;
|
|
max-width: 24px;
|
|
flex: 0 0 24px;
|
|
margin-left: -24px;
|
|
}
|
|
}
|