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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.share-and-invite.modal .invite.modal-panel {
|
|
|
|
.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
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
|
|
|
|
.invite-user-input-wrapper {
|
|
|
|
display: flex;
|
|
|
|
div.ac-wrap {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|