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.
31 lines
450 B
31 lines
450 B
.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(--color-text-default);
|
|
margin-top: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
&__subtitle {
|
|
@include H6;
|
|
|
|
text-align: center;
|
|
color: var(--color-text-default);
|
|
}
|
|
|
|
&__subtitle {
|
|
margin-top: 4px;
|
|
}
|
|
}
|
|
|