mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 11:01:41 +01:00
21 lines
305 B
SCSS
21 lines
305 B
SCSS
.permissions-connect-footer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
align-items: center;
|
|
|
|
&__text {
|
|
@include H7;
|
|
|
|
color: #6a737d;
|
|
display: flex;
|
|
margin-top: 10px;
|
|
|
|
&--link {
|
|
color: $primary-blue;
|
|
margin-left: 4px;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|