paint-rails 0.6.7 → 0.7.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (136) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/lib/paint-rails/version.rb +1 -1
  4. data/paint-rails.gemspec +2 -2
  5. data/vendor/assets/stylesheets/Brocfile.js +3 -0
  6. data/vendor/assets/stylesheets/Gemfile +3 -0
  7. data/vendor/assets/stylesheets/Gemfile.lock +14 -0
  8. data/vendor/assets/stylesheets/bin/ci +6 -0
  9. data/vendor/assets/stylesheets/bin/lint +5 -0
  10. data/vendor/assets/stylesheets/bin/setup +7 -0
  11. data/vendor/assets/stylesheets/bower_components/fontawesome/.bower.json +5 -5
  12. data/vendor/assets/stylesheets/bower_components/fontawesome/.gitignore +1 -0
  13. data/vendor/assets/stylesheets/bower_components/fontawesome/bower.json +1 -1
  14. data/vendor/assets/stylesheets/bower_components/fontawesome/css/font-awesome.css +133 -4
  15. data/vendor/assets/stylesheets/bower_components/fontawesome/css/font-awesome.css.map +7 -0
  16. data/vendor/assets/stylesheets/bower_components/fontawesome/css/font-awesome.min.css +2 -2
  17. data/vendor/assets/stylesheets/bower_components/fontawesome/fonts/FontAwesome.otf +0 -0
  18. data/vendor/assets/stylesheets/bower_components/fontawesome/fonts/fontawesome-webfont.eot +0 -0
  19. data/vendor/assets/stylesheets/bower_components/fontawesome/fonts/fontawesome-webfont.svg +53 -8
  20. data/vendor/assets/stylesheets/bower_components/fontawesome/fonts/fontawesome-webfont.ttf +0 -0
  21. data/vendor/assets/stylesheets/bower_components/fontawesome/fonts/fontawesome-webfont.woff +0 -0
  22. data/vendor/assets/stylesheets/bower_components/fontawesome/fonts/fontawesome-webfont.woff2 +0 -0
  23. data/vendor/assets/stylesheets/bower_components/fontawesome/less/{spinning.less → animated.less} +6 -1
  24. data/vendor/assets/stylesheets/bower_components/fontawesome/less/core.less +3 -1
  25. data/vendor/assets/stylesheets/bower_components/fontawesome/less/font-awesome.less +2 -2
  26. data/vendor/assets/stylesheets/bower_components/fontawesome/less/icons.less +45 -1
  27. data/vendor/assets/stylesheets/bower_components/fontawesome/less/mixins.less +3 -1
  28. data/vendor/assets/stylesheets/bower_components/fontawesome/less/path.less +1 -0
  29. data/vendor/assets/stylesheets/bower_components/fontawesome/less/variables.less +47 -2
  30. data/vendor/assets/stylesheets/bower_components/fontawesome/scss/{_spinning.scss → _animated.scss} +5 -0
  31. data/vendor/assets/stylesheets/bower_components/fontawesome/scss/_core.scss +3 -1
  32. data/vendor/assets/stylesheets/bower_components/fontawesome/scss/_icons.scss +45 -1
  33. data/vendor/assets/stylesheets/bower_components/fontawesome/scss/_mixins.scss +3 -1
  34. data/vendor/assets/stylesheets/bower_components/fontawesome/scss/_path.scss +2 -1
  35. data/vendor/assets/stylesheets/bower_components/fontawesome/scss/_variables.scss +47 -2
  36. data/vendor/assets/stylesheets/bower_components/fontawesome/scss/font-awesome.scss +2 -2
  37. data/vendor/assets/stylesheets/bower_components/foundation/.bower.json +5 -5
  38. data/vendor/assets/stylesheets/bower_components/foundation/bower.json +1 -1
  39. data/vendor/assets/stylesheets/bower_components/foundation/css/foundation.css +1855 -1667
  40. data/vendor/assets/stylesheets/bower_components/foundation/css/foundation.css.map +7 -0
  41. data/vendor/assets/stylesheets/bower_components/foundation/css/foundation.min.css +1 -0
  42. data/vendor/assets/stylesheets/bower_components/foundation/css/normalize.css +11 -12
  43. data/vendor/assets/stylesheets/bower_components/foundation/css/normalize.css.map +7 -0
  44. data/vendor/assets/stylesheets/bower_components/foundation/css/normalize.min.css +1 -0
  45. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.abide.js +156 -62
  46. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.accordion.js +35 -13
  47. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.alert.js +8 -8
  48. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.clearing.js +93 -65
  49. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.dropdown.js +203 -66
  50. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.equalizer.js +57 -27
  51. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.interchange.js +61 -46
  52. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.joyride.js +93 -78
  53. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.js +177 -77
  54. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.magellan.js +81 -55
  55. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.offcanvas.js +28 -28
  56. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.orbit.js +135 -131
  57. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.reveal.js +119 -65
  58. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.slider.js +113 -71
  59. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.tab.js +67 -35
  60. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.tooltip.js +76 -37
  61. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.topbar.js +71 -58
  62. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation.js +1570 -919
  63. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation.min.js +5 -4
  64. data/vendor/assets/stylesheets/bower_components/foundation/js/vendor/fastclick.js +8 -9
  65. data/vendor/assets/stylesheets/bower_components/foundation/js/vendor/jquery.js +10 -9
  66. data/vendor/assets/stylesheets/bower_components/foundation/js/vendor/modernizr.js +1 -1
  67. data/vendor/assets/stylesheets/bower_components/foundation/js/vendor/placeholder.js +2 -2
  68. data/vendor/assets/stylesheets/bower_components/foundation/package.json +53 -0
  69. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/_functions.scss +76 -22
  70. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/_settings.scss +152 -107
  71. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_accordion.scss +8 -8
  72. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_alert-boxes.scss +12 -12
  73. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_block-grid.scss +14 -13
  74. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss +18 -19
  75. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_button-groups.scss +35 -25
  76. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_buttons.scss +16 -19
  77. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_clearing.scss +60 -47
  78. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss +15 -15
  79. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_dropdown.scss +42 -36
  80. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_flex-video.scss +7 -7
  81. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_forms.scss +103 -79
  82. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_global.scss +95 -53
  83. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_grid.scss +42 -25
  84. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_icon-bar.scss +371 -204
  85. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_inline-lists.scss +8 -8
  86. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_joyride.scss +40 -42
  87. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_keystrokes.scss +2 -3
  88. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_labels.scss +7 -7
  89. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_magellan.scss +2 -2
  90. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_offcanvas.scss +184 -179
  91. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_orbit.scss +90 -70
  92. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_pagination.scss +15 -15
  93. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_panels.scss +27 -15
  94. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_pricing-tables.scss +16 -16
  95. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_progress-bars.scss +4 -4
  96. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_range-slider.scss +28 -19
  97. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_reveal.scss +37 -50
  98. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_side-nav.scss +15 -11
  99. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_split-buttons.scss +26 -14
  100. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_sub-nav.scss +14 -12
  101. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_switches.scss +32 -21
  102. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_tables.scss +8 -8
  103. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_tabs.scss +50 -31
  104. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_thumbs.scss +8 -8
  105. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_tooltips.scss +25 -25
  106. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_top-bar.scss +197 -145
  107. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_type.scss +20 -81
  108. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_visibility.scss +99 -15
  109. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation.scss +37 -38
  110. data/vendor/assets/stylesheets/bower_components/foundation/scss/normalize.scss +8 -11
  111. data/vendor/assets/stylesheets/bower_components/jquery/.bower.json +5 -4
  112. data/vendor/assets/stylesheets/bower_components/jquery/bower.json +2 -1
  113. data/vendor/assets/stylesheets/bower_components/jquery/dist/jquery.js +9 -4
  114. data/vendor/assets/stylesheets/bower_components/jquery/dist/jquery.min.js +4 -4
  115. data/vendor/assets/stylesheets/bower_components/jquery/dist/jquery.min.map +1 -1
  116. data/vendor/assets/stylesheets/bower_components/jquery/src/core.js +6 -1
  117. data/vendor/assets/stylesheets/circle.yml +17 -0
  118. data/vendor/assets/stylesheets/components/_button.scss +120 -21
  119. data/vendor/assets/stylesheets/components/_dropdown.scss +316 -14
  120. data/vendor/assets/stylesheets/components/_flip-panel.scss +191 -0
  121. data/vendor/assets/stylesheets/components/_form.scss +346 -0
  122. data/vendor/assets/stylesheets/components/_layout.scss +261 -121
  123. data/vendor/assets/stylesheets/components/_panel.scss +91 -0
  124. data/vendor/assets/stylesheets/components/_quick-jump.scss +267 -0
  125. data/vendor/assets/stylesheets/components/_side-panel.scss +154 -0
  126. data/vendor/assets/stylesheets/components/_table.scss +105 -0
  127. data/vendor/assets/stylesheets/components/_typography.scss +34 -3
  128. data/vendor/assets/stylesheets/components/_vertical-align.scss +9 -0
  129. data/vendor/assets/stylesheets/globals/_functions.scss +69 -0
  130. data/vendor/assets/stylesheets/globals/_mixins.scss +23 -1
  131. data/vendor/assets/stylesheets/globals/_settings.scss +35 -36
  132. data/vendor/assets/stylesheets/paint.scss +22 -14
  133. metadata +29 -8
  134. data/vendor/assets/stylesheets/bower_components/fontawesome/less/extras.less +0 -2
  135. data/vendor/assets/stylesheets/bower_components/fontawesome/scss/_extras.scss +0 -44
  136. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_toolbar.scss +0 -70
