Wednesday, July 15, 2026 4:07:59 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
> close.scss
// Name:            Close
// Description:     Component to create a close button
//
// Component:       `uk-close`
//
// ========================================================================


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



/* ========================================================================
   Component: Close
 ========================================================================== */

/*
 * Adopts `uk-icon`
 */

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

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


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

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

// @mixin hook-close(){}
// @mixin hook-close-hover(){}
// @mixin hook-close-misc(){}


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




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