mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
21 lines
342 B
SCSS
21 lines
342 B
SCSS
.permissions-connect-footer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
align-items: center;
|
|
|
|
&__text {
|
|
@include H7;
|
|
|
|
color: var(--color-text-alternative);
|
|
display: flex;
|
|
margin-top: 10px;
|
|
|
|
&--link {
|
|
color: var(--color-primary-default);
|
|
margin-left: 4px;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|