mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 15:50:28 +01:00
14 lines
169 B
SCSS
14 lines
169 B
SCSS
|
.detected-token-aggregators {
|
||
|
.typography {
|
||
|
display: inline;
|
||
|
}
|
||
|
|
||
|
& &__link {
|
||
|
@include H7;
|
||
|
|
||
|
padding: 0;
|
||
|
display: inline;
|
||
|
margin-left: 4px;
|
||
|
}
|
||
|
}
|