mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
29 lines
393 B
SCSS
29 lines
393 B
SCSS
|
.snap-install {
|
||
|
box-shadow: none;
|
||
|
|
||
|
.permissions-connect-permission-list {
|
||
|
padding: 0 24px;
|
||
|
|
||
|
.permission {
|
||
|
padding: 8px 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.source-code {
|
||
|
@include H7;
|
||
|
|
||
|
display: flex;
|
||
|
color: var(--ui-4);
|
||
|
|
||
|
.link {
|
||
|
color: var(--primary-blue);
|
||
|
margin-inline-start: 4px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.page-container__footer {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|