From: Lonewolf Date: Sat, 8 Mar 2014 10:57:03 +0000 (+0530) Subject: Added range slider variables to settings X-Git-Tag: v5.2.1~20^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4622%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Added range slider variables to settings --- diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index bc71ae993..36e178497 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -1201,3 +1201,37 @@ // $include-html-visibility-classes: $include-html-classes; // $include-table-visibility-classes: true; // $include-legacy-visibility-classes: true; + +// +// RANGE SLIDER +// + +// $include-html-range-slider-classes: $include-html-classes; + +// These variabels define the slider bar styles +// $range-slider-bar-width: 100%; +// $range-slider-bar-height: rem-calc(16); + +// $range-slider-bar-border-width: 1px; +// $range-slider-bar-border-style: solid; +// $range-slider-bar-border-color: #ddd; +// $range-slider-radius: $global-radius; +// $range-slider-round: $global-rounded; +// $range-slider-bar-bg-color: #fafafa; + +// Vertical bar styles +// $range-slider-vertical-bar-width: rem-calc(16); +// $range-slider-vertical-bar-height: rem-calc(200); + +// These variabels define the slider handle styles +// $range-slider-handle-width: rem-calc(32); +// $range-slider-handle-height: rem-calc(22); +// $range-slider-handle-position-top: rem-calc(-5); +// $range-slider-handle-bg-color: $primary-color; +// $range-slider-handle-border-width: 1px; +// $range-slider-handle-border-style: solid; +// $range-slider-handle-border-color: none; +// $range-slider-handle-radius: $global-radius; +// $range-slider-handle-round: $global-rounded; +// $range-slider-handle-bg-hover-color: scale-color($primary-color, $lightness: -12%); +// $range-slider-handle-cursor: pointer;