Scenario generator for vore roleplay and story ideas. https://scenario-generator.deliciousreya.net/responses
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

32 lines
451 B

@import "ResponseElement";
@import "Page";
@import "TableHeader";
.responseType {
list-style: none;
padding: 1rem;
scroll-margin-top: 10rem;
margin-top: 0.5rem;
margin-left: 1rem;
margin-bottom: 0.5rem;
}
.responseType > h2 {
margin-top: 0;
}
.responseTypeHead {
position: sticky;
top: 9.4rem;
background-color: inherit;
z-index: 1;
padding-bottom: 0.2rem;
}
.responseTypeTitle {
flex: 1 1 auto;
}
.responseTypeList {
padding: 0;
}