@@ -55,7 +55,7 @@
55
55
  // $rem-base: 16px;
56
56
 
57
57
  // Allows the use of rem-calc() or lower-bound() in your settings
58
- @import "foundation/functions";
58
+ @import 'foundation/functions';
59
59
 
60
60
  // The default font-size is set to 100% of the browser style sheet (usually 16px)
61
61
  // for compatibility with browser-based text zoom or user-set defaults.
@@ -92,8 +92,8 @@ $include-html-global-classes: $include-html-classes;
92
92
  // $font-family-monospace: Consolas, "Liberation Mono", Courier, monospace;
93
93
 
94
94
  // We use these to define default font weights
95
- // $font-weight-normal: normal !default;
96
- // $font-weight-bold: bold !default;
95
+ // $font-weight-normal: normal;
96
+ // $font-weight-bold: bold;
97
97
 
98
98
  // $white : #FFFFFF;
99
99
  // $ghost : #FAFAFA;
@@ -151,11 +151,16 @@ $include-html-global-classes: $include-html-classes;
151
151
  // d. Media Query Ranges
152
152
  // - - - - - - - - - - - - - - - - - - - - - - - - -
153
153
 
154
- // $small-range: (0em, 40em);
155
- // $medium-range: (40.063em, 64em);
156
- // $large-range: (64.063em, 90em);
157
- // $xlarge-range: (90.063em, 120em);
158
- // $xxlarge-range: (120.063em, 99999999em);
154
+ // $small-breakpoint: em-calc(640);
155
+ // $medium-breakpoint: em-calc(1024);
156
+ // $large-breakpoint: em-calc(1440);
157
+ // $xlarge-breakpoint: em-calc(1920);
158
+
159
+ // $small-range: (0, $small-breakpoint);
160
+ // $medium-range: ($small-breakpoint + em-calc(1), $medium-breakpoint);
161
+ // $large-range: ($medium-breakpoint + em-calc(1), $large-breakpoint);
162
+ // $xlarge-range: ($large-breakpoint + em-calc(1), $xlarge-breakpoint);
163
+ // $xxlarge-range: ($xlarge-breakpoint + em-calc(1), em-calc(99999999));
159
164
 
160
165
  // $screen: "only screen";
161
166
 
@@ -177,6 +182,15 @@ $include-html-global-classes: $include-html-classes;
177
182
  // $xxlarge-up: "#{$screen} and (min-width:#{lower-bound($xxlarge-range)})";
178
183
  // $xxlarge-only: "#{$screen} and (min-width:#{lower-bound($xxlarge-range)}) and (max-width:#{upper-bound($xxlarge-range)})";
179
184
 
185
+ // $retina: (
186
+ // "#{$screen} and (-webkit-min-device-pixel-ratio: 2)",
187
+ // "#{$screen} and (min--moz-device-pixel-ratio: 2)",
188
+ // "#{$screen} and (-o-min-device-pixel-ratio: 2/1)",
189
+ // "#{$screen} and (min-device-pixel-ratio: 2)",
190
+ // "#{$screen} and (min-resolution: 192dpi)",
191
+ // "#{$screen} and (min-resolution: 2dppx)"
192
+ // );
193
+
180
194
  // Legacy
