| | |
| | | @use "../../styles/variables.scss" as *; |
| | | |
| | | button#explorer { |
| | | all: unset; |
| | | background-color: transparent; |
| | |
| | | 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; |
| | |
| | | backface-visibility: visible; |
| | | } |
| | | |
| | | div:has(> .folder-outer:not(.open)) > .folder-container > svg { |
| | | li:has(> .folder-outer:not(.open)) > .folder-container > svg { |
| | | transform: rotate(-90deg); |
| | | } |
| | | |