faalis 0.24.0 → 0.24.2

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