www-new/components/OrganizedContent.module.css

93 lines
1.4 KiB
CSS

.organizedContent {
display: flex;
}
.contentHeading {
font-size: 1.5rem;
margin: 1rem 0 1rem 0;
color: var(--blue-2);
}
.nav {
margin: 1rem 2rem 0 0.5rem;
}
.navOption {
display: flex;
width: max-content;
padding: 0.5rem 2rem 0.5rem 0.5rem;
font-size: 0.875rem;
}
.divider {
border-bottom: 1px solid var(--blue-2);
opacity: 0.25;
width: '100%',
}
.footer {
margin-top: 1rem;
display: flex;
justify-content: space-between;
}
.footerSection {
display: flex;
}
.selectedHeading {
color: var(--blue-2);
font-weight: bold;
}
.selectedHeadingArea {
background-color: rgba(92, 175, 249, 0.05);
}
.selectedMarker {
background-color: var(--blue-2);
width: calc(4rem / 16);
margin-right: 0.5rem;
}
.readAll {
font-weight: bold;
}
.arrowHeading {
color: var(--blue-2);
font-size: 0.875rem;
font-weight: bold;
text-decoration: underline;
text-underline-offset: 0.5rem;
text-decoration-thickness: 0.1rem;
}
.prevNext {
font-size: 0.75rem;
}
.nextText {
text-align: end;
}
.arrow {
fill: var(--blue-2);
margin-top: 1.7rem;
}
.prevArrow {
transform: rotate(90deg);
padding-right: 0.5rem;
}
.nextArrow {
transform: rotate(270deg);
padding-left: 0.5rem;
}
.footerSection {
cursor: pointer;
display: flex;
}