2021-08-20 08:53:11 +00:00
|
|
|
.prejoin {
|
|
|
|
&-input-area {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2022-05-26 12:38:38 +00:00
|
|
|
&-avatar {
|
|
|
|
margin: 8px auto 16px;
|
|
|
|
|
|
|
|
&-name {
|
|
|
|
color: white;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 600;
|
|
|
|
line-height: 26px;
|
|
|
|
margin-bottom: 32px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2022-06-08 10:19:08 +00:00
|
|
|
|
|
|
|
&-container {
|
2022-06-10 06:16:23 +00:00
|
|
|
align-items: center;
|
2022-06-08 10:19:08 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2022-05-26 12:38:38 +00:00
|
|
|
}
|
|
|
|
|
2021-08-20 08:53:11 +00:00
|
|
|
&-error {
|
|
|
|
background-color: #E04757;
|
|
|
|
border-radius: 6px;
|
|
|
|
box-sizing: border-box;
|
2021-09-17 10:12:34 +00:00
|
|
|
color: white;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
2021-08-20 08:53:11 +00:00
|
|
|
margin-bottom: 16px;
|
|
|
|
margin-top: -8px;
|
2021-09-17 10:12:34 +00:00
|
|
|
padding: 4px;
|
2021-08-20 08:53:11 +00:00
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.prejoin-preview {
|
|
|
|
&-dropdown-btns {
|
|
|
|
padding: 8px 0;
|
|
|
|
}
|
2023-01-30 11:34:56 +00:00
|
|
|
|
2021-08-20 08:53:11 +00:00
|
|
|
&-dropdown-container {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
2023-01-30 11:34:56 +00:00
|
|
|
|
2021-08-20 08:53:11 +00:00
|
|
|
/**
|
|
|
|
* Override default InlineDialog behaviour, since it does not play nicely with relative widths
|
|
|
|
*/
|
|
|
|
& > div:nth-child(2) {
|
2023-01-04 12:22:51 +00:00
|
|
|
background: #E0E0E0;
|
2021-08-20 08:53:11 +00:00
|
|
|
padding: 0;
|
|
|
|
position: absolute !important;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2023-01-30 11:34:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.prejoin-input {
|
|
|
|
margin-bottom: 16px;
|
2023-02-17 13:34:45 +00:00
|
|
|
width: 100%;
|
2023-01-30 11:34:56 +00:00
|
|
|
|
|
|
|
& input {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|