on-standards-rails 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1450 @@
1
+ // Foundation by ZURB
2
+ // foundation.zurb.com
3
+ // Licensed under MIT Open Source
4
+
5
+ //
6
+
7
+ // Table of Contents
8
+ // Foundation Settings
9
+ //
10
+ // a. Base
11
+ // b. Grid
12
+ // c. Global
13
+ // d. Media Query Ranges
14
+ // e. Typography
15
+ // 01. Accordion
16
+ // 02. Alert Boxes
17
+ // 03. Block Grid
18
+ // 04. Breadcrumbs
19
+ // 05. Buttons
20
+ // 06. Button Groups
21
+ // 07. Clearing
22
+ // 08. Dropdown
23
+ // 09. Dropdown Buttons
24
+ // 10. Flex Video
25
+ // 11. Forms
26
+ // 12. Icon Bar
27
+ // 13. Inline Lists
28
+ // 14. Joyride
29
+ // 15. Keystrokes
30
+ // 16. Labels
31
+ // 17. Magellan
32
+ // 18. Off-canvas
33
+ // 19. Orbit
34
+ // 20. Pagination
35
+ // 21. Panels
36
+ // 22. Pricing Tables
37
+ // 23. Progress Bar
38
+ // 24. Range Slider
39
+ // 25. Reveal
40
+ // 26. Side Nav
41
+ // 27. Split Buttons
42
+ // 28. Sub Nav
43
+ // 29. Switch
44
+ // 30. Tables
45
+ // 31. Tabs
46
+ // 32. Thumbnails
47
+ // 33. Tooltips
48
+ // 34. Top Bar
49
+ // 36. Visibility Classes
50
+
51
+ // a. Base
52
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
53
+
54
+ // This is the default html and body font-size for the base rem value.
55
+ // $rem-base: 16px;
56
+
57
+ // Allows the use of rem-calc() or lower-bound() in your settings
58
+ @import "foundation/functions";
59
+
60
+ // The default font-size is set to 100% of the browser style sheet (usually 16px)
61
+ // for compatibility with browser-based text zoom or user-set defaults.
62
+
63
+ // Since the typical default browser font-size is 16px, that makes the calculation for grid size.
64
+ // If you want your base font-size to be different and not have it affect the grid breakpoints,
65
+ // set $rem-base to $base-font-size and make sure $base-font-size is a px value.
66
+ // $base-font-size: 100%;
67
+
68
+ // The $base-font-size is 100% while $base-line-height is 150%
69
+ // $base-line-height: 150%;
70
+
71
+ // We use this to control whether or not CSS classes come through in the gem files.
72
+ $include-html-classes: true;
73
+ // $include-print-styles: true;
74
+ $include-html-global-classes: $include-html-classes;
75
+
76
+ // b. Grid
77
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
78
+
79
+ // $include-html-grid-classes: $include-html-classes;
80
+ // $include-xl-html-grid-classes: false;
81
+
82
+ // $row-width: rem-calc(1000);
83
+ // $total-columns: 12;
84
+ $column-gutter: 2rem;
85
+
86
+ // c. Global
87
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
88
+
89
+ // We use these to define default font weights
90
+ // $font-weight-normal: normal !default;
91
+ // $font-weight-bold: bold !default;
92
+
93
+ // Global
94
+
95
+ // We use these to define default font weights
96
+ // $font-weight-normal: normal !default;
97
+ // $font-weight-bold: bold !default;
98
+
99
+ // We use these to control various global styles
100
+ // $body-bg: $white;
101
+ // $body-font-color: $jet;
102
+ $body-font-family: $font-family;
103
+ // $body-font-weight: $font-weight-normal;
104
+ // $body-font-style: normal;
105
+
106
+ // We use this to control font-smoothing
107
+ // $font-smoothing: antialiased;
108
+
109
+ // We use these to control text direction settings
110
+ // $text-direction: ltr;
111
+ // $opposite-direction: right;
112
+ // $default-float: left;
113
+ // $last-child-float: $opposite-direction;
114
+
115
+ // We use these as default colors throughout
116
+ // $primary-color: #008CBA;
117
+ // $secondary-color: #e7e7e7;
118
+ $alert-color: $red;
119
+ $success-color: $blue;
120
+ $warning-color: $yellow;
121
+ // $info-color: #a0d3e8;
122
+
123
+ // $white : #FFFFFF;
124
+ // $ghost : #FAFAFA;
125
+ // $snow : #F9F9F9;
126
+ // $vapor : #F6F6F6;
127
+ // $white-smoke : #F5F5F5;
128
+ // $silver : #EFEFEF;
129
+ // $smoke : #EEEEEE;
130
+ // $gainsboro : #DDDDDD;
131
+ // $iron : #CCCCCC;
132
+ // $base : #AAAAAA;
133
+ // $aluminum : #999999;
134
+ // $jumbo : #888888;
135
+ // $monsoon : #777777;
136
+ // $steel : #666666;
137
+ // $charcoal : #555555;
138
+ // $tuatara : #444444;
139
+ // $oil : #333333;
140
+ // $jet : #222222;
141
+ // $black : #000000;
142
+
143
+ // We use these to make sure border radius matches unless we want it different.
144
+ // $global-rounded: 1000px;
145
+
146
+ // We use these to control inset shadow shiny edges and depressions.
147
+ // $shiny-edge-size: 0 1px 0;
148
+ // $shiny-edge-color: rgba($white, .5);
149
+ // $shiny-edge-active-color: rgba($black, .2);
150
+
151
+ // d. Media Query Ranges
152
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
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);
159
+
160
+ $screen: "only screen";
161
+
162
+ $landscape: "#{$screen} and (orientation: landscape)";
163
+ $portrait: "#{$screen} and (orientation: portrait)";
164
+
165
+ $small-up: $screen;
166
+ $small-only: "#{$screen} and (max-width: #{upper-bound($small-range)})";
167
+
168
+ $medium-up: "#{$screen} and (min-width:#{lower-bound($medium-range)})";
169
+ $medium-only: "#{$screen} and (min-width:#{lower-bound($medium-range)}) and (max-width:#{upper-bound($medium-range)})";
170
+
171
+ $large-up: "#{$screen} and (min-width:#{lower-bound($large-range)})";
172
+ $large-only: "#{$screen} and (min-width:#{lower-bound($large-range)}) and (max-width:#{upper-bound($large-range)})";
173
+
174
+ $xlarge-up: "#{$screen} and (min-width:#{lower-bound($xlarge-range)})";
175
+ $xlarge-only: "#{$screen} and (min-width:#{lower-bound($xlarge-range)}) and (max-width:#{upper-bound($xlarge-range)})";
176
+
177
+ $xxlarge-up: "#{$screen} and (min-width:#{lower-bound($xxlarge-range)})";
178
+ $xxlarge-only: "#{$screen} and (min-width:#{lower-bound($xxlarge-range)}) and (max-width:#{upper-bound($xxlarge-range)})";
179
+
180
+ // Legacy
181
+ // $small: $medium-up;
182
+ // $medium: $medium-up;
183
+ // $large: $large-up;
184
+
185
+ // We use this as cursors values for enabling the option of having custom cursors in the whole site's stylesheet
186
+ // $cursor-crosshair-value: crosshair;
187
+ // $cursor-default-value: default;
188
+ // $cursor-pointer-value: pointer;
189
+ // $cursor-help-value: help;
190
+ // $cursor-text-value: text;
191
+
192
+ // e. Typography
193
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
194
+
195
+ // $include-html-type-classes: $include-html-classes;
196
+
197
+ // We use these to control header font styles
198
+ // $header-font-family: $body-font-family;
199
+ // $header-font-weight: $font-weight-normal;
200
+ // $header-font-style: normal;
201
+ // $header-font-color: $jet;
202
+ // $header-line-height: 1.4;
203
+ // $header-top-margin: .2rem;
204
+ // $header-bottom-margin: .5rem;
205
+ // $header-text-rendering: optimizeLegibility;
206
+
207
+ // We use these to control header font sizes
208
+ // $h1-font-size: rem-calc(44);
209
+ // $h2-font-size: rem-calc(37);
210
+ // $h3-font-size: rem-calc(27);
211
+ // $h4-font-size: rem-calc(23);
212
+ // $h5-font-size: rem-calc(18);
213
+ // $h6-font-size: 1rem;
214
+
215
+ // 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;
222
+
223
+ // These control how subheaders are styled.
224
+ // $subheader-line-height: 1.4;
225
+ // $subheader-font-color: scale-color($header-font-color, $lightness: 35%);
226
+ // $subheader-font-weight: $font-weight-normal;
227
+ // $subheader-top-margin: .2rem;
228
+ // $subheader-bottom-margin: .5rem;
229
+
230
+ // A general <small> styling
231
+ $small-font-size: 0.75rem;
232
+ // $small-font-color: scale-color($header-font-color, $lightness: 35%);
233
+
234
+ // We use these to style paragraphs
235
+ // $paragraph-font-family: inherit;
236
+ // $paragraph-font-weight: $font-weight-normal;
237
+ // $paragraph-font-size: 1rem;
238
+ $paragraph-line-height: 1.4;
239
+ // $paragraph-margin-bottom: rem-calc(20);
240
+ // $paragraph-aside-font-size: rem-calc(14);
241
+ $paragraph-aside-line-height: 1.4;
242
+ // $paragraph-aside-font-style: italic;
243
+ // $paragraph-text-rendering: optimizeLegibility;
244
+
245
+ // We use these to style <code> tags
246
+ // $code-color: $oil;
247
+ // $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
248
+ // $code-font-weight: $font-weight-normal;
249
+ // $code-background-color: scale-color($secondary-color, $lightness: 70%);
250
+ // $code-border-size: 1px;
251
+ // $code-border-style: solid;
252
+ // $code-border-color: scale-color($code-background-color, $lightness: -10%);
253
+ // $code-padding: rem-calc(2) rem-calc(5) rem-calc(1);
254
+
255
+ // We use these to style anchors
256
+ // $anchor-text-decoration: none;
257
+ // $anchor-text-decoration-hover: none;
258
+ // $anchor-font-color: $primary-color;
259
+ // $anchor-font-color-hover: scale-color($primary-color, $lightness: -14%);
260
+
261
+ // We use these to style the <hr> element
262
+ // $hr-border-width: 1px;
263
+ // $hr-border-style: solid;
264
+ // $hr-border-color: $gainsboro;
265
+ // $hr-margin: rem-calc(20);
266
+
267
+ // We use these to style lists
268
+ // $list-font-family: $paragraph-font-family;
269
+ // $list-font-size: $paragraph-font-size;
270
+ // $list-line-height: $paragraph-line-height;
271
+ // $list-margin-bottom: $paragraph-margin-bottom;
272
+ // $list-style-position: outside;
273
+ // $list-side-margin: 1.1rem;
274
+ // $list-ordered-side-margin: 1.4rem;
275
+ // $list-side-margin-no-bullet: 0;
276
+ // $list-nested-margin: rem-calc(20);
277
+ // $definition-list-header-weight: $font-weight-bold;
278
+ // $definition-list-header-margin-bottom: .3rem;
279
+ // $definition-list-margin-bottom: rem-calc(12);
280
+
281
+ // We use these to style blockquotes
282
+ // $blockquote-font-color: scale-color($header-font-color, $lightness: 35%);
283
+ // $blockquote-padding: rem-calc(9 20 0 19);
284
+ // $blockquote-border: 1px solid $gainsboro;
285
+ // $blockquote-cite-font-size: rem-calc(13);
286
+ // $blockquote-cite-font-color: scale-color($header-font-color, $lightness: 23%);
287
+ // $blockquote-cite-link-color: $blockquote-cite-font-color;
288
+
289
+ // Acronym styles
290
+ // $acronym-underline: 1px dotted $gainsboro;
291
+
292
+ // We use these to control padding and margin
293
+ // $microformat-padding: rem-calc(10 12);
294
+ // $microformat-margin: rem-calc(0 0 20 0);
295
+
296
+ // We use these to control the border styles
297
+ // $microformat-border-width: 1px;
298
+ // $microformat-border-style: solid;
299
+ // $microformat-border-color: $gainsboro;
300
+
301
+ // We use these to control full name font styles
302
+ // $microformat-fullname-font-weight: $font-weight-bold;
303
+ // $microformat-fullname-font-size: rem-calc(15);
304
+
305
+ // We use this to control the summary font styles
306
+ // $microformat-summary-font-weight: $font-weight-bold;
307
+
308
+ // We use this to control abbr padding
309
+ // $microformat-abbr-padding: rem-calc(0 1);
310
+
311
+ // We use this to control abbr font styles
312
+ // $microformat-abbr-font-weight: $font-weight-bold;
313
+ // $microformat-abbr-font-decoration: none;
314
+
315
+
316
+ // 01. Accordion
317
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
318
+
319
+ // $include-html-accordion-classes: $include-html-classes;
320
+
321
+ // $accordion-navigation-padding: rem-calc(16);
322
+ // $accordion-navigation-bg-color: $silver ;
323
+ // $accordion-navigation-hover-bg-color: scale-color($accordion-navigation-bg-color, $lightness: -5%);
324
+ // $accordion-navigation-active-bg-color: scale-color($accordion-navigation-bg-color, $lightness: -3%);
325
+ // $accordion-navigation-font-color: $jet;
326
+ // $accordion-navigation-font-size: rem-calc(16);
327
+ // $accordion-navigation-font-family: $body-font-family;
328
+
329
+ // $accordion-content-padding: $column-gutter/2;
330
+ // $accordion-content-active-bg-color: $white;
331
+
332
+ // 02. Alert Boxes
333
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
334
+
335
+ // $include-html-alert-classes: $include-html-classes;
336
+
337
+ // We use this to control alert padding.
338
+ // $alert-padding-top: rem-calc(14);
339
+ // $alert-padding-default-float: $alert-padding-top;
340
+ // $alert-padding-opposite-direction: $alert-padding-top + rem-calc(10);
341
+ // $alert-padding-bottom: $alert-padding-top;
342
+
343
+ // We use these to control text style.
344
+ // $alert-font-weight: $font-weight-normal;
345
+ // $alert-font-size: rem-calc(13);
346
+ // $alert-font-color: $white;
347
+ // $alert-font-color-alt: scale-color($secondary-color, $lightness: -66%);
348
+
349
+ // We use this for close hover effect.
350
+ // $alert-function-factor: -14%;
351
+
352
+ // We use these to control border styles.
353
+ // $alert-border-style: solid;
354
+ // $alert-border-width: 1px;
355
+ // $alert-border-color: scale-color($primary-color, $lightness: $alert-function-factor);
356
+ // $alert-bottom-margin: rem-calc(20);
357
+
358
+ // We use these to style the close buttons
359
+ // $alert-close-color: $oil;
360
+ // $alert-close-top: 50%;
361
+ // $alert-close-position: rem-calc(4);
362
+ // $alert-close-font-size: rem-calc(22);
363
+ // $alert-close-opacity: 0.3;
364
+ // $alert-close-opacity-hover: 0.5;
365
+ // $alert-close-padding: 9px 6px 4px;
366
+
367
+ // We use this to control border radius
368
+ // $alert-radius: $global-radius;
369
+
370
+ // We use this to control transition effects
371
+ // $alert-transition-speed: 300ms;
372
+ // $alert-transition-ease: ease-out;
373
+
374
+ // 03. Block Grid
375
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
376
+
377
+ // $include-html-block-grid-classes: $include-html-classes;
378
+ // $include-xl-html-block-grid-classes: false;
379
+
380
+ // We use this to control the maximum number of block grid elements per row
381
+ // $block-grid-elements: 12;
382
+ // $block-grid-default-spacing: rem-calc(20);
383
+ // $align-block-grid-to-grid: false;
384
+
385
+
386
+ // Enables media queries for block-grid classes. Set to false if writing semantic HTML.
387
+ // $block-grid-media-queries: true;
388
+
389
+ // 04. Breadcrumbs
390
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
391
+
392
+ // $include-html-nav-classes: $include-html-classes;
393
+
394
+ // We use this to set the background color for the breadcrumb container.
395
+ // $crumb-bg: scale-color($secondary-color, $lightness: 55%);
396
+
397
+ // We use these to set the padding around the breadcrumbs.
398
+ // $crumb-padding: rem-calc(9 14 9);
399
+ // $crumb-side-padding: rem-calc(12);
400
+
401
+ // We use these to control border styles.
402
+ // $crumb-function-factor: -10%;
403
+ // $crumb-border-size: 1px;
404
+ // $crumb-border-style: solid;
405
+ // $crumb-border-color: scale-color($crumb-bg, $lightness: $crumb-function-factor);
406
+ // $crumb-radius: $global-radius;
407
+
408
+ // We use these to set various text styles for breadcrumbs.
409
+ // $crumb-font-size: rem-calc(11);
410
+ // $crumb-font-color: $primary-color;
411
+ // $crumb-font-color-current: $oil;
412
+ // $crumb-font-color-unavailable: $aluminum;
413
+ // $crumb-font-transform: uppercase;
414
+ // $crumb-link-decor: underline;
415
+
416
+ // We use these to control the slash between breadcrumbs
417
+ // $crumb-slash-color: $base;
418
+ // $crumb-slash: "/";
419
+
420
+ // 05. Buttons
421
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
422
+
423
+ // $include-html-button-classes: $include-html-classes;
424
+
425
+ // We use these to build padding for buttons.
426
+ // $button-tny: rem-calc(10);
427
+ // $button-sml: rem-calc(14);
428
+ // $button-med: rem-calc(16);
429
+ // $button-lrg: rem-calc(18);
430
+
431
+ // We use this to control the display property.
432
+ // $button-display: inline-block;
433
+ // $button-margin-bottom: rem-calc(20);
434
+
435
+ // We use these to control button text styles.
436
+ // $button-font-family: $body-font-family;
437
+ // $button-font-color: $white;
438
+ // $button-font-color-alt: $oil;
439
+ // $button-font-tny: rem-calc(11);
440
+ // $button-font-sml: rem-calc(13);
441
+ // $button-font-med: rem-calc(16);
442
+ // $button-font-lrg: rem-calc(20);
443
+ // $button-font-weight: $font-weight-normal;
444
+ // $button-font-align: center;
445
+
446
+ // We use these to control various hover effects.
447
+ // $button-function-factor: -20%;
448
+
449
+ // We use these to control button border and hover styles.
450
+ // $button-border-width: 0px;
451
+ // $button-border-style: solid;
452
+ // $button-bg-color: $primary-color;
453
+ // $button-bg-hover: scale-color($button-bg-color, $lightness: $button-function-factor);
454
+ // $button-border-color: $button-bg-hover;
455
+ // $secondary-button-bg-hover: scale-color($secondary-color, $lightness: $button-function-factor);
456
+ // $secondary-button-border-color: $secondary-button-bg-hover;
457
+ // $success-button-bg-hover: scale-color($success-color, $lightness: $button-function-factor);
458
+ // $success-button-border-color: $success-button-bg-hover;
459
+ // $alert-button-bg-hover: scale-color($alert-color, $lightness: $button-function-factor);
460
+ // $alert-button-border-color: $alert-button-bg-hover;
461
+
462
+ // We use this to set the default radius used throughout the core.
463
+ // $button-radius: $global-radius;
464
+ // $button-round: $global-rounded;
465
+
466
+ // We use this to set default opacity and cursor for disabled buttons.
467
+ // $button-disabled-opacity: 0.7;
468
+ // $button-disabled-cursor: $cursor-default-value;
469
+
470
+ // 06. Button Groups
471
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
472
+
473
+ // $include-html-button-classes: $include-html-classes;
474
+
475
+ // Sets the margin for the right side by default, and the left margin if right-to-left direction is used
476
+ // $button-bar-margin-opposite: rem-calc(10);
477
+ // $button-group-border-width: 1px;
478
+
479
+ // 07. Clearing
480
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
481
+
482
+ // $include-html-clearing-classes: $include-html-classes;
483
+
484
+ // We use these to set the background colors for parts of Clearing.
485
+ // $clearing-bg: $oil;
486
+ // $clearing-caption-bg: $clearing-bg;
487
+ // $clearing-carousel-bg: rgba(51,51,51,0.8);
488
+ // $clearing-img-bg: $clearing-bg;
489
+
490
+ // We use these to style the close button
491
+ // $clearing-close-color: $iron;
492
+ // $clearing-close-size: 30px;
493
+
494
+ // We use these to style the arrows
495
+ // $clearing-arrow-size: 12px;
496
+ // $clearing-arrow-color: $clearing-close-color;
497
+
498
+ // We use these to style captions
499
+ // $clearing-caption-font-color: $iron;
500
+ // $clearing-caption-font-size: 0.875em;
501
+ // $clearing-caption-padding: 10px 30px 20px;
502
+
503
+ // We use these to make the image and carousel height and style
504
+ // $clearing-active-img-height: 85%;
505
+ // $clearing-carousel-height: 120px;
506
+ // $clearing-carousel-thumb-width: 120px;
507
+ // $clearing-carousel-thumb-active-border: 1px solid rgb(255,255,255);
508
+
509
+ // 08. Dropdown
510
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
511
+
512
+ // $include-html-dropdown-classes: $include-html-classes;
513
+
514
+ // We use these to controls height and width styles.
515
+ // $f-dropdown-max-width: 200px;
516
+ // $f-dropdown-height: auto;
517
+ // $f-dropdown-max-height: none;
518
+
519
+ // Used for bottom position
520
+ // $f-dropdown-margin-top: 2px;
521
+
522
+ // Used for right position
523
+ // $f-dropdown-margin-left: $f-dropdown-margin-top;
524
+
525
+ // Used for left position
526
+ // $f-dropdown-margin-right: $f-dropdown-margin-top;
527
+
528
+ // Used for top position
529
+ // $f-dropdown-margin-bottom: $f-dropdown-margin-top;
530
+
531
+ // We use this to control the background color
532
+ // $f-dropdown-bg: $white;
533
+
534
+ // We use this to set the border styles for dropdowns.
535
+ // $f-dropdown-border-style: solid;
536
+ // $f-dropdown-border-width: 1px;
537
+ // $f-dropdown-border-color: scale-color($white, $lightness: -20%);
538
+
539
+ // We use these to style the triangle pip.
540
+ // $f-dropdown-triangle-size: 6px;
541
+ // $f-dropdown-triangle-color: $white;
542
+ // $f-dropdown-triangle-side-offset: 10px;
543
+
544
+ // We use these to control styles for the list elements.
545
+ // $f-dropdown-list-style: none;
546
+ // $f-dropdown-font-color: $charcoal;
547
+ // $f-dropdown-font-size: rem-calc(14);
548
+ // $f-dropdown-list-padding: rem-calc(5, 10);
549
+ // $f-dropdown-line-height: rem-calc(18);
550
+ // $f-dropdown-list-hover-bg: $smoke ;
551
+ // $dropdown-mobile-default-float: 0;
552
+
553
+ // We use this to control the styles for when the dropdown has custom content.
554
+ // $f-dropdown-content-padding: rem-calc(20);
555
+
556
+ // 09. Dropdown Buttons
557
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
558
+
559
+ // $include-html-button-classes: $include-html-classes;
560
+
561
+ // We use these to set the color of the pip in dropdown buttons
562
+ // $dropdown-button-pip-color: $white;
563
+ // $dropdown-button-pip-color-alt: $oil;
564
+
565
+ // $button-pip-tny: rem-calc(6);
566
+ // $button-pip-sml: rem-calc(7);
567
+ // $button-pip-med: rem-calc(9);
568
+ // $button-pip-lrg: rem-calc(11);
569
+
570
+ // We use these to style tiny dropdown buttons
571
+ // $dropdown-button-padding-tny: $button-pip-tny * 7;
572
+ // $dropdown-button-pip-size-tny: $button-pip-tny;
573
+ // $dropdown-button-pip-opposite-tny: $button-pip-tny * 3;
574
+ // $dropdown-button-pip-top-tny: -$button-pip-tny / 2 + rem-calc(1);
575
+
576
+ // We use these to style small dropdown buttons
577
+ // $dropdown-button-padding-sml: $button-pip-sml * 7;
578
+ // $dropdown-button-pip-size-sml: $button-pip-sml;
579
+ // $dropdown-button-pip-opposite-sml: $button-pip-sml * 3;
580
+ // $dropdown-button-pip-top-sml: -$button-pip-sml / 2 + rem-calc(1);
581
+
582
+ // We use these to style medium dropdown buttons
583
+ // $dropdown-button-padding-med: $button-pip-med * 6 + rem-calc(3);
584
+ // $dropdown-button-pip-size-med: $button-pip-med - rem-calc(3);
585
+ // $dropdown-button-pip-opposite-med: $button-pip-med * 2.5;
586
+ // $dropdown-button-pip-top-med: -$button-pip-med / 2 + rem-calc(2);
587
+
588
+ // We use these to style large dropdown buttons
589
+ // $dropdown-button-padding-lrg: $button-pip-lrg * 5 + rem-calc(3);
590
+ // $dropdown-button-pip-size-lrg: $button-pip-lrg - rem-calc(6);
591
+ // $dropdown-button-pip-opposite-lrg: $button-pip-lrg * 2.5;
592
+ // $dropdown-button-pip-top-lrg: -$button-pip-lrg / 2 + rem-calc(3);
593
+
594
+ // 10. Flex Video
595
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
596
+
597
+ // $include-html-media-classes: $include-html-classes;
598
+
599
+ // We use these to control video container padding and margins
600
+ // $flex-video-padding-top: rem-calc(25);
601
+ // $flex-video-padding-bottom: 67.5%;
602
+ // $flex-video-margin-bottom: rem-calc(16);
603
+
604
+ // We use this to control widescreen bottom padding
605
+ // $flex-video-widescreen-padding-bottom: 56.34%;
606
+
607
+ // 11. Forms
608
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
609
+
610
+ // $include-html-form-classes: $include-html-classes;
611
+
612
+ // We use this to set the base for lots of form spacing and positioning styles
613
+ // $form-spacing: rem-calc(16);
614
+
615
+ // We use these to style the labels in different ways
616
+ // $form-label-pointer: pointer;
617
+ // $form-label-font-size: rem-calc(14);
618
+ // $form-label-font-weight: $font-weight-normal;
619
+ // $form-label-line-height: 1.5;
620
+ // $form-label-font-color: scale-color($black, $lightness: 30%);
621
+ // $form-label-small-transform: capitalize;
622
+ // $form-label-bottom-margin: 0;
623
+ // $input-font-family: inherit;
624
+ // $input-font-color: rgba(0,0,0,0.75);
625
+ // $input-font-size: rem-calc(14);
626
+ // $input-bg-color: $white;
627
+ $input-focus-bg-color: white
628
+ // $input-border-color: scale-color($white, $lightness: -20%);
629
+ // $input-focus-border-color: scale-color($white, $lightness: -40%);
630
+ // $input-border-style: solid;
631
+ // $input-border-width: 1px;
632
+ // $input-border-radius: $global-radius;
633
+ // $input-disabled-bg: $gainsboro;
634
+ // $input-disabled-cursor: $cursor-default-value;
635
+ // $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
636
+
637
+ // We use these to style the fieldset border and spacing.
638
+ // $fieldset-border-style: solid;
639
+ // $fieldset-border-width: 1px;
640
+ // $fieldset-border-color: $gainsboro;
641
+ // $fieldset-padding: rem-calc(20);
642
+ // $fieldset-margin: rem-calc(18 0);
643
+
644
+ // We use these to style the legends when you use them
645
+ // $legend-bg: $white;
646
+ // $legend-font-weight: $font-weight-bold;
647
+ // $legend-padding: rem-calc(0 3);
648
+
649
+ // We use these to style the prefix and postfix input elements
650
+ $input-prefix-bg: $gray-lightest;
651
+ $input-prefix-border-color: $gray-lighter;
652
+ $input-prefix-border-size: 1px;
653
+ $input-prefix-border-type: solid;
654
+ $input-prefix-overflow: hidden;
655
+ $input-prefix-font-color: $gray-dark;
656
+ $input-prefix-font-color-alt: white;
657
+
658
+ // We use this setting to turn on/off HTML5 number spinners (the up/down arrows)
659
+ // $input-number-spinners: true;
660
+
661
+ // We use these to style the error states for inputs and labels
662
+ // $input-error-message-padding: rem-calc(6 9 9);
663
+ // $input-error-message-top: -1px;
664
+ // $input-error-message-font-size: rem-calc(12);
665
+ // $input-error-message-font-weight: $font-weight-normal;
666
+ // $input-error-message-font-style: italic;
667
+ // $input-error-message-font-color: $white;
668
+ // $input-error-message-font-color-alt: $oil;
669
+
670
+ // We use this to style the glowing effect of inputs when focused
671
+ // $input-include-glowing-effect: true;
672
+ // $glowing-effect-fade-time: 0.45s;
673
+ // $glowing-effect-color: $input-focus-border-color;
674
+
675
+ // Select variables
676
+ // $select-bg-color: $ghost;
677
+ // $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%);
678
+
679
+
680
+ // 12. Icon Bar
681
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
682
+
683
+ // We use these to style the icon-bar and items
684
+ // $include-html-icon-bar-classes: $include-html-classes;
685
+ // $icon-bar-bg: $oil;
686
+ // $icon-bar-font-color: $white;
687
+ // $icon-bar-font-size: 1rem;
688
+ // $icon-bar-hover-color: $primary-color;
689
+ // $icon-bar-icon-color: $white;
690
+ // $icon-bar-icon-size: 1.875rem;
691
+ // $icon-bar-image-width: 1.875rem;
692
+ // $icon-bar-image-height: 1.875rem;
693
+ // $icon-bar-active-color: $primary-color;
694
+ // $icon-bar-item-padding: 1.25rem;
695
+
696
+ // 13. Inline Lists
697
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
698
+
699
+ // $include-html-inline-list-classes: $include-html-classes;
700
+
701
+ // We use this to control the margins and padding of the inline list.
702
+ // $inline-list-top-margin: 0;
703
+ // $inline-list-opposite-margin: 0;
704
+ // $inline-list-bottom-margin: rem-calc(17);
705
+ // $inline-list-default-float-margin: rem-calc(-22);
706
+ // $inline-list-default-float-list-margin: rem-calc(22);
707
+
708
+ // $inline-list-padding: 0;
709
+
710
+ // We use this to control the overflow of the inline list.
711
+ // $inline-list-overflow: hidden;
712
+
713
+ // We use this to control the list items
714
+ // $inline-list-display: block;
715
+
716
+ // We use this to control any elments within list items
717
+ // $inline-list-children-display: block;
718
+
719
+ // 14. Joyride
720
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
721
+
722
+ // $include-html-joyride-classes: $include-html-classes;
723
+
724
+ // Controlling default Joyride styles
725
+ // $joyride-tip-bg: $oil;
726
+ // $joyride-tip-default-width: 300px;
727
+ // $joyride-tip-padding: rem-calc(18 20 24);
728
+ // $joyride-tip-border: solid 1px $charcoal;
729
+ // $joyride-tip-radius: 4px;
730
+ // $joyride-tip-position-offset: 22px;
731
+
732
+ // Here, we're setting the tip dont styles
733
+ // $joyride-tip-font-color: $white;
734
+ // $joyride-tip-font-size: rem-calc(14);
735
+ // $joyride-tip-header-weight: $font-weight-bold;
736
+
737
+ // This changes the nub size
738
+ // $joyride-tip-nub-size: 10px;
739
+
740
+ // This adjusts the styles for the timer when its enabled
741
+ // $joyride-tip-timer-width: 50px;
742
+ // $joyride-tip-timer-height: 3px;
743
+ // $joyride-tip-timer-color: $steel;
744
+
745
+ // This changes up the styles for the close button
746
+ // $joyride-tip-close-color: $monsoon;
747
+ // $joyride-tip-close-size: 24px;
748
+ // $joyride-tip-close-weight: $font-weight-normal;
749
+
750
+ // When Joyride is filling the screen, we use this style for the bg
751
+ // $joyride-screenfill: rgba(0,0,0,0.5);
752
+
753
+ // 15. Keystrokes
754
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
755
+
756
+ // $include-html-keystroke-classes: $include-html-classes;
757
+
758
+ // We use these to control text styles.
759
+ // $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
760
+ // $keystroke-font-size: inherit;
761
+ // $keystroke-font-color: $jet;
762
+ // $keystroke-font-color-alt: $white;
763
+ // $keystroke-function-factor: -7%;
764
+
765
+ // We use this to control keystroke padding.
766
+ // $keystroke-padding: rem-calc(2 4 0);
767
+
768
+ // We use these to control background and border styles.
769
+ // $keystroke-bg: scale-color($white, $lightness: $keystroke-function-factor);
770
+ // $keystroke-border-style: solid;
771
+ // $keystroke-border-width: 1px;
772
+ // $keystroke-border-color: scale-color($keystroke-bg, $lightness: $keystroke-function-factor);
773
+ // $keystroke-radius: $global-radius;
774
+
775
+ // 16. Labels
776
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
777
+
778
+ // $include-html-label-classes: $include-html-classes;
779
+
780
+ // We use these to style the labels
781
+ // $label-padding: rem-calc(4 8 6);
782
+ // $label-radius: $global-radius;
783
+
784
+ // We use these to style the label text
785
+ // $label-font-sizing: rem-calc(11);
786
+ // $label-font-weight: $font-weight-normal;
787
+ // $label-font-color: $oil;
788
+ // $label-font-color-alt: $white;
789
+ // $label-font-family: $body-font-family;
790
+
791
+ // 17. Magellan
792
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
793
+
794
+ // $include-html-magellan-classes: $include-html-classes;
795
+
796
+ // $magellan-bg: $white;
797
+ // $magellan-padding: 0 !important;
798
+
799
+ // 18. Off-canvas
800
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
801
+
802
+ // $include-html-off-canvas-classes: $include-html-classes;
803
+
804
+ // $tabbar-bg: $oil;
805
+ // $tabbar-height: rem-calc(45);
806
+ // $tabbar-icon-width: $tabbar-height;
807
+ // $tabbar-line-height: $tabbar-height;
808
+ // $tabbar-color: $white;
809
+ // $tabbar-middle-padding: 0 rem-calc(10);
810
+
811
+ // Off Canvas Divider Styles
812
+ // $tabbar-right-section-border: solid 1px scale-color($tabbar-bg, $lightness: 13%);
813
+ // $tabbar-left-section-border: solid 1px scale-color($tabbar-bg, $lightness: -50%);
814
+
815
+ // Off Canvas Tab Bar Headers
816
+ // $tabbar-header-color: $white;
817
+ // $tabbar-header-weight: $font-weight-bold;
818
+ // $tabbar-header-line-height: $tabbar-height;
819
+ // $tabbar-header-margin: 0;
820
+
821
+ // Off Canvas Menu Variables
822
+ // $off-canvas-width: rem-calc(250);
823
+ // $off-canvas-bg: $oil;
824
+
825
+ // Off Canvas Menu List Variables
826
+ // $off-canvas-label-padding: 0.3rem rem-calc(15);
827
+ // $off-canvas-label-color: $aluminum;
828
+ // $off-canvas-label-text-transform: uppercase;
829
+ // $off-canvas-label-font-size: rem-calc(12);
830
+ // $off-canvas-label-font-weight: $font-weight-bold;
831
+ // $off-canvas-label-bg: $tuatara;
832
+ // $off-canvas-label-border-top: 1px solid scale-color($tuatara, $lightness: 14%);
833
+ // $off-canvas-label-border-bottom: none;
834
+ // $off-canvas-label-margin:0;
835
+ // $off-canvas-link-padding: rem-calc(10, 15);
836
+ // $off-canvas-link-color: rgba($white, 0.7);
837
+ // $off-canvas-link-border-bottom: 1px solid scale-color($off-canvas-bg, $lightness: -25%);
838
+ // $off-canvas-back-bg: $tuatara;
839
+ // $off-canvas-back-border-top: $off-canvas-label-border-top;
840
+ // $off-canvas-back-border-bottom: $off-canvas-label-border-bottom;
841
+ // $off-canvas-back-hover-bg: scale-color($off-canvas-back-bg, $lightness: -30%);
842
+ // $off-canvas-back-hover-border-top: 1px solid scale-color($off-canvas-label-bg, $lightness: 14%);
843
+ // $off-canvas-back-hover-border-bottom: none;
844
+
845
+ // Off Canvas Menu Icon Variables
846
+ // $tabbar-menu-icon-color: $white;
847
+ // $tabbar-menu-icon-hover: scale-color($tabbar-menu-icon-color, $lightness: -30%);
848
+
849
+ // $tabbar-menu-icon-text-indent: rem-calc(35);
850
+ // $tabbar-menu-icon-width: $tabbar-height;
851
+ // $tabbar-menu-icon-height: $tabbar-height;
852
+ // $tabbar-menu-icon-padding: 0;
853
+
854
+ // $tabbar-hamburger-icon-width: rem-calc(16);
855
+ // $tabbar-hamburger-icon-left: false;
856
+ // $tabbar-hamburger-icon-top: false;
857
+ // $tabbar-hamburger-icon-thickness: 1px;
858
+ // $tabbar-hamburger-icon-gap: 6px;
859
+
860
+ // Off Canvas Back-Link Overlay
861
+ // $off-canvas-overlay-transition: background 300ms ease;
862
+ // $off-canvas-overlay-cursor: pointer;
863
+ // $off-canvas-overlay-box-shadow: -4px 0 4px rgba($black, 0.5), 4px 0 4px rgba($black, 0.5);
864
+ // $off-canvas-overlay-background: rgba($white, 0.2);
865
+ // $off-canvas-overlay-background-hover: rgba($white, 0.05);
866
+
867
+ // Transition Variables
868
+ // $menu-slide: "transform 500ms ease";
869
+
870
+ // 19. Orbit
871
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
872
+
873
+ // $include-html-orbit-classes: $include-html-classes;
874
+
875
+ // We use these to control the caption styles
876
+ // $orbit-container-bg: none;
877
+ // $orbit-caption-bg: rgba(51,51,51, 0.8);
878
+ // $orbit-caption-font-color: $white;
879
+ // $orbit-caption-font-size: rem-calc(14);
880
+ // $orbit-caption-position: "bottom"; // Supported values: "bottom", "under"
881
+ // $orbit-caption-padding: rem-calc(10 14);
882
+ // $orbit-caption-height: auto;
883
+
884
+ // We use these to control the left/right nav styles
885
+ // $orbit-nav-bg: transparent;
886
+ // $orbit-nav-bg-hover: rgba(0,0,0,0.3);
887
+ // $orbit-nav-arrow-color: $white;
888
+ // $orbit-nav-arrow-color-hover: $white;
889
+
890
+ // We use these to control the timer styles
891
+ // $orbit-timer-bg: rgba(255,255,255,0.3);
892
+ // $orbit-timer-show-progress-bar: true;
893
+
894
+ // We use these to control the bullet nav styles
895
+ // $orbit-bullet-nav-color: $iron;
896
+ // $orbit-bullet-nav-color-active: $aluminum;
897
+ // $orbit-bullet-radius: rem-calc(9);
898
+
899
+ // We use these to controls the style of slide numbers
900
+ // $orbit-slide-number-bg: rgba(0,0,0,0);
901
+ // $orbit-slide-number-font-color: $white;
902
+ // $orbit-slide-number-padding: rem-calc(5);
903
+
904
+ // Hide controls on small
905
+ // $orbit-nav-hide-for-small: true;
906
+ // $orbit-bullet-hide-for-small: true;
907
+ // $orbit-timer-hide-for-small: true;
908
+
909
+ // Graceful Loading Wrapper and preloader
910
+ // $wrapper-class: "slideshow-wrapper";
911
+ // $preloader-class: "preloader";
912
+
913
+ // 20. Pagination
914
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
915
+
916
+ // $include-pagination-classes: $include-html-classes;
917
+
918
+ // We use these to control the pagination container
919
+ // $pagination-height: rem-calc(24);
920
+ // $pagination-margin: rem-calc(-5);
921
+
922
+ // We use these to set the list-item properties
923
+ // $pagination-li-float: $default-float;
924
+ // $pagination-li-height: rem-calc(24);
925
+ // $pagination-li-font-color: $jet;
926
+ // $pagination-li-font-size: rem-calc(14);
927
+ // $pagination-li-margin: rem-calc(5);
928
+
929
+ // We use these for the pagination anchor links
930
+ // $pagination-link-pad: rem-calc(1 10 1);
931
+ // $pagination-link-font-color: $aluminum;
932
+ // $pagination-link-active-bg: scale-color($white, $lightness: -10%);
933
+
934
+ // We use these for disabled anchor links
935
+ // $pagination-link-unavailable-cursor: default;
936
+ // $pagination-link-unavailable-font-color: $aluminum;
937
+ // $pagination-link-unavailable-bg-active: transparent;
938
+
939
+ // We use these for currently selected anchor links
940
+ // $pagination-link-current-background: $primary-color;
941
+ // $pagination-link-current-font-color: $white;
942
+ // $pagination-link-current-font-weight: $font-weight-bold;
943
+ // $pagination-link-current-cursor: default;
944
+ // $pagination-link-current-active-bg: $primary-color;
945
+
946
+ // 21. Panels
947
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
948
+
949
+ // $include-html-panel-classes: $include-html-classes;
950
+
951
+ // We use these to control the background and border styles
952
+ // $panel-bg: scale-color($white, $lightness: -5%);
953
+ // $panel-border-style: solid;
954
+ // $panel-border-size: 1px;
955
+
956
+ // We use this % to control how much we darken things on hover
957
+ // $panel-function-factor: -11%;
958
+ // $panel-border-color: scale-color($panel-bg, $lightness: $panel-function-factor);
959
+
960
+ // We use these to set default inner padding and bottom margin
961
+ // $panel-margin-bottom: rem-calc(20);
962
+ // $panel-padding: rem-calc(20);
963
+
964
+ // We use these to set default font colors
965
+ // $panel-font-color: $oil;
966
+ // $panel-font-color-alt: $white;
967
+
968
+ // $panel-header-adjust: true;
969
+ // $callout-panel-link-color: $primary-color;
970
+
971
+ // 22. Pricing Tables
972
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
973
+
974
+ // $include-html-pricing-classes: $include-html-classes;
975
+
976
+ // We use this to control the border color
977
+ // $price-table-border: solid 1px $gainsboro;
978
+
979
+ // We use this to control the bottom margin of the pricing table
980
+ // $price-table-margin-bottom: rem-calc(20);
981
+
982
+ // We use these to control the title styles
983
+ // $price-title-bg: $oil;
984
+ // $price-title-padding: rem-calc(15 20);
985
+ // $price-title-align: center;
986
+ // $price-title-color: $smoke;
987
+ // $price-title-weight: $font-weight-normal;
988
+ // $price-title-size: rem-calc(16);
989
+ // $price-title-font-family: $body-font-family;
990
+
991
+ // We use these to control the price styles
992
+ // $price-money-bg: $vapor ;
993
+ // $price-money-padding: rem-calc(15 20);
994
+ // $price-money-align: center;
995
+ // $price-money-color: $oil;
996
+ // $price-money-weight: $font-weight-normal;
997
+ // $price-money-size: rem-calc(32);
998
+ // $price-money-font-family: $body-font-family;
999
+
1000
+ // We use these to control the description styles
1001
+ // $price-bg: $white;
1002
+ // $price-desc-color: $monsoon;
1003
+ // $price-desc-padding: rem-calc(15);
1004
+ // $price-desc-align: center;
1005
+ // $price-desc-font-size: rem-calc(12);
1006
+ // $price-desc-weight: $font-weight-normal;
1007
+ // $price-desc-line-height: 1.4;
1008
+ // $price-desc-bottom-border: dotted 1px $gainsboro;
1009
+
1010
+ // We use these to control the list item styles
1011
+ // $price-item-color: $oil;
1012
+ // $price-item-padding: rem-calc(15);
1013
+ // $price-item-align: center;
1014
+ // $price-item-font-size: rem-calc(14);
1015
+ // $price-item-weight: $font-weight-normal;
1016
+ // $price-item-bottom-border: dotted 1px $gainsboro;
1017
+
1018
+ // We use these to control the CTA area styles
1019
+ // $price-cta-bg: $white;
1020
+ // $price-cta-align: center;
1021
+ // $price-cta-padding: rem-calc(20 20 0);
1022
+
1023
+
1024
+ // 23. Progress Bar
1025
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
1026
+
1027
+ // $include-html-media-classes: $include-html-classes;
1028
+
1029
+ // We use this to set the progress bar height
1030
+ // $progress-bar-height: rem-calc(25);
1031
+ // $progress-bar-color: $vapor ;
1032
+
1033
+ // We use these to control the border styles
1034
+ // $progress-bar-border-color: scale-color($white, $lightness: 20%);
1035
+ // $progress-bar-border-size: 1px;
1036
+ // $progress-bar-border-style: solid;
1037
+ // $progress-bar-border-radius: $global-radius;
1038
+
1039
+ // We use these to control the margin & padding
1040
+ // $progress-bar-pad: rem-calc(2);
1041
+ // $progress-bar-margin-bottom: rem-calc(10);
1042
+
1043
+ // We use these to set the meter colors
1044
+ // $progress-meter-color: $primary-color;
1045
+ // $progress-meter-secondary-color: $secondary-color;
1046
+ // $progress-meter-success-color: $success-color;
1047
+ // $progress-meter-alert-color: $alert-color;
1048
+
1049
+ // 24. Range Slider
1050
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
1051
+
1052
+ // $include-html-range-slider-classes: $include-html-classes;
1053
+
1054
+ // These variabels define the slider bar styles
1055
+ // $range-slider-bar-width: 100%;
1056
+ // $range-slider-bar-height: rem-calc(16);
1057
+
1058
+ // $range-slider-bar-border-width: 1px;
1059
+ // $range-slider-bar-border-style: solid;
1060
+ // $range-slider-bar-border-color: $gainsboro;
1061
+ // $range-slider-radius: $global-radius;
1062
+ // $range-slider-round: $global-rounded;
1063
+ // $range-slider-bar-bg-color: $ghost;
1064
+
1065
+ // Vertical bar styles
1066
+ // $range-slider-vertical-bar-width: rem-calc(16);
1067
+ // $range-slider-vertical-bar-height: rem-calc(200);
1068
+
1069
+ // These variabels define the slider handle styles
1070
+ // $range-slider-handle-width: rem-calc(32);
1071
+ // $range-slider-handle-height: rem-calc(22);
1072
+ // $range-slider-handle-position-top: rem-calc(-5);
1073
+ // $range-slider-handle-bg-color: $primary-color;
1074
+ // $range-slider-handle-border-width: 1px;
1075
+ // $range-slider-handle-border-style: solid;
1076
+ // $range-slider-handle-border-color: none;
1077
+ // $range-slider-handle-radius: $global-radius;
1078
+ // $range-slider-handle-round: $global-rounded;
1079
+ // $range-slider-handle-bg-hover-color: scale-color($primary-color, $lightness: -12%);
1080
+ // $range-slider-handle-cursor: pointer;
1081
+
1082
+ // 25. Reveal
1083
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
1084
+
1085
+ // $include-html-reveal-classes: $include-html-classes;
1086
+
1087
+ // We use these to control the style of the reveal overlay.
1088
+ $reveal-overlay-bg: $global-overlay;
1089
+ $reveal-overlay-bg-old: $gray-darkest;
1090
+
1091
+ // We use these to control the style of the modal itself.
1092
+ // $reveal-modal-bg: $white;
1093
+ $reveal-position-top: rem-calc(64);
1094
+ // $reveal-default-width: 80%;
1095
+ $reveal-modal-padding: rem-calc(10.66666);
1096
+ $reveal-box-shadow: none;
1097
+
1098
+ // We use these to style the reveal close button
1099
+ // $reveal-close-font-size: rem-calc(40);
1100
+ // $reveal-close-top: rem-calc(8);
1101
+ $reveal-close-side: 0;
1102
+ $reveal-close-color: $gray-light;
1103
+ $reveal-close-weight: 100;
1104
+
1105
+ // We use this to set the default radius used throughout the core.
1106
+ // $reveal-radius: $global-radius;
1107
+ // $reveal-round: $global-rounded;
1108
+
1109
+ // We use these to control the modal border
1110
+ // $reveal-border-style: solid;
1111
+ $reveal-border-width: 0px;
1112
+ $reveal-border-color: $gray-lighter;
1113
+
1114
+ // $reveal-modal-class: "reveal-modal";
1115
+ // $close-reveal-modal-class: "close-reveal-modal";
1116
+
1117
+ // 26. Side Nav
1118
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
1119
+
1120
+ // $include-html-nav-classes: $include-html-classes;
1121
+
1122
+ // We use this to control padding.
1123
+ // $side-nav-padding: rem-calc(14 0);
1124
+
1125
+ // We use these to control list styles.
1126
+ // $side-nav-list-type: none;
1127
+ // $side-nav-list-position: inside;
1128
+ // $side-nav-list-margin: rem-calc(0 0 7 0);
1129
+
1130
+ // We use these to control link styles.
1131
+ // $side-nav-link-color: $primary-color;
1132
+ // $side-nav-link-color-active: scale-color($side-nav-link-color, $lightness: 30%);
1133
+ // $side-nav-link-color-hover: scale-color($side-nav-link-color, $lightness: 30%);
1134
+ // $side-nav-link-bg-hover: hsla(0, 0, 0, 0.025);
1135
+ // $side-nav-link-margin: 0;
1136
+ // $side-nav-link-padding: rem-calc(7 14);
1137
+ // $side-nav-font-size: rem-calc(14);
1138
+ // $side-nav-font-weight: $font-weight-normal;
1139
+ // $side-nav-font-weight-active: $side-nav-font-weight;
1140
+ // $side-nav-font-family: $body-font-family;
1141
+ // $side-nav-active-font-family: $side-nav-font-family;
1142
+
1143
+ // We use these to control heading styles.
1144
+ // $side-nav-heading-color: $side-nav-link-color;
1145
+ // $side-nav-heading-font-size: $side-nav-font-size;
1146
+ // $side-nav-heading-font-weight: bold;
1147
+ // $side-nav-heading-text-transform: uppercase;
1148
+
1149
+ // We use these to control border styles
1150
+ // $side-nav-divider-size: 1px;
1151
+ // $side-nav-divider-style: solid;
1152
+ // $side-nav-divider-color: scale-color($white, $lightness: 10%);
1153
+
1154
+ // 27. Split Buttons
1155
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
1156
+
1157
+ // $include-html-button-classes: $include-html-classes;
1158
+
1159
+ // We use these to control different shared styles for Split Buttons
1160
+ // $split-button-function-factor: 10%;
1161
+ // $split-button-pip-color: $white;
1162
+ // $split-button-pip-color-alt: $oil;
1163
+ // $split-button-active-bg-tint: rgba(0,0,0,0.1);
1164
+
1165
+ // We use these to control tiny split buttons
1166
+ // $split-button-padding-tny: $button-pip-tny * 10;
1167
+ // $split-button-span-width-tny: $button-pip-tny * 6;
1168
+ // $split-button-pip-size-tny: $button-pip-tny;
1169
+ // $split-button-pip-top-tny: $button-pip-tny * 2;
1170
+ // $split-button-pip-default-float-tny: rem-calc(-6);
1171
+
1172
+ // We use these to control small split buttons
1173
+ // $split-button-padding-sml: $button-pip-sml * 10;
1174
+ // $split-button-span-width-sml: $button-pip-sml * 6;
1175
+ // $split-button-pip-size-sml: $button-pip-sml;
1176
+ // $split-button-pip-top-sml: $button-pip-sml * 1.5;
1177
+ // $split-button-pip-default-float-sml: rem-calc(-6);
1178
+
1179
+ // We use these to control medium split buttons
1180
+ // $split-button-padding-med: $button-pip-med * 9;
1181
+ // $split-button-span-width-med: $button-pip-med * 5.5;
1182
+ // $split-button-pip-size-med: $button-pip-med - rem-calc(3);
1183
+ // $split-button-pip-top-med: $button-pip-med * 1.5;
1184
+ // $split-button-pip-default-float-med: rem-calc(-6);
1185
+
1186
+ // We use these to control large split buttons
1187
+ // $split-button-padding-lrg: $button-pip-lrg * 8;
1188
+ // $split-button-span-width-lrg: $button-pip-lrg * 5;
1189
+ // $split-button-pip-size-lrg: $button-pip-lrg - rem-calc(6);
1190
+ // $split-button-pip-top-lrg: $button-pip-lrg + rem-calc(5);
1191
+ // $split-button-pip-default-float-lrg: rem-calc(-6);
1192
+
1193
+ // 28. Sub Nav
1194
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
1195
+
1196
+ // $include-html-nav-classes: $include-html-classes;
1197
+
1198
+ // We use these to control margin and padding
1199
+ // $sub-nav-list-margin: rem-calc(-4 0 18);
1200
+ // $sub-nav-list-padding-top: rem-calc(4);
1201
+
1202
+ // We use this to control the definition
1203
+ // $sub-nav-font-family: $body-font-family;
1204
+ // $sub-nav-font-size: rem-calc(14);
1205
+ // $sub-nav-font-color: $aluminum;
1206
+ // $sub-nav-font-weight: $font-weight-normal;
1207
+ // $sub-nav-text-decoration: none;
1208
+ // $sub-nav-padding: rem-calc(3 16);
1209
+ // $sub-nav-border-radius: 3px;
1210
+ // $sub-nav-font-color-hover: scale-color($sub-nav-font-color, $lightness: -25%);
1211
+
1212
+
1213
+ // We use these to control the active item styles
1214
+ // $sub-nav-active-font-weight: $font-weight-normal;
1215
+ // $sub-nav-active-bg: $primary-color;
1216
+ // $sub-nav-active-bg-hover: scale-color($sub-nav-active-bg, $lightness: -14%);
1217
+ // $sub-nav-active-color: $white;
1218
+ // $sub-nav-active-padding: $sub-nav-padding;
1219
+ // $sub-nav-active-cursor: default;
1220
+
1221
+ // $sub-nav-item-divider: "";
1222
+ // $sub-nav-item-divider-margin: rem-calc(12);
1223
+
1224
+
1225
+ // 29. Switch
1226
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
1227
+
1228
+ // $include-html-form-classes: $include-html-classes;
1229
+
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;
1235
+
1236
+ // 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;
1249
+
1250
+ // We use these to style the switch-paddle
1251
+ // $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;
1257
+ // $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;
1263
+
1264
+ // 30. Tables
1265
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
1266
+
1267
+ // $include-html-table-classes: $include-html-classes;
1268
+
1269
+ // These control the background color for the table and even rows
1270
+ // $table-bg: $white;
1271
+ // $table-even-row-bg: $snow ;
1272
+
1273
+ // These control the table cell border style
1274
+ // $table-border-style: solid;
1275
+ // $table-border-size: 1px;
1276
+ // $table-border-color: $gainsboro;
1277
+
1278
+ // These control the table head styles
1279
+ // $table-head-bg: $white-smoke ;
1280
+ // $table-head-font-size: rem-calc(14);
1281
+ // $table-head-font-color: $jet;
1282
+ // $table-head-font-weight: $font-weight-bold;
1283
+ // $table-head-padding: rem-calc(8 10 10);
1284
+
1285
+ // These control the row padding and font styles
1286
+ $table-row-padding: rem-calc(0 8);
1287
+ // $table-row-font-size: rem-calc(14);
1288
+ // $table-row-font-color: $jet;
1289
+ // $table-line-height: rem-calc(18);
1290
+
1291
+ // These are for controlling the display and margin of tables
1292
+ // $table-display: table-cell;
1293
+ // $table-margin-bottom: rem-calc(20);
1294
+
1295
+ // 31. Tabs
1296
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
1297
+
1298
+ // $include-html-tabs-classes: $include-html-classes;
1299
+
1300
+ // $tabs-navigation-padding: rem-calc(16);
1301
+ // $tabs-navigation-bg-color: $silver ;
1302
+ // $tabs-navigation-active-bg-color: $white;
1303
+ // $tabs-navigation-hover-bg-color: scale-color($tabs-navigation-bg-color, $lightness: -6%);
1304
+ // $tabs-navigation-font-color: $jet;
1305
+ // $tabs-navigation-active-font-color: $tabs-navigation-font-color;
1306
+ // $tabs-navigation-font-size: rem-calc(16);
1307
+ // $tabs-navigation-font-family: $body-font-family;
1308
+
1309
+ // $tabs-content-margin-bottom: rem-calc(24);
1310
+ // $tabs-content-padding: $column-gutter/2;
1311
+
1312
+ // $tabs-vertical-navigation-margin-bottom: 1.25rem;
1313
+
1314
+ // 32. Thumbnails
1315
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
1316
+
1317
+ // $include-html-media-classes: $include-html-classes;
1318
+
1319
+ // We use these to control border styles
1320
+ // $thumb-border-style: solid;
1321
+ // $thumb-border-width: 4px;
1322
+ // $thumb-border-color: $white;
1323
+ // $thumb-box-shadow: 0 0 0 1px rgba($black,.2);
1324
+ // $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
1325
+
1326
+ // Radius and transition speed for thumbs
1327
+ // $thumb-radius: $global-radius;
1328
+ // $thumb-transition-speed: 200ms;
1329
+
1330
+ // 33. Tooltips
1331
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
1332
+
1333
+ // $include-html-tooltip-classes: $include-html-classes;
1334
+
1335
+ // $has-tip-border-bottom: dotted 1px $iron;
1336
+ // $has-tip-font-weight: $font-weight-bold;
1337
+ // $has-tip-font-color: $oil;
1338
+ // $has-tip-border-bottom-hover: dotted 1px scale-color($primary-color, $lightness: -55%);
1339
+ // $has-tip-font-color-hover: $primary-color;
1340
+ // $has-tip-cursor-type: help;
1341
+
1342
+ // $tooltip-padding: rem-calc(12);
1343
+ // $tooltip-bg: $oil;
1344
+ // $tooltip-font-size: rem-calc(14);
1345
+ // $tooltip-font-weight: $font-weight-normal;
1346
+ // $tooltip-font-color: $white;
1347
+ // $tooltip-line-height: 1.3;
1348
+ // $tooltip-close-font-size: rem-calc(10);
1349
+ // $tooltip-close-font-weight: $font-weight-normal;
1350
+ // $tooltip-close-font-color: $monsoon;
1351
+ // $tooltip-font-size-sml: rem-calc(14);
1352
+ // $tooltip-radius: $global-radius;
1353
+ // $tooltip-rounded: $global-rounded;
1354
+ // $tooltip-pip-size: 5px;
1355
+ // $tooltip-max-width: 300px;
1356
+
1357
+ // 34. Top Bar
1358
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
1359
+
1360
+ // $include-html-top-bar-classes: $include-html-classes;
1361
+
1362
+ // Background color for the top bar
1363
+ // $topbar-bg-color: $oil;
1364
+ // $topbar-bg: $topbar-bg-color;
1365
+
1366
+ // Height and margin
1367
+ // $topbar-height: 45px;
1368
+ // $topbar-margin-bottom: 0;
1369
+
1370
+ // Controlling the styles for the title in the top bar
1371
+ // $topbar-title-weight: $font-weight-normal;
1372
+ // $topbar-title-font-size: rem-calc(17);
1373
+
1374
+ // Style the top bar dropdown elements
1375
+ // $topbar-dropdown-bg: $oil;
1376
+ // $topbar-dropdown-link-color: $white;
1377
+ // $topbar-dropdown-link-bg: $oil;
1378
+ // $topbar-dropdown-link-weight: $font-weight-normal;
1379
+ // $topbar-dropdown-toggle-size: 5px;
1380
+ // $topbar-dropdown-toggle-color: $white;
1381
+ // $topbar-dropdown-toggle-alpha: 0.4;
1382
+
1383
+ // Set the link colors and styles for top-level nav
1384
+ // $topbar-link-color: $white;
1385
+ // $topbar-link-color-hover: $white;
1386
+ // $topbar-link-color-active: $white;
1387
+ // $topbar-link-color-active-hover: $white;
1388
+ // $topbar-link-weight: $font-weight-normal;
1389
+ // $topbar-link-font-size: rem-calc(13);
1390
+ // $topbar-link-hover-lightness: -10%; // Darken by 10%
1391
+ // $topbar-link-bg: $topbar-bg;
1392
+ // $topbar-link-bg-color-hover: $charcoal;
1393
+ // $topbar-link-bg-hover: #272727;
1394
+ // $topbar-link-bg-active: $primary-color;
1395
+ // $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%);
1396
+ // $topbar-link-font-family: $body-font-family;
1397
+ // $topbar-link-text-transform: none;
1398
+ // $topbar-link-padding: $topbar-height / 3;
1399
+ // $topbar-back-link-size: $h5-font-size;
1400
+ // $topbar-link-dropdown-padding: 20px;
1401
+
1402
+ // $topbar-button-font-size: 0.75rem;
1403
+ // $topbar-button-top: 7px;
1404
+
1405
+ // $topbar-dropdown-label-color: $monsoon;
1406
+ // $topbar-dropdown-label-text-transform: uppercase;
1407
+ // $topbar-dropdown-label-font-weight: $font-weight-bold;
1408
+ // $topbar-dropdown-label-font-size: rem-calc(10);
1409
+ // $topbar-dropdown-label-bg: $oil;
1410
+
1411
+ // Top menu icon styles
1412
+ // $topbar-menu-link-transform: uppercase;
1413
+ // $topbar-menu-link-font-size: rem-calc(13);
1414
+ // $topbar-menu-link-weight: $font-weight-bold;
1415
+ // $topbar-menu-link-color: $white;
1416
+ // $topbar-menu-icon-color: $white;
1417
+ // $topbar-menu-link-color-toggled: $jumbo;
1418
+ // $topbar-menu-icon-color-toggled: $jumbo;
1419
+
1420
+ // Transitions and breakpoint styles
1421
+ $topbar-transition-speed: 0ms;
1422
+ // Using rem-calc for the below breakpoint causes issues with top bar
1423
+ // $topbar-breakpoint: #{lower-bound($medium-range)}; // Change to 9999px for always mobile layout
1424
+ // $topbar-media-query: $medium-up;
1425
+
1426
+ // Divider Styles
1427
+ // $topbar-divider-border-bottom: solid 1px scale-color($topbar-bg-color, $lightness: 13%);
1428
+ // $topbar-divider-border-top: solid 1px scale-color($topbar-bg-color, $lightness: -50%);
1429
+
1430
+ // Sticky Class
1431
+ // $topbar-sticky-class: ".sticky";
1432
+ // $topbar-arrows: true; //Set false to remove the triangle icon from the menu item
1433
+
1434
+ // 36. Visibility Classes
1435
+ // - - - - - - - - - - - - - - - - - - - - - - - - -
1436
+
1437
+ // $include-html-visibility-classes: $include-html-classes;
1438
+ // $include-table-visibility-classes: true;
1439
+ // $include-legacy-visibility-classes: true;
1440
+ // $include-accessibility-classes: true;
1441
+
1442
+ @import "normalize";
1443
+ @import "foundation/settings";
1444
+ @import "foundation/components/grid";
1445
+ @import "foundation/components/global";
1446
+ @import "foundation/components/reveal";
1447
+ @import "foundation/components/dropdown";
1448
+ @import "foundation/components/top-bar";
1449
+ @import "foundation/components/type";
1450
+ @import "foundation/components/visibility";