2020-04-16 10:47:10 +00:00
|
|
|
.prejoin {
|
|
|
|
|
|
|
|
&-input-area {
|
|
|
|
margin: 0 auto;
|
|
|
|
text-align: center;
|
|
|
|
width: 320px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-title {
|
|
|
|
color: #fff;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 32px;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-text-btns {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-input-label {
|
|
|
|
color: #A4B8D1;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 20px;
|
|
|
|
margin-top: 32px 0 8px 0;
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-05-07 07:42:55 +00:00
|
|
|
|
|
|
|
&-checkbox {
|
|
|
|
border: 0;
|
|
|
|
height: 16px;
|
|
|
|
margin-right: 8px;
|
|
|
|
padding: 0;
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-checkbox-container {
|
2020-07-15 08:06:14 +00:00
|
|
|
margin-bottom: 14px;
|
2020-05-07 07:42:55 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
2020-08-13 09:00:20 +00:00
|
|
|
|
|
|
|
&-error {
|
|
|
|
color: white;
|
|
|
|
background-color: rgba(229, 75, 75, 0.5);
|
|
|
|
width: 100%;
|
|
|
|
padding: 3px;
|
|
|
|
margin-top: 4px;
|
|
|
|
font-size: 13px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2020-04-16 10:47:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@mixin name-placeholder {
|
|
|
|
color: #fff;
|
|
|
|
font-weight: 300;
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prejoin-preview {
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
&--no-video {
|
|
|
|
background: radial-gradient(50% 50% at 50% 50%, #5B6F80 0%, #365067 100%), #FFFFFF;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-video {
|
|
|
|
height: 100%;
|
|
|
|
object-fit: cover;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-name {
|
|
|
|
color: #fff;
|
|
|
|
font-size: 19px;
|
|
|
|
line-height: 28px;
|
|
|
|
|
|
|
|
&--editable {
|
|
|
|
background: none;
|
|
|
|
border: 0;
|
|
|
|
border-bottom: 1px solid #D1DBE8;
|
|
|
|
margin: 24px 0 16px 0;
|
|
|
|
outline: none;
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
&::-webkit-input-placeholder {
|
|
|
|
@include name-placeholder;
|
|
|
|
}
|
|
|
|
&::-moz-placeholder {
|
|
|
|
@include name-placeholder;
|
|
|
|
}
|
|
|
|
&:-ms-input-placeholder {
|
|
|
|
@include name-placeholder;
|
|
|
|
}
|
|
|
|
}
|
2020-05-19 07:52:57 +00:00
|
|
|
|
|
|
|
&--text {
|
|
|
|
margin: 16px 0;
|
|
|
|
outline: none;
|
|
|
|
}
|
2020-04-16 10:47:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&-avatar.avatar {
|
|
|
|
background: #A4B8D1;
|
|
|
|
margin: 200px auto 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-overlay {
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 1;
|
2020-05-07 07:42:55 +00:00
|
|
|
background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
|
|
|
|
}
|
|
|
|
|
|
|
|
&-bottom-overlay {
|
|
|
|
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
|
|
|
|
bottom: 0;
|
|
|
|
height: 50%;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 1;
|
2020-04-16 10:47:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&-status {
|
|
|
|
align-items: center;
|
2020-05-20 08:25:31 +00:00
|
|
|
align-self: stretch;
|
2020-04-16 10:47:10 +00:00
|
|
|
color: #fff;
|
|
|
|
display: flex;
|
|
|
|
font-size: 13px;
|
|
|
|
min-height: 24px;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
|
|
|
z-index: 1;
|
|
|
|
|
|
|
|
&--warning {
|
2020-05-20 08:25:31 +00:00
|
|
|
background: rgba(241, 173, 51, 0.7)
|
2020-04-16 10:47:10 +00:00
|
|
|
}
|
|
|
|
&--ok {
|
2020-05-20 08:25:31 +00:00
|
|
|
background: rgba(49, 183, 106, 0.7);
|
2020-04-16 10:47:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-icon {
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
display: inline-block;
|
|
|
|
height: 16px;
|
|
|
|
margin-right: 8px;
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-error-desc {
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-button-container {
|
|
|
|
width: 49px;
|
|
|
|
margin: 0 8px;
|
|
|
|
}
|
2020-05-07 07:42:55 +00:00
|
|
|
|
|
|
|
&-dropdown-btns {
|
|
|
|
width: 320px;
|
|
|
|
padding: 8px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-dropdown-btn {
|
|
|
|
align-items: center;
|
|
|
|
color: #1C2025;
|
|
|
|
cursor: pointer;
|
|
|
|
display: flex;
|
|
|
|
height: 40px;
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 24px;
|
|
|
|
padding: 0 16px;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: #DAEBFA;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-dropdown-icon {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 16px;
|
|
|
|
|
|
|
|
& > svg {
|
|
|
|
fill: #1C2025;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-dropdown-container {
|
|
|
|
& > div > div:nth-child(2) > div > div {
|
|
|
|
background: #fff;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-04-16 10:47:10 +00:00
|
|
|
}
|