mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
35ac762e10
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
22 lines
407 B
SCSS
22 lines
407 B
SCSS
.permissions-connect-permission-list {
|
|
.permission {
|
|
@include H6;
|
|
|
|
padding-bottom: 16px;
|
|
border-bottom: 1px solid var(--Grey-100);
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
color: var(--Black-100);
|
|
|
|
i {
|
|
display: block;
|
|
padding: 16px;
|
|
min-width: 16px;
|
|
min-height: 16px;
|
|
color: var(--Grey-500);
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
}
|