You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

45 lines
998 B

//
// Component: Form Range
//
// ========================================================================
// Variables
// ========================================================================
$form-range-thumb-background: $global-background !default;
//
// New
//
$form-range-thumb-border-width: $global-border-width !default;
$form-range-thumb-border: darken($global-border, 10%) !default;
$form-range-track-border-radius: 500px !default;
// Component
// ========================================================================
// @mixin hook-form-range(){}
// Thumb
// ========================================================================
// Track
// ========================================================================
// @mixin hook-form-range-track-focus(){}
// Miscellaneous
// ========================================================================
// @mixin hook-form-range-misc(){}