mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
de955f3faa
* snaps-monorepo@0.24.0 * Fix imports and regen LavaMoat policies * Bump iframe-execution-environment * Fix tests * Add permissions * Bump patch * Bump test-snaps * [FLASK] Fix update e2e test to catch snaps with caveats (#16546) * changed snap to update to bip32 * small changes to test * Fix lint * Fix E2E * Update copy * Update icon Co-authored-by: Bowen Sanders <bowensanders@gmail.com>
30 lines
555 B
SCSS
30 lines
555 B
SCSS
.permissions-connect-permission-list {
|
|
width: 100%;
|
|
|
|
.permission {
|
|
@include H6;
|
|
|
|
width: 100%;
|
|
padding-bottom: 16px;
|
|
border-bottom: 1px solid var(--color-border-default);
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
color: var(--color-text-default);
|
|
|
|
i {
|
|
display: block;
|
|
margin: 16px;
|
|
min-width: 16px;
|
|
min-height: 16px;
|
|
color: var(--color-icon-alternative);
|
|
font-size: 1rem;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.permission-label-item {
|
|
font-weight: bold;
|
|
}
|
|
}
|