parent
edbae617c3
commit
49b2fd6b2f
@ -1,6 +1,85 @@ |
||||
.organizedcontent { |
||||
background-color: rgb(78, 212, 178, 0.2); |
||||
color: var(--purple-2); |
||||
display:flex; |
||||
flex-direction:row; |
||||
.organizedContent { |
||||
display: flex; |
||||
} |
||||
|
||||
.contentHeading { |
||||
margin: 1rem 0 1rem 0; |
||||
color: var(--blue-2); |
||||
} |
||||
|
||||
.nav { |
||||
margin: 1rem 2rem 0 0.5rem; |
||||
} |
||||
|
||||
.navOption { |
||||
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); |
||||
} |
||||
|
||||
.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; |
||||
} |
Loading…
Reference in new issue