2021-07-18 20:34:44 -05:00
|
|
|
// styles that apply to the "share" modal & popup when sharing a link to a post or topic
|
|
|
|
|
2021-11-09 11:44:01 -06:00
|
|
|
.link-share-container,
|
|
|
|
.notify-user-input {
|
2021-07-18 20:34:44 -05:00
|
|
|
display: flex;
|
2023-10-30 11:45:07 -05:00
|
|
|
gap: 0.5em;
|
|
|
|
|
2021-11-09 11:44:01 -06:00
|
|
|
input,
|
|
|
|
.select-kit {
|
2022-02-23 19:21:20 -06:00
|
|
|
cursor: auto;
|
2021-07-18 20:34:44 -05:00
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-10-21 05:11:43 -05:00
|
|
|
.link-share-container {
|
|
|
|
.invite-link {
|
|
|
|
flex: 1 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mobile-view & {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-07-19 15:15:09 -05:00
|
|
|
.link-share-actions {
|
2021-07-18 20:34:44 -05:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
2022-03-15 14:27:18 -05:00
|
|
|
align-items: baseline;
|
2021-07-18 20:34:44 -05:00
|
|
|
|
|
|
|
button {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sources {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-topic {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.share-twitter {
|
|
|
|
.d-icon {
|
|
|
|
color: var(--twitter);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.share-facebook {
|
|
|
|
.d-icon {
|
|
|
|
color: var(--facebook);
|
|
|
|
}
|
|
|
|
}
|