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