181
195
  // $small: $medium-up;
182
196
  // $medium: $medium-up;
@@ -185,6 +199,7 @@ $include-html-global-classes: $include-html-classes;
185
199
  // We use this as cursors values for enabling the option of having custom cursors in the whole site's stylesheet
186
200
  // $cursor-crosshair-value: crosshair;
187
201
  // $cursor-default-value: default;
202
+ // $cursor-disabled-value: not-allowed;
188
203
  // $cursor-pointer-value: pointer;
189
204
  // $cursor-help-value: help;
190
205
  // $cursor-text-value: text;
@@ -213,12 +228,12 @@ $include-html-global-classes: $include-html-classes;
213
228
  // $h6-font-size: 1rem;
214
229
 
215
230
  // We use these to control header size reduction on small screens
216
- // $h1-font-reduction: rem-calc(10) !default;
217
- // $h2-font-reduction: rem-calc(10) !default;
218
- // $h3-font-reduction: rem-calc(5) !default;
219
- // $h4-font-reduction: rem-calc(5) !default;
220
- // $h5-font-reduction: 0 !default;
221
- // $h6-font-reduction: 0 !default;
231
+ // $h1-font-reduction: rem-calc(10);
232
+ // $h2-font-reduction: rem-calc(10);
233
+ // $h3-font-reduction: rem-calc(5);
234
+ // $h4-font-reduction: rem-calc(5);
235
+ // $h5-font-reduction: 0;
236
+ // $h6-font-reduction: 0;
222
237
 
223
238
  // These control how subheaders are styled.
224
239
  // $subheader-line-height: 1.4;
@@ -256,7 +271,7 @@ $include-html-global-classes: $include-html-classes;
256
271
  // $anchor-text-decoration: none;
257
272
  // $anchor-text-decoration-hover: none;
258
273
  // $anchor-font-color: $primary-color;
259
- // $anchor-font-color-hover: scale-color($primary-color, $lightness: -14%);
274
+ // $anchor-font-color-hover: scale-color($anchor-font-color, $lightness: -14%);
260
275
 
261
276
  // We use these to style the <hr> element
262
277
  // $hr-border-width: 1px;
@@ -318,14 +333,14 @@ $include-html-global-classes: $include-html-classes;
318
333
  // $include-html-accordion-classes: $include-html-classes;
319
334
 
320
335
  // $accordion-navigation-padding: rem-calc(16);
321
- // $accordion-navigation-bg-color: $silver ;
336
+ // $accordion-navigation-bg-color: $silver;
322
337
  // $accordion-navigation-hover-bg-color: scale-color($accordion-navigation-bg-color, $lightness: -5%);
323
338
  // $accordion-navigation-active-bg-color: scale-color($accordion-navigation-bg-color, $lightness: -3%);
324
339
  // $accordion-navigation-font-color: $jet;
325
340
  // $accordion-navigation-font-size: rem-calc(16);
326
341
  // $accordion-navigation-font-family: $body-font-family;
327
342
 
328
- // $accordion-content-padding: $column-gutter/2;
343
+ // $accordion-content-padding: ($column-gutter/2);
329
344
  // $accordion-content-active-bg-color: $white;
330
345
 
331
346
  // 02. Alert Boxes
@@ -359,14 +374,14 @@ $include-html-global-classes: $include-html-classes;
359
374
  // $alert-close-top: 50%;
360
375
  // $alert-close-position: rem-calc(4);
361
376
  // $alert-close-font-size: rem-calc(22);
362
- // $alert-close-opacity: 0.3;
363
- // $alert-close-opacity-hover: 0.5;
377
+ // $alert-close-opacity: .3;
378
+ // $alert-close-opacity-hover: .5;
364
379
  // $alert-close-padding: 9px 6px 4px;
380
+ // $alert-close-background: inherit;
365
381
 
366
382
  // We use this to control border radius
367
383
  // $alert-radius: $global-radius;
368
384
 
369
- // We use this to control transition effects
370
385
  // $alert-transition-speed: 300ms;
371
386
  // $alert-transition-ease: ease-out;
372
387
 
@@ -379,7 +394,9 @@ $include-html-global-classes: $include-html-classes;
379
394
  // We use this to control the maximum number of block grid elements per row
380
395
  // $block-grid-elements: 12;
381
396
  // $block-grid-default-spacing: rem-calc(20);
397
+
382
398
  // $align-block-grid-to-grid: false;
399
+ // @if $align-block-grid-to-grid {$block-grid-default-spacing: $column-gutter;}
383
400
 
384
401
  // Enables media queries for block-grid classes. Set to false if writing semantic HTML.
385
402
  // $block-grid-media-queries: true;
@@ -444,8 +461,8 @@ $include-html-global-classes: $include-html-classes;
444
461
  // We use these to control various hover effects.
445
462
  // $button-function-factor: -20%;
446
463
 
447
- // We use these to control button border and hover styles.
448
- // $button-border-width: 0px;
464
+ // We use these to control button border styles.
465
+ // $button-border-width: 0;
449
466
  // $button-border-style: solid;
450
467
  // $button-bg-color: $primary-color;
451
468
  // $button-bg-hover: scale-color($button-bg-color, $lightness: $button-function-factor);
@@ -456,13 +473,17 @@ $include-html-global-classes: $include-html-classes;
456
473
  // $success-button-border-color: $success-button-bg-hover;
457
474
  // $alert-button-bg-hover: scale-color($alert-color, $lightness: $button-function-factor);
458
475
  // $alert-button-border-color: $alert-button-bg-hover;
476
+ // $warning-button-bg-hover: scale-color($warning-color, $lightness: $button-function-factor);
477
+ // $warning-button-border-color: $warning-button-bg-hover;
478
+ // $info-button-bg-hover: scale-color($info-color, $lightness: $button-function-factor);
479
+ // $info-button-border-color: $info-button-bg-hover;
459
480
 
460
481
  // We use this to set the default radius used throughout the core.
461
482
  // $button-radius: $global-radius;
462
483
  // $button-round: $global-rounded;
463
484
 
464
485
  // We use this to set default opacity and cursor for disabled buttons.
465
- // $button-disabled-opacity: 0.7;
486
+ // $button-disabled-opacity: .7;
466
487
  // $button-disabled-cursor: $cursor-default-value;
467
488
 
468
489
  // 06. Button Groups
