[Frontend] Time Controller Markup and Styling

open #1515
open #117
Styling for boundary inputs and
slider;
This commit is contained in:
Charles Hacskaylo
2015-09-23 18:59:36 -07:00
parent 9811443c71
commit 9f7dc1da9b
7 changed files with 348 additions and 6123 deletions

View File

@@ -12,7 +12,7 @@ $basicCr: 2px;
$controlCr: 3px;
$smallCr: 2px;
// Buttons
// Buttons and Controls
$colorBtnBg: pullForward($colorBodyBg, $contrastRatioPercent); //
$colorBtnFg: $colorBodyFg;
$colorBtnMajorBg: $colorKey;
@@ -20,6 +20,12 @@ $colorBtnMajorFg: $colorKeyFg;
$colorBtnIcon: $colorKey;
$colorInvokeMenu: #fff;
$contrastInvokeMenuPercent: 20%;
$sliderColorBase: $colorKey;
$sliderColorRange: rgba($sliderColorBase, 0.3);
$sliderColorRangeHov: rgba($sliderColorBase, 0.5);
$sliderColorKnob: $sliderColorRange;
$sliderColorKnobHov: $sliderColorRangeHov;
$sliderKnobW: 5px;
// General Colors
$colorAlt1: #ffc700;