Wednesday, July 15, 2026 4:10:19 AM
> project show esm_website_v1
The unexpected heart of the ESM ecosystem. What started as a simple Rails dashboard has evolved into the command center for thousands of gaming communities, proving that sometimes the best infrastructure projects are the ones you never planned to build.
Details
> totop.scss
// Name:            Totop
// Description:     Component to create an icon to scroll back to top
//
// Component:       `uk-totop`
//
// ========================================================================


// Variables
// ========================================================================





/* ========================================================================
   Component: Totop
 ========================================================================== */

/*
 * Addopts `uk-icon`
 */

.uk-totop {
    padding: $totop-padding;
    color: $totop-color;
    @if(mixin-exists(hook-totop)) {@include hook-totop();}
}

/* Hover */
.uk-totop:hover {
    color: $totop-hover-color;
    @if(mixin-exists(hook-totop-hover)) {@include hook-totop-hover();}
}

/* OnClick */
.uk-totop:active {
    color: $totop-active-color;
    @if(mixin-exists(hook-totop-active)) {@include hook-totop-active();}
}


// Hooks
// ========================================================================

@if(mixin-exists(hook-totop-misc)) {@include hook-totop-misc();}

// @mixin hook-totop(){}
// @mixin hook-totop-hover(){}
// @mixin hook-totop-active(){}
// @mixin hook-totop-misc(){}


// Inverse
// ========================================================================




// @mixin hook-inverse-totop(){}
// @mixin hook-inverse-totop-hover(){}
// @mixin hook-inverse-totop-active(){}
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 43aa0d7