@@ -495,7 +516,7 @@ $include-html-global-classes: $include-html-classes;
495
516
 
496
517
  // We use these to style captions
497
518
  // $clearing-caption-font-color: $iron;
498
- // $clearing-caption-font-size: 0.875em;
519
+ // $clearing-caption-font-size: .875em;
499
520
  // $clearing-caption-padding: 10px 30px 20px;
500
521
 
501
522
  // We use these to make the image and carousel height and style
@@ -545,7 +566,7 @@ $include-html-global-classes: $include-html-classes;
545
566
  // $f-dropdown-font-size: rem-calc(14);
546
567
  // $f-dropdown-list-padding: rem-calc(5, 10);
547
568
  // $f-dropdown-line-height: rem-calc(18);
548
- // $f-dropdown-list-hover-bg: $smoke ;
569
+ // $f-dropdown-list-hover-bg: $smoke;
549
570
  // $dropdown-mobile-default-float: 0;
550
571
 
551
572
  // We use this to control the styles for when the dropdown has custom content.
@@ -564,6 +585,7 @@ $include-html-global-classes: $include-html-classes;
564
585
  // $dropdown-button-pip-color: $white;
565
586
  // $dropdown-button-pip-color-alt: $oil;
566
587
 
588
+ // We use these to set the size of the pip in dropdown buttons
567
589
  // $button-pip-tny: rem-calc(6);
568
590
  // $button-pip-sml: rem-calc(7);
569
591
  // $button-pip-med: rem-calc(9);
@@ -573,25 +595,25 @@ $include-html-global-classes: $include-html-classes;
573
595
  // $dropdown-button-padding-tny: $button-pip-tny * 7;
574
596
  // $dropdown-button-pip-size-tny: $button-pip-tny;
575
597
  // $dropdown-button-pip-opposite-tny: $button-pip-tny * 3;
576
- // $dropdown-button-pip-top-tny: -$button-pip-tny / 2 + rem-calc(1);
598
+ // $dropdown-button-pip-top-tny: (-$button-pip-tny / 2) + rem-calc(1);
577
599
 
578
600
  // We use these to style small dropdown buttons
579
601
  // $dropdown-button-padding-sml: $button-pip-sml * 7;
580
602
  // $dropdown-button-pip-size-sml: $button-pip-sml;
581
603
  // $dropdown-button-pip-opposite-sml: $button-pip-sml * 3;
582
- // $dropdown-button-pip-top-sml: -$button-pip-sml / 2 + rem-calc(1);
604
+ // $dropdown-button-pip-top-sml: (-$button-pip-sml / 2) + rem-calc(1);
583
605
 
584
606
  // We use these to style medium dropdown buttons
585
607
  // $dropdown-button-padding-med: $button-pip-med * 6 + rem-calc(3);
586
608
  // $dropdown-button-pip-size-med: $button-pip-med - rem-calc(3);
587
609
  // $dropdown-button-pip-opposite-med: $button-pip-med * 2.5;
588
- // $dropdown-button-pip-top-med: -$button-pip-med / 2 + rem-calc(2);
610
+ // $dropdown-button-pip-top-med: (-$button-pip-med / 2) + rem-calc(2);
589
611
 
590
612
  // We use these to style large dropdown buttons
591
613
  // $dropdown-button-padding-lrg: $button-pip-lrg * 5 + rem-calc(3);
592
614
  // $dropdown-button-pip-size-lrg: $button-pip-lrg - rem-calc(6);
593
615
  // $dropdown-button-pip-opposite-lrg: $button-pip-lrg * 2.5;
594
- // $dropdown-button-pip-top-lrg: -$button-pip-lrg / 2 + rem-calc(3);
616
+ // $dropdown-button-pip-top-lrg: (-$button-pip-lrg / 2) + rem-calc(3);
595
617
 
596
618
  // 10. Flex Video
597
619
  // - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -635,6 +657,7 @@ $include-html-global-classes: $include-html-classes;
635
657
  // $input-disabled-bg: $gainsboro;
636
658
  // $input-disabled-cursor: $cursor-default-value;
637
659
  // $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
660
+ // $input-include-glowing-effect: false;
638
661
 
639
662
  // We use these to style the fieldset border and spacing.
640
663
  // $fieldset-border-style: solid;
@@ -667,33 +690,42 @@ $include-html-global-classes: $include-html-classes;
667
690
  // $input-error-message-font-weight: $font-weight-normal;
668
691
  // $input-error-message-font-style: italic;
669
692
  // $input-error-message-font-color: $white;
693
+ // $input-error-message-bg-color: $alert-color;
670
694
  // $input-error-message-font-color-alt: $oil;
671
695
 
672
696
  // We use this to style the glowing effect of inputs when focused
673
- // $input-include-glowing-effect: true;
674
- // $glowing-effect-fade-time: 0.45s;
697
+ // $glowing-effect-fade-time: .45s;
675
698
  // $glowing-effect-color: $input-focus-border-color;
676
699
 
700
+ // We use this to style the transition when inputs are focused and when the glowing effect is disabled.
701
+ // $input-transition-fade-time: 0.15s;
702
+ // $input-transition-fade-timing-function: linear;
703
+
677
704
  // Select variables
678
705
  // $select-bg-color: $ghost;
679
706
  // $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%);
680
707
 
708
+
681
709
  // 12. Icon Bar
682
710
  // - - - - - - - - - - - - - - - - - - - - - - - - -
683
711
 
684
712
  // We use these to style the icon-bar and items
685
- // $include-html-icon-bar-classes: $include-html-classes;
686
713
  // $icon-bar-bg: $oil;
687
714
  // $icon-bar-font-color: $white;
715
+ // $icon-bar-font-color-hover: $icon-bar-font-color;
688
716
  // $icon-bar-font-size: 1rem;
689
717
  // $icon-bar-hover-color: $primary-color;
690
718
  // $icon-bar-icon-color: $white;
719
+ // $icon-bar-icon-color-hover: $icon-bar-icon-color;
691
720
  // $icon-bar-icon-size: 1.875rem;
692
721
  // $icon-bar-image-width: 1.875rem;
693
722
  // $icon-bar-image-height: 1.875rem;
694
723
  // $icon-bar-active-color: $primary-color;
695
724
  // $icon-bar-item-padding: 1.25rem;
696
725
 
726
+ // We use this to set default opacity and cursor for disabled icons.
727
+ // $icon-bar-disabled-opacity: .7;
728
+
697
729
  // 13. Inline Lists
