mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-30 08:09:15 +01:00
c81912f6c5
* Add version to Snap install page * Fix text sizing inconsistency * Use a localized string for shorthand versions
34 lines
461 B
SCSS
34 lines
461 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;
|
|
}
|
|
}
|
|
|
|
.version {
|
|
font-family: monospace;
|
|
}
|
|
|
|
.page-container__footer {
|
|
width: 100%;
|
|
margin-top: 12px;
|
|
}
|
|
}
|