mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
This PR adds `snaps` under Flask build flags to the extension. This branch is mostly equivalent to the current production version of Flask, excepting some bug fixes and tweaks. Closes #11626
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%;
|
|
}
|
|
}
|