2020-04-02 11:09:53 +02:00
|
|
|
.permissions-connect-header {
|
|
|
|
display: flex;
|
2020-05-28 16:52:16 +02:00
|
|
|
flex: 0;
|
2020-04-02 11:09:53 +02:00
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
2020-04-07 20:38:15 +02:00
|
|
|
width: 92%;
|
2020-04-02 11:09:53 +02:00
|
|
|
|
|
|
|
&__icon {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.icon-with-fallback__identicon-container,
|
|
|
|
.icon-with-fallback__identicon-border {
|
|
|
|
height: 64px;
|
|
|
|
width: 64px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-with-fallback__identicon-border {
|
|
|
|
border: 1px solid $Grey-100;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-with-fallback__identicon-container {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__title {
|
2020-07-29 17:35:53 +02:00
|
|
|
@include H3;
|
2020-07-15 15:13:40 +02:00
|
|
|
|
2020-04-02 11:09:53 +02:00
|
|
|
text-align: center;
|
|
|
|
color: $Black-100;
|
2020-10-29 16:03:29 +01:00
|
|
|
margin-top: 16px;
|
2020-04-02 11:09:53 +02:00
|
|
|
}
|
|
|
|
|
2020-07-15 15:13:40 +02:00
|
|
|
&__text,
|
|
|
|
&__subtitle {
|
2020-07-29 17:35:53 +02:00
|
|
|
@include H6;
|
2020-07-15 15:13:40 +02:00
|
|
|
|
2020-04-02 11:09:53 +02:00
|
|
|
text-align: center;
|
|
|
|
color: $Grey-500;
|
|
|
|
}
|
2020-04-07 20:38:15 +02:00
|
|
|
|
2020-06-02 00:28:05 +02:00
|
|
|
&__text {
|
|
|
|
width: 100%;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
2020-10-29 16:03:29 +01:00
|
|
|
margin-top: 8px;
|
2020-07-15 15:13:40 +02:00
|
|
|
|
2020-06-02 00:28:05 +02:00
|
|
|
/*rtl:ignore*/
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
2020-04-07 20:38:15 +02:00
|
|
|
&__subtitle {
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
2020-06-02 00:28:05 +02:00
|
|
|
}
|