698
730
  // - - - - - - - - - - - - - - - - - - - - - - - - -
699
731
 
@@ -795,11 +827,12 @@ $include-html-global-classes: $include-html-classes;
795
827
  // $include-html-magellan-classes: $include-html-classes;
796
828
 
797
829
  // $magellan-bg: $white;
798
- // $magellan-padding: 0 !important;
830
+ // $magellan-padding: 10px;
799
831
 
800
832
  // 18. Off-canvas
801
833
  // - - - - - - - - - - - - - - - - - - - - - - - - -
802
834
 
835
+ // Off Canvas Tab Bar Variables
803
836
  // $include-html-off-canvas-classes: $include-html-classes;
804
837
 
805
838
  // $tabbar-bg: $oil;
@@ -810,8 +843,9 @@ $include-html-global-classes: $include-html-classes;
810
843
  // $tabbar-middle-padding: 0 rem-calc(10);
811
844
 
812
845
  // Off Canvas Divider Styles
813
- // $tabbar-right-section-border: solid 1px scale-color($tabbar-bg, $lightness: 13%);
814
846
  // $tabbar-left-section-border: solid 1px scale-color($tabbar-bg, $lightness: -50%);
847
+ // $tabbar-right-section-border: $tabbar-left-section-border;
848
+
815
849
 
816
850
  // Off Canvas Tab Bar Headers
817
851
  // $tabbar-header-color: $white;
@@ -823,21 +857,22 @@ $include-html-global-classes: $include-html-classes;
823
857
  // $off-canvas-width: rem-calc(250);
824
858
  // $off-canvas-bg: $oil;
825
859
  // $off-canvas-bg-hover: scale-color($tabbar-bg, $lightness: -30%);
860
+ // $off-canvas-bg-active: scale-color($tabbar-bg, $lightness: -30%);
826
861
 
827
862
  // Off Canvas Menu List Variables
828
- // $off-canvas-label-padding: 0.3rem rem-calc(15);
863
+ // $off-canvas-label-padding: .3rem rem-calc(15);
829
864
  // $off-canvas-label-color: $aluminum;
830
865
  // $off-canvas-label-text-transform: uppercase;
831
866
  // $off-canvas-label-font-size: rem-calc(12);
832
867
  // $off-canvas-label-font-weight: $font-weight-bold;
833
868
  // $off-canvas-label-bg: $tuatara;
834
- // $off-canvas-label-border-top: 1px solid scale-color($tuatara, $lightness: 14%);
869
+ // $off-canvas-label-border-top: 1px solid scale-color($off-canvas-label-bg, $lightness: 14%);
835
870
  // $off-canvas-label-border-bottom: none;
836
871
  // $off-canvas-label-margin:0;
837
872
  // $off-canvas-link-padding: rem-calc(10, 15);
838
- // $off-canvas-link-color: rgba($white, 0.7);
873
+ // $off-canvas-link-color: rgba($white, .7);
839
874
  // $off-canvas-link-border-bottom: 1px solid scale-color($off-canvas-bg, $lightness: -25%);
840
- // $off-canvas-back-bg: $tuatara;
875
+ // $off-canvas-back-bg: #444;
841
876
  // $off-canvas-back-border-top: $off-canvas-label-border-top;
842
877
  // $off-canvas-back-border-bottom: $off-canvas-label-border-bottom;
843
878
  // $off-canvas-back-hover-bg: scale-color($off-canvas-back-bg, $lightness: -30%);
@@ -849,7 +884,7 @@ $include-html-global-classes: $include-html-classes;
849
884
  // $tabbar-menu-icon-hover: scale-color($tabbar-menu-icon-color, $lightness: -30%);
850
885
 
851
886
  // $tabbar-menu-icon-text-indent: rem-calc(35);
852
- // $tabbar-menu-icon-width: $tabbar-height;
887
+ // $tabbar-menu-icon-width: $tabbar-icon-width;
853
888
  // $tabbar-menu-icon-height: $tabbar-height;
854
889
  // $tabbar-menu-icon-padding: 0;
855
890
 
@@ -862,9 +897,9 @@ $include-html-global-classes: $include-html-classes;
862
897
  // Off Canvas Back-Link Overlay
863
898
  // $off-canvas-overlay-transition: background 300ms ease;
864
899
  // $off-canvas-overlay-cursor: pointer;
865
- // $off-canvas-overlay-box-shadow: -4px 0 4px rgba($black, 0.5), 4px 0 4px rgba($black, 0.5);
866
- // $off-canvas-overlay-background: rgba($white, 0.2);
867
- // $off-canvas-overlay-background-hover: rgba($white, 0.05);
900
+ // $off-canvas-overlay-box-shadow: -4px 0 4px rgba($black, .5), 4px 0 4px rgba($black, .5);
901
+ // $off-canvas-overlay-background: rgba($white, .2);
902
+ // $off-canvas-overlay-background-hover: rgba($white, .05);
868
903
 
869
904
  // Transition Variables
870
905
  // $menu-slide: "transform 500ms ease";
@@ -876,7 +911,7 @@ $include-html-global-classes: $include-html-classes;
876
911
 
877
912
  // We use these to control the caption styles
878
913
  // $orbit-container-bg: none;
879
- // $orbit-caption-bg: rgba(51,51,51, 0.8);
914
+ // $orbit-caption-bg: rgba(51,51,51, .8);
880
915
  // $orbit-caption-font-color: $white;
881
916
  // $orbit-caption-font-size: rem-calc(14);
882
917
  // $orbit-caption-position: "bottom"; // Supported values: "bottom", "under"
@@ -903,15 +938,15 @@ $include-html-global-classes: $include-html-classes;
903
938
  // $orbit-slide-number-font-color: $white;
904
939
  // $orbit-slide-number-padding: rem-calc(5);
905
940
 
941
+ // Graceful Loading Wrapper and preloader
942
+ // $wrapper-class: "slideshow-wrapper";
943
+ // $preloader-class: "preloader";
944
+
906
945
  // Hide controls on small
907
946
  // $orbit-nav-hide-for-small: true;
908
947
  // $orbit-bullet-hide-for-small: true;
909
948
  // $orbit-timer-hide-for-small: true;
910
949
 
911
- // Graceful Loading Wrapper and preloader
912
- // $wrapper-class: "slideshow-wrapper";
913
- // $preloader-class: "preloader";
914
-
915
950
  // 20. Pagination
