| | |
| | | @use "../../styles/variables.scss" as *; |
| | | |
| | | button#explorer { |
| | | all: unset; |
| | | background-color: transparent; |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | |
| | | & h1 { |
| | | & h2 { |
| | | font-size: 1rem; |
| | | display: inline-block; |
| | | margin: 0; |
| | |
| | | color: var(--secondary); |
| | | font-family: var(--headerFont); |
| | | font-size: 0.95rem; |
| | | font-weight: 600; |
| | | font-weight: $semiBoldWeight; |
| | | line-height: 1.5rem; |
| | | display: inline-block; |
| | | } |
| | |
| | | font-size: 0.95rem; |
| | | display: inline-block; |
| | | color: var(--secondary); |
| | | font-weight: 600; |
| | | font-weight: $semiBoldWeight; |
| | | margin: 0; |
| | | line-height: 1.5rem; |
| | | pointer-events: none; |