211 lines
3.9 KiB
SCSS
211 lines
3.9 KiB
SCSS
// Copyright 2022 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
.module-conversation-hero {
|
|
padding-block: 32px 28px;
|
|
padding-inline: 0;
|
|
text-align: center;
|
|
|
|
&__avatar {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
&__title {
|
|
@include button-reset();
|
|
cursor: pointer;
|
|
}
|
|
|
|
&__title span {
|
|
@include font-title-1;
|
|
font-weight: 400;
|
|
}
|
|
|
|
&__title__chevron {
|
|
display: inline-block;
|
|
height: 20px;
|
|
width: 20px;
|
|
|
|
// Align with the text
|
|
position: relative;
|
|
inset-block-start: 2px;
|
|
|
|
@include light-theme {
|
|
@include color-svg(
|
|
'../images/icons/v3/chevron/chevron-right-bold.svg',
|
|
$color-gray-90
|
|
);
|
|
}
|
|
@include dark-theme {
|
|
@include color-svg(
|
|
'../images/icons/v3/chevron/chevron-right-bold.svg',
|
|
$color-gray-05
|
|
);
|
|
}
|
|
}
|
|
|
|
&__profile-name {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
@include font-title-2;
|
|
margin-bottom: 2px;
|
|
margin-top: 0;
|
|
|
|
@include light-theme {
|
|
color: $color-gray-90;
|
|
}
|
|
|
|
@include dark-theme {
|
|
color: $color-gray-05;
|
|
}
|
|
}
|
|
|
|
&__with {
|
|
@include font-body-2;
|
|
margin-block: 0;
|
|
margin-inline: auto;
|
|
margin-bottom: 20px;
|
|
max-width: 500px;
|
|
|
|
@include light-theme {
|
|
color: $color-gray-60;
|
|
}
|
|
|
|
@include dark-theme {
|
|
color: $color-gray-25;
|
|
}
|
|
}
|
|
|
|
&__note-to-self {
|
|
@include font-body-2;
|
|
|
|
padding-block: 0;
|
|
padding-inline: 16px;
|
|
|
|
@include light-theme {
|
|
color: $color-gray-60;
|
|
}
|
|
|
|
@include dark-theme {
|
|
color: $color-gray-25;
|
|
}
|
|
}
|
|
|
|
&__safety-tips-button {
|
|
border-radius: 9999px;
|
|
padding-block: 6px;
|
|
padding-inline: 14px;
|
|
margin-top: 12px;
|
|
@include font-subtitle;
|
|
}
|
|
|
|
&__membership {
|
|
@include font-body-2;
|
|
user-select: none;
|
|
|
|
max-width: 255px;
|
|
margin-inline: auto;
|
|
padding-block: 16px;
|
|
padding-inline: 20px;
|
|
|
|
border-radius: 18px;
|
|
border-style: solid;
|
|
border-width: 1.5px;
|
|
|
|
@include light-theme() {
|
|
border-color: $color-gray-05;
|
|
}
|
|
@include dark-theme() {
|
|
border-color: $color-gray-80;
|
|
}
|
|
|
|
@include light-theme {
|
|
color: $color-gray-90;
|
|
}
|
|
|
|
@include dark-theme {
|
|
color: $color-gray-02;
|
|
}
|
|
|
|
&__chevron {
|
|
display: inline-block;
|
|
height: 18px;
|
|
width: 18px;
|
|
vertical-align: text-top;
|
|
margin-inline-end: 8px;
|
|
|
|
@include light-theme {
|
|
@include color-svg('../images/icons/v3/group/group.svg', $color-black);
|
|
}
|
|
|
|
@include dark-theme {
|
|
@include color-svg(
|
|
'../images/icons/v3/group/group.svg',
|
|
$color-gray-05
|
|
);
|
|
}
|
|
}
|
|
|
|
&__name {
|
|
// Cancel bold
|
|
font-weight: normal;
|
|
}
|
|
|
|
&__warning {
|
|
line-height: 20px;
|
|
|
|
&__icon {
|
|
content: '';
|
|
display: inline-block;
|
|
height: 18px;
|
|
margin-inline-end: 8px;
|
|
width: 18px;
|
|
vertical-align: middle;
|
|
|
|
@include light-theme {
|
|
@include color-svg(
|
|
'../images/icons/v3/info/info.svg',
|
|
$color-gray-90
|
|
);
|
|
}
|
|
@include dark-theme {
|
|
@include color-svg(
|
|
'../images/icons/v3/info/info.svg',
|
|
$color-gray-02
|
|
);
|
|
}
|
|
}
|
|
|
|
&__learn-more {
|
|
@include button-reset();
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|
|
|
|
&__linkNotification {
|
|
@include font-body-2;
|
|
|
|
margin-top: 12px;
|
|
text-align: center;
|
|
user-select: none;
|
|
|
|
&::before {
|
|
content: '';
|
|
display: inline-block;
|
|
height: 16px;
|
|
margin-inline-end: 8px;
|
|
vertical-align: middle;
|
|
width: 16px;
|
|
|
|
@include light-theme {
|
|
@include color-svg('../images/icons/v3/info/info.svg', $color-gray-60);
|
|
}
|
|
@include dark-theme {
|
|
@include color-svg('../images/icons/v3/info/info.svg', $color-gray-25);
|
|
}
|
|
}
|
|
}
|
|
}
|