mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
0d961a655e
* Fix permission site origin overflow * Standardize connect flow a bit * Another standardization change * Fix another chip width issue * Standardize snap install * Fix lint * Fix overflow after rebase
32 lines
432 B
SCSS
32 lines
432 B
SCSS
.permissions-connect-header {
|
|
flex: 0;
|
|
width: 100%;
|
|
|
|
&__icon {
|
|
width: 100%;
|
|
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;
|
|
}
|
|
}
|