916
951
  // - - - - - - - - - - - - - - - - - - - - - - - - -
917
952
 
@@ -954,10 +989,10 @@ $include-html-global-classes: $include-html-classes;
954
989
  // $panel-bg: scale-color($white, $lightness: -5%);
955
990
  // $panel-border-style: solid;
956
991
  // $panel-border-size: 1px;
992
+ // $callout-panel-bg: scale-color($primary-color, $lightness: 94%);
957
993
 
958
994
  // We use this % to control how much we darken things on hover
959
- // $panel-function-factor: -11%;
960
- // $panel-border-color: scale-color($panel-bg, $lightness: $panel-function-factor);
995
+ // $panel-border-color: scale-color($panel-bg, $lightness: -11%);
961
996
 
962
997
  // We use these to set default inner padding and bottom margin
963
998
  // $panel-margin-bottom: rem-calc(20);
@@ -969,6 +1004,7 @@ $include-html-global-classes: $include-html-classes;
969
1004
 
970
1005
  // $panel-header-adjust: true;
971
1006
  // $callout-panel-link-color: $primary-color;
1007
+ // $callout-panel-link-color-hover: scale-color($callout-panel-link-color, $lightness: -14%);
972
1008
 
973
1009
  // 22. Pricing Tables
974
1010
  // - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -991,7 +1027,7 @@ $include-html-global-classes: $include-html-classes;
991
1027
  // $price-title-font-family: $body-font-family;
992
1028
 
993
1029
  // We use these to control the price styles
994
- // $price-money-bg: $vapor ;
1030
+ // $price-money-bg: $vapor;
995
1031
  // $price-money-padding: rem-calc(15 20);
996
1032
  // $price-money-align: center;
997
1033
  // $price-money-color: $oil;
@@ -999,6 +1035,7 @@ $include-html-global-classes: $include-html-classes;
999
1035
  // $price-money-size: rem-calc(32);
1000
1036
  // $price-money-font-family: $body-font-family;
1001
1037
 
1038
+
1002
1039
  // We use these to control the description styles
1003
1040
  // $price-bg: $white;
1004
1041
  // $price-desc-color: $monsoon;
@@ -1029,7 +1066,7 @@ $include-html-global-classes: $include-html-classes;
1029
1066
 
1030
1067
  // We use this to set the progress bar height
1031
1068
  // $progress-bar-height: rem-calc(25);
1032
- // $progress-bar-color: $vapor ;
1069
+ // $progress-bar-color: $vapor;
1033
1070
 
1034
1071
  // We use these to control the border styles
1035
1072
  // $progress-bar-border-color: scale-color($white, $lightness: 20%);
@@ -1038,7 +1075,6 @@ $include-html-global-classes: $include-html-classes;
1038
1075
  // $progress-bar-border-radius: $global-radius;
1039
1076
 
1040
1077
  // We use these to control the margin & padding
1041
- // $progress-bar-pad: rem-calc(2);
1042
1078
  // $progress-bar-margin-bottom: rem-calc(10);
1043
1079
 
1044
1080
  // We use these to set the meter colors
@@ -1062,12 +1098,13 @@ $include-html-global-classes: $include-html-classes;
1062
1098
  // $range-slider-radius: $global-radius;
1063
1099
  // $range-slider-round: $global-rounded;
1064
1100
  // $range-slider-bar-bg-color: $ghost;
1101
+ // $range-slider-active-segment-bg-color: scale-color($secondary-color, $lightness: -1%);
1065
1102
 
1066
1103
  // Vertical bar styles
1067
1104
  // $range-slider-vertical-bar-width: rem-calc(16);
1068
1105
  // $range-slider-vertical-bar-height: rem-calc(200);
1069
1106
 
1070
- // These variables define the slider handle styles
1107
+ // These variabels define the slider handle styles
1071
1108
  // $range-slider-handle-width: rem-calc(32);
1072
1109
  // $range-slider-handle-height: rem-calc(22);
1073
1110
  // $range-slider-handle-position-top: rem-calc(-5);
@@ -1080,6 +1117,9 @@ $include-html-global-classes: $include-html-classes;
1080
1117
  // $range-slider-handle-bg-hover-color: scale-color($primary-color, $lightness: -12%);
1081
1118
  // $range-slider-handle-cursor: pointer;
1082
1119
 
1120
+ // $range-slider-disabled-opacity: .7;
1121
+ // $range-slider-disabled-cursor: $cursor-disabled-value;
1122
+
1083
1123
  // 25. Reveal
1084
1124
  // - - - - - - - - - - - - - - - - - - - - - - - - -
1085
1125
 
@@ -1099,8 +1139,8 @@ $include-html-global-classes: $include-html-classes;
1099
1139
 
1100
1140
  // We use these to style the reveal close button
1101
1141
  // $reveal-close-font-size: rem-calc(40);
1102
- // $reveal-close-top: rem-calc(8);
1103
- // $reveal-close-side: rem-calc(11);
1142
+ // $reveal-close-top: rem-calc(10);
1143
+ // $reveal-close-side: rem-calc(22);
1104
1144
  // $reveal-close-color: $base;
1105
1145
  // $reveal-close-weight: $font-weight-bold;
1106
1146
 
@@ -1126,14 +1166,14 @@ $include-html-global-classes: $include-html-classes;
1126
1166
 
1127
1167
  // We use these to control list styles.
1128
1168
  // $side-nav-list-type: none;
1129
- // $side-nav-list-position: inside;
1169
+ // $side-nav-list-position: outside;
1130
1170
  // $side-nav-list-margin: rem-calc(0 0 7 0);
1131
1171
 
1132
1172
  // We use these to control link styles.
1133
1173
  // $side-nav-link-color: $primary-color;
1134
1174
  // $side-nav-link-color-active: scale-color($side-nav-link-color, $lightness: 30%);
1135
1175
  // $side-nav-link-color-hover: scale-color($side-nav-link-color, $lightness: 30%);
1136
- // $side-nav-link-bg-hover: hsla(0, 0, 0, 0.025);
1176
+ // $side-nav-link-bg-hover: hsla(0, 0, 0, .025);
1137
1177
  // $side-nav-link-margin: 0;
1138
1178
  // $side-nav-link-padding: rem-calc(7 14);
1139
1179
  // $side-nav-font-size: rem-calc(14);
