mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
5b8a69c721
* Remove site origin on snap install * Fix linting + storybook * Update local snap icon * Fix storybook build
32 lines
453 B
SCSS
32 lines
453 B
SCSS
.permissions-connect-header {
|
|
flex: 0;
|
|
width: 100%;
|
|
|
|
&__icon {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
&__title {
|
|
@include H3;
|
|
|
|
text-align: center;
|
|
color: var(--color-text-default);
|
|
font-weight: bold;
|
|
}
|
|
|
|
&__subtitle {
|
|
@include H6;
|
|
|
|
text-align: center;
|
|
color: var(--color-text-default);
|
|
}
|
|
|
|
&__subtitle {
|
|
margin-top: 4px;
|
|
}
|
|
}
|