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


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

@totop-padding:                                 9px 12px;

@totop-color:                                   #fff;
@totop-hover-color:                             @global-primary-background;
@totop-active-color:                            @global-primary-background;

@totop-background:                              @global-primary-background;
@totop-hover-background:                        lighten(@global-primary-background, 28%);
@totop-active-background:                       lighten(@global-primary-background, 28%);


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

.hook-totop() {}

.hook-totop-hover() {}

.hook-totop-active() {}


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

.hook-icon-misc() {}


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

@inverse-totop-background:                              @global-primary-background;
@inverse-totop-hover-background:                        darken(@global-primary-background, 10%);
@inverse-totop-active-background:                       @global-primary-background;

@inverse-totop-color:                                   @inverse-global-muted-color;
@inverse-totop-hover-color:                             @inverse-global-color;
@inverse-totop-active-color:                            @inverse-global-emphasis-color;

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