Wednesday, July 15, 2026 4:09:17 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
> description-list.scss
// Name:            Description list
// Description:     Styles for description lists
//
// Component:       `uk-description-list`
//
// Modifiers:       `uk-description-list-divider`
//
// ========================================================================


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




/* ========================================================================
   Component: Description list
 ========================================================================== */

/*
 * Term
 */

.uk-description-list > dt {
    color: $description-list-term-color;
    @if(mixin-exists(hook-description-list-term)) {@include hook-description-list-term();}
}

.uk-description-list > dt:nth-child(n+2) {
    margin-top: $description-list-term-margin-top;
}

/*
 * Description
 */

.uk-description-list > dd {
    @if(mixin-exists(hook-description-list-description)) {@include hook-description-list-description();}
}


/* Style modifier
 ========================================================================== */

/*
 * Line
 */

.uk-description-list-divider > dt:nth-child(n+2) {
    margin-top: $description-list-divider-term-margin-top;
    padding-top: $description-list-divider-term-margin-top;
    border-top: $description-list-divider-term-border-width solid $description-list-divider-term-border;
    @if(mixin-exists(hook-description-list-divider-term)) {@include hook-description-list-divider-term();}
}


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

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

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