mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
18 lines
220 B
SCSS
18 lines
220 B
SCSS
.contract-token-values {
|
|
&__copy-address {
|
|
margin-inline-start: 8px;
|
|
|
|
&__button {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
&__block-explorer {
|
|
margin-inline-start: 8px;
|
|
|
|
&__button {
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|