mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
cf46dbf654
Co-authored-by: ceamkrier <ceamkrier@gmail.com>
30 lines
400 B
SCSS
30 lines
400 B
SCSS
.permissions-connect-header {
|
|
flex: 0;
|
|
|
|
&__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;
|
|
}
|
|
}
|