2019-02-20 22:42:44 +08:00
|
|
|
.share-and-invite.modal {
|
|
|
|
.modal-body {
|
|
|
|
max-width: 475px;
|
2019-05-16 20:37:19 +08:00
|
|
|
min-width: 320px;
|
2020-02-20 00:08:15 +08:00
|
|
|
padding: 0;
|
2019-05-16 20:37:19 +08:00
|
|
|
}
|
|
|
|
|
2020-02-20 02:50:12 +08:00
|
|
|
.modal-panel {
|
|
|
|
padding: 0.667em;
|
|
|
|
}
|
|
|
|
|
2019-05-16 20:37:19 +08:00
|
|
|
.modal-header {
|
|
|
|
.modal-close {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
2019-02-20 22:42:44 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.share-and-invite.modal .share.modal-panel {
|
|
|
|
.header {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.title {
|
|
|
|
font-size: $font-0;
|
|
|
|
font-weight: normal;
|
2020-04-25 07:32:02 +08:00
|
|
|
margin-bottom: 8px;
|
2019-02-23 06:22:11 +08:00
|
|
|
|
|
|
|
.post-date {
|
|
|
|
color: $primary-medium;
|
|
|
|
font-size: $font-down-1;
|
|
|
|
}
|
2019-02-20 22:42:44 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.body {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
.topic-share-url {
|
|
|
|
width: 100%;
|
2019-02-23 06:22:11 +08:00
|
|
|
height: auto;
|
|
|
|
box-sizing: border-box;
|
2019-02-20 22:42:44 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.topic-share-url {
|
2020-04-25 07:32:02 +08:00
|
|
|
margin-bottom: 8px;
|
2019-02-20 22:42:44 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.sources {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex-direction: row;
|
|
|
|
|
|
|
|
.social-link {
|
2019-02-23 06:22:11 +08:00
|
|
|
font-size: $font-up-6;
|
2020-04-25 07:32:02 +08:00
|
|
|
margin-right: 8px;
|
2019-02-20 22:42:44 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-06-09 23:19:32 +08:00
|
|
|
.share-and-invite.modal .invite.modal-panel,
|
|
|
|
.invite-link.modal-panel {
|
2019-02-20 22:42:44 +08:00
|
|
|
.error-message,
|
|
|
|
.success-message {
|
2020-04-25 07:32:02 +08:00
|
|
|
margin-bottom: 8px;
|
2019-02-20 22:42:44 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.body {
|
|
|
|
.invite-user-control,
|
|
|
|
.group-access-control,
|
|
|
|
.show-custom-message-control {
|
2020-04-25 07:32:02 +08:00
|
|
|
margin-bottom: 8px;
|
2019-02-20 22:42:44 +08:00
|
|
|
}
|
|
|
|
|
2020-07-09 01:02:26 +08:00
|
|
|
.invite-user-control input.email-or-username-input {
|
|
|
|
line-height: 1.75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.group-access-control {
|
|
|
|
.select-kit.multi-select .choices {
|
|
|
|
padding-left: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.group-chooser {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-02-20 22:42:44 +08:00
|
|
|
.instructions {
|
2020-04-25 07:32:02 +08:00
|
|
|
margin-bottom: 8px;
|
2019-02-20 22:42:44 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.email-or-username-input {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-01-27 21:29:43 +08:00
|
|
|
|
2020-06-09 23:19:32 +08:00
|
|
|
.max-redemptions-allowed {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
|
|
|
.max-redemptions-allowed-input {
|
|
|
|
width: 20%;
|
|
|
|
min-width: 100px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.invite-link-expires-at .date-picker,
|
|
|
|
.time-input {
|
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
|
2020-01-27 21:29:43 +08:00
|
|
|
.invite-user-input-wrapper {
|
|
|
|
display: flex;
|
|
|
|
div.ac-wrap {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
}
|
2020-06-09 23:19:32 +08:00
|
|
|
|
|
|
|
.invite-link-input {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2019-02-20 22:42:44 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.btn-primary {
|
2020-04-25 07:32:02 +08:00
|
|
|
margin-right: 8px;
|
2019-02-20 22:42:44 +08:00
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|