<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  
---------------------------------------------------
Scroll Prompt - Small Breakpoint
---------------------------------------------------  
*/

/*  
---------------------------------------------------
- Mouse wheel .scroll-prompt-wheel
---------------------------------------------------  
*/

.scroll-prompt.scroll-prompt-wheel .mouse-scroll {
    transform: scale(0.7);
}

/*  
---------------------------------------------------
- Line .scroll-prompt-line
---------------------------------------------------  
*/

.scroll-prompt.scroll-prompt-line .mouse-scroll {
    height: 20px;
}

.scroll-prompt.scroll-prompt-line .scroll-link { 
    height:20px;
}</pre></body></html>