mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-30 08:09:15 +01:00
14 lines
201 B
SCSS
14 lines
201 B
SCSS
|
.detected-token-ignored-popover {
|
||
|
&__ignore-button {
|
||
|
margin-inline-end: 8px;
|
||
|
}
|
||
|
|
||
|
&__import-button {
|
||
|
margin-inline-start: 8px;
|
||
|
}
|
||
|
|
||
|
.popover-header {
|
||
|
margin-inline-start: 85px;
|
||
|
}
|
||
|
}
|