(props)
| 7917 | stroke: currentColor; |
| 7918 | stroke-width: 2.4; |
| 7919 | stroke-linecap: round; |
| 7920 | stroke-linejoin: round; |
| 7921 | } |
| 7922 | .glowifySectionNavScrollBtn:hover { transform: scale(1.08); background: var(--glowify-glow-accent); } |
| 7923 | .glowifySectionNavScrollBtn:active { transform: scale(0.95); } |
| 7924 | .glowifySectionNavBtn { |
| 7925 | flex: 0 0 auto; |
| 7926 | padding: 5px 12px; |
| 7927 | height: 28px; |
| 7928 | border-radius: 10px; |
| 7929 | border: 0; |
| 7930 | cursor: pointer; |
| 7931 | white-space: nowrap; |
nothing calls this directly
no outgoing calls
no test coverage detected