mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
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;
|
|
}
|
|
}
|