mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
14 lines
179 B
SCSS
14 lines
179 B
SCSS
|
.confirm-action-jwt {
|
||
|
&__jwt {
|
||
|
border: 1px solid var(--color-border-muted);
|
||
|
}
|
||
|
|
||
|
&__show-more {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
&__accounts-list {
|
||
|
margin-left: -5%;
|
||
|
}
|
||
|
}
|