Friday, September 20, 2024 6:57:20 AM
> settings

Customize


Authenticate

> marker.scss
// Name:            Marker
// Description:     Component to create a marker icon
//
// Component:       `uk-marker`
//
// ========================================================================


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




/* ========================================================================
   Component: Marker
 ========================================================================== */

/*
 * Addopts `uk-icon`
 */

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

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


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

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

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


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




// @mixin hook-inverse-marker(){}
// @mixin hook-inverse-marker-hover(){}
All opinions represented herein are my own
- © 2024 itsthedevman
- build 340fbb8