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.
33 lines
448 B
33 lines
448 B
5 years ago
|
.permissions-connect-header {
|
||
|
display: flex;
|
||
5 years ago
|
flex: 0;
|
||
5 years ago
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
5 years ago
|
width: 92%;
|
||
5 years ago
|
|
||
|
&__icon {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
&__title {
|
||
4 years ago
|
@include H3;
|
||
4 years ago
|
|
||
5 years ago
|
text-align: center;
|
||
|
color: $Black-100;
|
||
4 years ago
|
margin-top: 16px;
|
||
5 years ago
|
}
|
||
|
|
||
4 years ago
|
&__subtitle {
|
||
4 years ago
|
@include H6;
|
||
4 years ago
|
|
||
5 years ago
|
text-align: center;
|
||
|
color: $Grey-500;
|
||
|
}
|
||
5 years ago
|
|
||
|
&__subtitle {
|
||
|
margin-top: 4px;
|
||
|
}
|
||
5 years ago
|
}
|