mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +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;
|
|
}
|
|
}
|