2022-04-05 17:03:17 -04:00
|
|
|
.custom-gated-topic-container {
|
2022-04-05 14:23:15 -04:00
|
|
|
background: var(--tertiary-low);
|
2022-04-05 17:03:17 -04:00
|
|
|
border-top: 5px solid var(--tertiary);
|
2022-04-05 14:23:15 -04:00
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
z-index: 999;
|
2022-04-05 17:03:17 -04:00
|
|
|
min-height: 65%;
|
|
|
|
|
|
|
|
// align content in the middle
|
|
|
|
display: grid;
|
|
|
|
place-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-gated-topic-content {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
&--header {
|
|
|
|
font-size: var(--font-up-5);
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--text {
|
|
|
|
font-size: var(--font-up-2);
|
|
|
|
}
|
|
|
|
|
|
|
|
&--cta {
|
|
|
|
margin-top: 2rem;
|
|
|
|
|
|
|
|
&__signup {
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
}
|
2022-04-05 14:23:15 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.topic-in-gated-category {
|
2022-04-05 17:03:17 -04:00
|
|
|
overflow-y: hidden;
|
|
|
|
height: 100%;
|
|
|
|
|
2022-04-05 14:23:15 -04:00
|
|
|
.topic-navigation {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
2022-04-05 17:03:17 -04:00
|
|
|
|
2022-04-05 14:23:15 -04:00
|
|
|
.post-stream {
|
|
|
|
max-height: 150vh;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|