@@ -1161,6 +1201,7 @@ $include-html-global-classes: $include-html-classes;
1161
1201
  // We use these to control different shared styles for Split Buttons
1162
1202
  // $split-button-function-factor: 10%;
1163
1203
  // $split-button-pip-color: $white;
1204
+ // $split-button-span-border-color: rgba(255,255,255,0.5);
1164
1205
  // $split-button-pip-color-alt: $oil;
1165
1206
  // $split-button-active-bg-tint: rgba(0,0,0,0.1);
1166
1207
 
@@ -1211,7 +1252,9 @@ $include-html-global-classes: $include-html-classes;
1211
1252
  // $sub-nav-border-radius: 3px;
1212
1253
  // $sub-nav-font-color-hover: scale-color($sub-nav-font-color, $lightness: -25%);
1213
1254
 
1255
+
1214
1256
  // We use these to control the active item styles
1257
+
1215
1258
  // $sub-nav-active-font-weight: $font-weight-normal;
1216
1259
  // $sub-nav-active-bg: $primary-color;
1217
1260
  // $sub-nav-active-bg-hover: scale-color($sub-nav-active-bg, $lightness: -14%);
@@ -1227,39 +1270,21 @@ $include-html-global-classes: $include-html-classes;
1227
1270
 
1228
1271
  // $include-html-form-classes: $include-html-classes;
1229
1272
 
1230
- // Controlling border styles and background colors for the switch container
1231
- // $switch-border-color: scale-color($white, $lightness: -20%);
1232
- // $switch-border-style: solid;
1233
- // $switch-border-width: 1px;
1234
- // $switch-bg: $white;
1273
+ // Controlling background color for the switch container
1274
+ // $switch-bg: $gainsboro;
1235
1275
 
1236
1276
  // We use these to control the switch heights for our default classes
1237
- // $switch-height-tny: rem-calc(22);
1238
- // $switch-height-sml: rem-calc(28);
1239
- // $switch-height-med: rem-calc(36);
1240
- // $switch-height-lrg: rem-calc(44);
1241
- // $switch-bottom-margin: rem-calc(20);
1242
-
1243
- // We use these to control default font sizes for our classes.
1244
- // $switch-font-size-tny: 11px;
1245
- // $switch-font-size-sml: 12px;
1246
- // $switch-font-size-med: 14px;
1247
- // $switch-font-size-lrg: 17px;
1248
- // $switch-label-side-padding: 6px;
1277
+ // $switch-height-tny: 1.5rem;
1278
+ // $switch-height-sml: 1.75rem;
1279
+ // $switch-height-med: 2rem;
1280
+ // $switch-height-lrg: 2.5rem;
1281
+ // $switch-bottom-margin: 1.5rem;
1249
1282
 
1250
1283
  // We use these to style the switch-paddle
1251
1284
  // $switch-paddle-bg: $white;
1252
- // $switch-paddle-fade-to-color: scale-color($switch-paddle-bg, $lightness: -10%);
1253
- // $switch-paddle-border-color: scale-color($switch-paddle-bg, $lightness: -35%);
1254
- // $switch-paddle-border-width: 1px;
1255
- // $switch-paddle-border-style: solid;
1256
- // $switch-paddle-transition-speed: .1s;
1285
+ // $switch-paddle-transition-speed: .15s;
1257
1286
  // $switch-paddle-transition-ease: ease-out;
1258
- // $switch-positive-color: scale-color($success-color, $lightness: 94%);
1259
- // $switch-negative-color: $white-smoke;
1260
-
1261
- // Outline Style for tabbing through switches
1262
- // $switch-label-outline: 1px dotted $jumbo;
1287
+ // $switch-active-color: $primary-color;
1263
1288
 
1264
1289
  // 30. Tables
1265
1290
  // - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -1268,7 +1293,7 @@ $include-html-global-classes: $include-html-classes;
1268
1293
 
1269
1294
  // These control the background color for the table and even rows
1270
1295
  // $table-bg: $white;
1271
- // $table-even-row-bg: $snow ;
1296
+ // $table-even-row-bg: $snow;
1272
1297
 
1273
1298
  // These control the table cell border style
1274
1299
  // $table-border-style: solid;
@@ -1276,12 +1301,25 @@ $include-html-global-classes: $include-html-classes;
1276
1301
  // $table-border-color: $gainsboro;
1277
1302
 
1278
1303
  // These control the table head styles
1279
- // $table-head-bg: $white-smoke ;
1304
+ // $table-head-bg: $white-smoke;
1280
1305
  // $table-head-font-size: rem-calc(14);
1281
1306
  // $table-head-font-color: $jet;
1282
1307
  // $table-head-font-weight: $font-weight-bold;
1283
1308
  // $table-head-padding: rem-calc(8 10 10);
1284
1309
 
1310
+ // These control the table foot styles
1311
+ // $table-foot-bg: $table-head-bg;
1312
+ // $table-foot-font-size: $table-head-font-size;
1313
+ // $table-foot-font-color: $table-head-font-color;
1314
+ // $table-foot-font-weight: $table-head-font-weight;
1315
+ // $table-foot-padding: $table-head-padding;
1316
+
1317
+ // These control the caption
1318
+ // table-caption-bg: transparent;
1319
+ // $table-caption-font-color: $table-head-font-color;
1320
+ // $table-caption-font-size: rem-calc(16);
1321
+ // $table-caption-font-weight: bold;
1322
+
1285
1323
  // These control the row padding and font styles
1286
1324
  // $table-row-padding: rem-calc(9 10);
1287
1325
  // $table-row-font-size: rem-calc(14);
@@ -1293,13 +1331,14 @@ $include-html-global-classes: $include-html-classes;
1293
1331
  // $table-display: table-cell;
1294
1332
  // $table-margin-bottom: rem-calc(20);
1295
1333
 
1334
+
1296
1335
  // 31. Tabs
1297
1336
  // - - - - - - - - - - - - - - - - - - - - - - - - -
1298
1337
 
1299
1338
  // $include-html-tabs-classes: $include-html-classes;
1300
1339
 
1301
1340
  // $tabs-navigation-padding: rem-calc(16);
1302
- // $tabs-navigation-bg-color: $silver ;
1341
+ // $tabs-navigation-bg-color: $silver;
1303
1342
  // $tabs-navigation-active-bg-color: $white;
1304
1343
  // $tabs-navigation-hover-bg-color: scale-color($tabs-navigation-bg-color, $lightness: -6%);
