Spaces:
Running
Running
| /* ======================================== | |
| LT Gainers - Section-Specific Styles | |
| ======================================== */ | |
| /* | |
| Base components from common.css: | |
| - .control-panel | |
| - .tf-selector | |
| - .view-toggle, .view-btn | |
| - .btn, .btn-primary | |
| */ | |
| /* Gainers-specific overrides */ | |
| .control-panel--gainers { | |
| margin-bottom: var(--space-lg); | |
| } | |
| .source-selector { | |
| display: flex; | |
| align-items: center; | |
| gap: 8px; | |
| margin-right: 12px; | |
| } | |
| .source-selector select { | |
| background: var(--bg-input); | |
| color: var(--text); | |
| border: 1px solid var(--border); | |
| padding: 4px 8px; | |
| border-radius: 4px; | |
| cursor: pointer; | |
| } | |
| .page-subtitle-inline { | |
| font-family: system-ui, sans-serif; | |
| font-size: var(--font-lg); | |
| font-weight: 600; | |
| color: var(--text); | |
| flex: 1; | |
| } | |
| @media (max-width: 900px) { | |
| .control-panel { | |
| flex-direction: column; | |
| align-items: stretch; | |
| } | |
| .page-subtitle-inline { | |
| text-align: center; | |
| } | |
| .tf-selector, | |
| .view-toggle { | |
| justify-content: center; | |
| } | |
| } | |