2021-03-11 13:14:30 +00:00
|
|
|
@import '../../_variables.scss';
|
|
|
|
|
|
|
|
.Timeline {
|
|
|
|
.loadmore-text {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.-blocked {
|
|
|
|
cursor: progress;
|
|
|
|
}
|
|
|
|
|
2022-04-19 20:06:57 +00:00
|
|
|
.conversation-heading {
|
2022-05-09 20:14:58 +00:00
|
|
|
top: calc(var(--__panel-heading-height) * var(--currentPanelStack, 2));
|
2022-06-07 13:52:03 +00:00
|
|
|
z-index: 2;
|
2022-04-19 20:06:57 +00:00
|
|
|
}
|
2022-04-20 16:44:31 +00:00
|
|
|
|
|
|
|
&.-nonpanel {
|
|
|
|
.timeline-heading {
|
|
|
|
text-align: center;
|
|
|
|
line-height: 2.75em;
|
|
|
|
padding: 0 0.5em;
|
|
|
|
}
|
|
|
|
|
2022-04-28 13:36:53 +00:00
|
|
|
.timeline-heading {
|
|
|
|
.button-default, .alert {
|
|
|
|
line-height: 2em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2022-04-20 16:44:31 +00:00
|
|
|
}
|
|
|
|
}
|
2021-03-11 13:14:30 +00:00
|
|
|
}
|