1305
1344
  // $tabs-navigation-font-color: $jet;
@@ -1308,7 +1347,7 @@ $include-html-global-classes: $include-html-classes;
1308
1347
  // $tabs-navigation-font-family: $body-font-family;
1309
1348
 
1310
1349
  // $tabs-content-margin-bottom: rem-calc(24);
1311
- // $tabs-content-padding: $column-gutter/2;
1350
+ // $tabs-content-padding: ($column-gutter/2);
1312
1351
 
1313
1352
  // $tabs-vertical-navigation-margin-bottom: 1.25rem;
1314
1353
 
@@ -1365,22 +1404,13 @@ $include-html-global-classes: $include-html-classes;
1365
1404
  // $topbar-bg: $topbar-bg-color;
1366
1405
 
1367
1406
  // Height and margin
1368
- // $topbar-height: 45px;
1407
+ // $topbar-height: rem-calc(45);
1369
1408
  // $topbar-margin-bottom: 0;
1370
1409
 
1371
1410
  // Controlling the styles for the title in the top bar
1372
1411
  // $topbar-title-weight: $font-weight-normal;
1373
1412
  // $topbar-title-font-size: rem-calc(17);
1374
1413
 
1375
- // Style the top bar dropdown elements
1376
- // $topbar-dropdown-bg: $oil;
1377
- // $topbar-dropdown-link-color: $white;
1378
- // $topbar-dropdown-link-bg: $oil;
1379
- // $topbar-dropdown-link-weight: $font-weight-normal;
1380
- // $topbar-dropdown-toggle-size: 5px;
1381
- // $topbar-dropdown-toggle-color: $white;
1382
- // $topbar-dropdown-toggle-alpha: 0.4;
1383
-
1384
1414
  // Set the link colors and styles for top-level nav
1385
1415
  // $topbar-link-color: $white;
1386
1416
  // $topbar-link-color-hover: $white;
@@ -1390,19 +1420,29 @@ $include-html-global-classes: $include-html-classes;
1390
1420
  // $topbar-link-font-size: rem-calc(13);
1391
1421
  // $topbar-link-hover-lightness: -10%; // Darken by 10%
1392
1422
  // $topbar-link-bg: $topbar-bg;
1423
+ // $topbar-link-bg-hover: $jet;
1393
1424
  // $topbar-link-bg-color-hover: $charcoal;
1394
- // $topbar-link-bg-hover: #272727;
1395
1425
  // $topbar-link-bg-active: $primary-color;
1396
1426
  // $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%);
1397
1427
  // $topbar-link-font-family: $body-font-family;
1398
1428
  // $topbar-link-text-transform: none;
1399
- // $topbar-link-padding: $topbar-height / 3;
1400
- // $topbar-back-link-size: $h5-font-size;
1401
- // $topbar-link-dropdown-padding: 20px;
1402
-
1403
- // $topbar-button-font-size: 0.75rem;
1429
+ // $topbar-link-padding: ($topbar-height / 3);
1430
+ // $topbar-back-link-size: rem-calc(18);
1431
+ // $topbar-link-dropdown-padding: rem-calc(20);
1432
+ // $topbar-button-font-size: .75rem;
1404
1433
  // $topbar-button-top: 7px;
1405
1434
 
1435
+ // Style the top bar dropdown elements
1436
+ // $topbar-dropdown-bg: $oil;
1437
+ // $topbar-dropdown-link-color: $white;
1438
+ // $topbar-dropdown-link-color-hover: $topbar-link-color-hover;
1439
+ // $topbar-dropdown-link-bg: $oil;
1440
+ // $topbar-dropdown-link-bg-hover: $jet;
1441
+ // $topbar-dropdown-link-weight: $font-weight-normal;
1442
+ // $topbar-dropdown-toggle-size: 5px;
1443
+ // $topbar-dropdown-toggle-color: $white;
1444
+ // $topbar-dropdown-toggle-alpha: .4;
1445
+
1406
1446
  // $topbar-dropdown-label-color: $monsoon;
1407
1447
  // $topbar-dropdown-label-text-transform: uppercase;
1408
1448
  // $topbar-dropdown-label-font-weight: $font-weight-bold;
@@ -1417,25 +1457,30 @@ $include-html-global-classes: $include-html-classes;
1417
1457
  // $topbar-menu-icon-color: $white;
1418
1458
  // $topbar-menu-link-color-toggled: $jumbo;
1419
1459
  // $topbar-menu-icon-color-toggled: $jumbo;
1460
+ // $topbar-menu-icon-position: $opposite-direction; // Change to $default-float for a left menu icon
1420
1461
 
1421
1462
  // Transitions and breakpoint styles
1422
1463
  // $topbar-transition-speed: 300ms;
1423
1464
  // Using rem-calc for the below breakpoint causes issues with top bar
1424
1465
  // $topbar-breakpoint: #{lower-bound($medium-range)}; // Change to 9999px for always mobile layout
1425
- // $topbar-media-query: $medium-up;
1466
+ // $topbar-media-query: "#{$screen} and (min-width:#{lower-bound($topbar-breakpoint)})";
1467
+
1468
+ // Top-bar input styles
1469
+ // $topbar-input-height: rem-calc(28);
1426
1470
 
1427
1471
  // Divider Styles
1428
- // $topbar-divider-border-bottom: solid 1px scale-color($topbar-bg-color, $lightness: 13%);
1472
+ // $topbar-divider-border-bottom: solid 1px scale-color($topbar-bg-color, $lightness: 13%);
1429
1473
  // $topbar-divider-border-top: solid 1px scale-color($topbar-bg-color, $lightness: -50%);
1430
1474
 
1431
1475
  // Sticky Class
1432
1476
  // $topbar-sticky-class: ".sticky";
1433
1477
  // $topbar-arrows: true; //Set false to remove the triangle icon from the menu item
1478
+ // $topbar-dropdown-arrows: true; //Set false to remove the \00bb >> text from dropdown subnavigation li//
1434
1479
 
1435
1480
  // 36. Visibility Classes
1436
1481
  // - - - - - - - - - - - - - - - - - - - - - - - - -
1437
1482
 
1438
1483
  // $include-html-visibility-classes: $include-html-classes;
1484
+ // $include-accessibility-classes: true;
1439
1485
  // $include-table-visibility-classes: true;
1440
1486
  // $include-legacy-visibility-classes: true;
1441
- // $include-accessibility-classes: true;