mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
24 lines
342 B
SCSS
24 lines
342 B
SCSS
.list-with-search {
|
|
.searchable-item-list {
|
|
&__list-container {
|
|
max-height: 320px;
|
|
overflow-y: auto;
|
|
padding-right: 8px;
|
|
|
|
@include screen-sm-min {
|
|
max-height: 600px;
|
|
}
|
|
}
|
|
}
|
|
|
|
&__text-search {
|
|
outline: none;
|
|
}
|
|
|
|
.mm-button-icon {
|
|
.mm-icon--size-lg {
|
|
--size: 20px;
|
|
}
|
|
}
|
|
}
|