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


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

@totop-color:                                   @global-emphasis-color;
@totop-hover-color:                             fadeout(@global-emphasis-color, 40%);
@totop-active-color:                            @global-muted-color;


// Component
// ========================================================================

.hook-totop() {}

.hook-totop-hover() {}

.hook-totop-active() {}


// Miscellaneous
// ========================================================================

.hook-icon-misc() {}


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

.hook-inverse-totop() {}
.hook-inverse-totop-hover() {}
.hook-inverse-totop-active() {}