mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 11:28:51 +01:00
12 lines
160 B
SCSS
12 lines
160 B
SCSS
|
.activity-list-item {
|
||
|
cursor: pointer;
|
||
|
|
||
|
&__primary-currency {
|
||
|
max-width: 130px;
|
||
|
|
||
|
@include screen-sm-min {
|
||
|
max-width: max-content;
|
||
|
}
|
||
|
}
|
||
|
}
|