You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
305 B
21 lines
305 B
5 years ago
|
.permissions-connect-footer {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
width: 100%;
|
||
|
align-items: center;
|
||
|
|
||
|
&__text {
|
||
4 years ago
|
@include H7;
|
||
4 years ago
|
|
||
|
color: #6a737d;
|
||
5 years ago
|
display: flex;
|
||
|
margin-top: 10px;
|
||
|
|
||
|
&--link {
|
||
4 years ago
|
color: $primary-blue;
|
||
5 years ago
|
margin-left: 4px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
}
|
||
4 years ago
|
}
|