Wednesday, July 15, 2026 4:08:21 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
> dropnav.scss
// Name:            Dropnav
// Description:     Component to create dropdown/dropbar menus based on Drop component
//
// Component:       `uk-dropnav`
//
// Sub-objects:     `uk-dropnav-dropbar`
//
// ========================================================================


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



/* ========================================================================
   Component: Dropnav
 ========================================================================== */
/*
 * 1. Position
 * 2. Reset dropbar
 * 3. Width
 */

.uk-dropnav-dropbar {
    /* 1 */
    position: absolute;
    z-index: $dropnav-dropbar-z-index;
    /* 2 */
    padding: 0;
    /* 3 */
    left: 0;
    right: 0;
}


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

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

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