| | |
| | | button#explorer { |
| | | all: unset; |
| | | background-color: transparent; |
| | | border: none; |
| | | text-align: left; |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | |
| | | & h3 { |
| | | & h1 { |
| | | font-size: 1rem; |
| | | display: inline-block; |
| | | margin: 0; |
| | |
| | | max-height 0.35s ease, |
| | | transform 0.35s ease, |
| | | opacity 0.2s ease; |
| | | & div > li > a { |
| | | & li > a { |
| | | color: var(--dark); |
| | | opacity: 0.75; |
| | | pointer-events: all; |
| | |
| | | color: var(--tertiary) !important; |
| | | } |
| | | |
| | | & li > button { |
| | | & div > button { |
| | | color: var(--dark); |
| | | background-color: transparent; |
| | | border: none; |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | |
| | | & h3 { |
| | | & p { |
| | | font-size: 0.95rem; |
| | | display: inline-block; |
| | | color: var(--secondary); |
| | |
| | | |
| | | #explorer-end { |
| | | // needs height so IntersectionObserver gets triggered |
| | | height: 1px; |
| | | height: 4px; |
| | | // remove default margin from li |
| | | margin: 0; |
| | | } |