mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 14:15:06 +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
31 lines
414 B
SCSS
31 lines
414 B
SCSS
.permissions-connect-header {
|
|
flex: 0;
|
|
width: 92%;
|
|
|
|
&__icon {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
&__title {
|
|
@include H3;
|
|
|
|
text-align: center;
|
|
color: var(--Black-100);
|
|
margin-top: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
&__subtitle {
|
|
@include H6;
|
|
|
|
text-align: center;
|
|
color: var(--Black-100);
|
|
}
|
|
|
|
&__subtitle {
|
|
margin-top: 4px;
|
|
}
|
|
}
|