You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
209 B
11 lines
209 B
2 years ago
|
.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;
|
||
|
}
|
||
|
}
|