red_base 0.5.1 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -10
  3. data/app/assets/javascripts/red_base/dashboard/app.js +10 -2
  4. data/app/assets/javascripts/red_base/dashboard/lib/ng-quick-date.js +297 -0
  5. data/app/assets/javascripts/red_base/dashboard/locale/translations.js~ +4 -0
  6. data/app/assets/javascripts/red_base/dashboard/modules/auth/user.js +1 -1
  7. data/app/assets/javascripts/red_base/dashboard/modules/list-view.js~ +20 -0
  8. data/app/assets/javascripts/red_base/dashboard/modules/user.js~ +4 -0
  9. data/app/assets/javascripts/red_base/dashboard/templates/application.handlebars.erb~ +39 -0
  10. data/app/assets/javascripts/red_base/dashboard/templates/auth/groups/details.handlebars.erb~ +15 -0
  11. data/app/assets/javascripts/red_base/dashboard/templates/auth/groups/index.handlebars.erb~ +7 -0
  12. data/app/assets/javascripts/red_base/dashboard/templates/auth/index.handlebars.erb~ +4 -0
  13. data/app/assets/javascripts/red_base/dashboard/{init.js~ → templates/auth/users/details.handlebars.erb~} +0 -0
  14. data/app/assets/javascripts/red_base/dashboard/templates/auth/users/index.handlebars.erb~ +7 -0
  15. data/app/assets/javascripts/red_base/dashboard/templates/auth/users/new.handlebars.erb~ +1 -0
  16. data/app/assets/javascripts/red_base/dashboard/templates/auth/users/new.handlebars~ +1 -0
  17. data/app/assets/javascripts/red_base/dashboard/templates/components/model-form.handlebars.erb~ +1 -0
  18. data/app/assets/javascripts/red_base/dashboard/templates/components/model-from.handlebars.erb~ +1 -0
  19. data/app/assets/javascripts/red_base/i18n.js~ +2 -0
  20. data/app/assets/javascripts/red_base/locale/fa.json~ +27 -0
  21. data/app/assets/stylesheets/red_base/#base.css.scss# +403 -0
  22. data/app/assets/stylesheets/red_base/application.ltr.css~ +4 -0
  23. data/app/assets/stylesheets/red_base/application.rtl.css~ +4 -0
  24. data/app/assets/stylesheets/red_base/dashboard/ltr/application.css +2 -0
  25. data/app/assets/stylesheets/red_base/dashboard/ltr/application.css~ +19 -0
  26. data/app/assets/stylesheets/red_base/dashboard/ltr/buttons.css.scss.erb~ +48 -0
  27. data/app/assets/stylesheets/red_base/dashboard/ltr/direction.css.scss~ +14 -0
  28. data/app/assets/stylesheets/red_base/dashboard/ltr/foundation_and_overrides.css.scss~ +1039 -0
  29. data/app/assets/stylesheets/red_base/dashboard/ng-quick-date-default-theme.css.scss +20 -0
  30. data/app/assets/stylesheets/red_base/dashboard/ng-quick-date.css.scss +19 -0
  31. data/app/assets/stylesheets/red_base/foundation_and_overrides.ltr.scss.erb~ +1012 -0
  32. data/app/assets/stylesheets/red_base/foundation_and_overrides.rtl.scss.erb~ +1012 -0
  33. data/app/assets/{stylesheets/red_base/dashboard/rtl/base.css.scss~ → templates/list-view/index.html~} +0 -0
  34. data/app/assets/templates/modules.html~ +1 -0
  35. data/app/controllers/red_base/omniauth/callbacks_controller.rb~ +46 -0
  36. data/app/views/angularjs_templates/#index.html# +8 -0
  37. data/app/views/layouts/red_base/dashboard.html.erb~ +17 -0
  38. data/config/initializers/fast_gettext.rb~ +4 -0
  39. data/lib/generators/red_base/js_scaffold_generator.rb +1 -0
  40. data/lib/generators/red_base/templates/angularjs/index.html.erb +1 -1
  41. data/lib/generators/red_base/templates/angularjs/new.html.erb +5 -1
  42. data/lib/generators/red_base/templates/fast_gettext.rb~ +4 -0
  43. data/lib/red_base/dashboard/{module.rb~ → controller.rb~} +2 -2
  44. data/lib/red_base/omniauth/callbacks.rb~ +44 -0
  45. data/lib/red_base/version.rb +1 -1
  46. data/lib/tasks/gettext.rb~ +7 -0
  47. data/{lib/generators/red_base/templates/angularjs/details.html.erb~ → spec/dummy/db/test.sqlite3} +0 -0
  48. data/{lib/generators/red_base/templates/views/index.json.jbuilder.erb~ → spec/dummy/log/development.log} +0 -0
  49. data/spec/dummy/log/test.log +15 -0
  50. data/spec/dummy/tmp/ember-rails/ember-data.js +10204 -0
  51. data/spec/dummy/tmp/ember-rails/ember.js +36991 -0
  52. metadata +246 -216
  53. data/app/assets/stylesheets/red_base/dashboard/ltr/base.css.scss~ +0 -15
  54. data/app/assets/stylesheets/red_base/mixins.css.scss~ +0 -7
  55. data/app/controllers/red_base/users/omniauth_callbacks_controller.rb~ +0 -2
  56. data/app/views/angularjs_templates/nav.html.erb~ +0 -43
  57. data/lib/devise_patch.rb~ +0 -5
  58. data/lib/generators/red_base/templates/README~ +0 -4
  59. data/lib/generators/red_base/templates/api/controller.rb.erb~ +0 -37
  60. data/lib/generators/red_base/templates/red_base.rb~ +0 -251
  61. data/lib/red_base/active_record.rb~ +0 -0
  62. data/lib/red_base/dashboard.rb~ +0 -18
  63. data/lib/red_base/omniauth.rb~ +0 -1
  64. data/lib/red_base/omniauth/callbakcs.rb~ +0 -7
@@ -0,0 +1,4 @@
1
+ /*
2
+ *= require red_base/foundation_and_overrides.ltr
3
+ *= require application
4
+ */
@@ -0,0 +1,4 @@
1
+ /*
2
+ *= require red_base/foundation_and_overrides.ltr
3
+ *= require application
4
+ */
@@ -18,4 +18,6 @@
18
18
  *= require_self
19
19
  *= require red_base/dashboard/dashboard
20
20
  *= require red_base/dashboard/sidebar
21
+ *= require red_base/dashboard/ng-quick-date
22
+ *= require red_base/dashboard/ng-quick-date-default-theme
21
23
  */
@@ -0,0 +1,19 @@
1
+ /*
2
+ * This is a manifest file that'll be compiled into application.css, which will include all the files
3
+ * listed below.
4
+ *
5
+ * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
+ * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
7
+ *
8
+ * You're free to add application-wide styles to this file and they'll appear at the top of the
9
+ * compiled file, but it's generally better to create a new file per style scope.
10
+ *
11
+ *= require red_base/dashboard/foundation_and_overrides
12
+ *= require red_base/variables
13
+ *= require font-awesome
14
+ *= require ./base
15
+ *= require red_base/dashboard/buttons
16
+ *= require_self
17
+ *= require red_base/dashboard/dashboard
18
+ *= require red_base/dashboard/sidebar
19
+ */
@@ -0,0 +1,48 @@
1
+ @import "red_base/variables";
2
+ //@import "foundation";
3
+ //@import "foundation/components/global";
4
+ //@import "foundation/components/buttons";
5
+ @import "red_base/dashboard/foundation_and_overrides.<%= RedBase::I18n.direction(I18n.locale) %>";
6
+
7
+ .btn {
8
+ @include button-base;
9
+ @include single-transition;
10
+
11
+ &.green {
12
+ @include button-style($emerald, $border-radius, false);
13
+ color: white;
14
+ }
15
+
16
+ &.blue {
17
+ @include button-style($peter_river, $border-radius, false);
18
+ color: white;
19
+ }
20
+
21
+ &.red {
22
+ @include button-style($alizarin, $border-radius, false);
23
+ color: white;
24
+ }
25
+
26
+ &.yellow {
27
+ @include button-style($sun_flower, $border-radius, false);
28
+ }
29
+ &.lightgray {
30
+ @include button-style($lightgray, $border-radius, false);
31
+ }
32
+ &.lightergray {
33
+ @include button-style($lightergray, $border-radius, false);
34
+ }
35
+
36
+ }
37
+
38
+ .tiny {
39
+ @include button-size($button-tny, false, false);
40
+ }
41
+
42
+ .small {
43
+ @include button-size($button-sml, false, false);
44
+ }
45
+
46
+ .medium {
47
+ @include button-size($button-med, false, false);
48
+ }
@@ -0,0 +1,14 @@
1
+
2
+ .float-right {
3
+ float: right !important;
4
+ }
5
+ .float-left {
6
+ float: left !important;
7
+ }
8
+
9
+ .text-right {
10
+ text-align: right !important;
11
+ }
12
+ .text-left {
13
+ text-align: left !important;
14
+ }
@@ -0,0 +1,1039 @@
1
+ // Required global settings and mixins for Foundation
2
+ @import "foundation/foundation-global";
3
+ @import "red_base/variables";
4
+
5
+ // Settings file to override Foundation variables
6
+
7
+ // You can find the variables for each component at the bottom of their
8
+ // doc page. We tried to name them to where they'd make sense just by reading them.
9
+ // Go to http://foundation.zurb.com/docs/ to find what you need.
10
+
11
+ //
12
+ // Foundation Global Variables
13
+ //
14
+
15
+ // This is the default html and body font-size for the base em value.
16
+ // $em-base: 16px;
17
+
18
+ // We use these to control various global styles
19
+ // $body-bg: #fff;
20
+ // $body-font-color: #222;
21
+ // $body-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
22
+ // $body-font-weight: normal;
23
+ // $body-font-style: normal;
24
+
25
+ // We use this to control font-smoothing
26
+ // $font-smoothing: antialiased;
27
+
28
+ // We use these to control text direction settings
29
+ html[dir="rtl"] {
30
+ $text-direction: rtl;
31
+ direction: rtl;
32
+ }
33
+ html[dir="ltr"] {
34
+ $text-direction: ltr;
35
+ direction: ltr;
36
+ }
37
+
38
+ // We use these as default colors throughout
39
+ // $primary-color: #2ba6cb;
40
+ // $secondary-color: #e9e9e9;
41
+ // $alert-color: #c60f13;
42
+ // $success-color: #5da423;
43
+
44
+ // We use these to make sure border radius matches unless we want it different.
45
+ // $global-radius: 3px;
46
+ // $global-rounded: 1000px;
47
+
48
+ // We use these to control inset shadow shiny edges and depressions.
49
+ // $shiny-edge-size: 0 1px 0;
50
+ // $shiny-edge-color: rgba(#fff, .5);
51
+ // $shiny-edge-active-color: rgba(#000, .2);
52
+
53
+ // We use this to control whether or not CSS classes come through in the gem files.
54
+ $include-html-classes: true;
55
+ // $include-print-styles: true;
56
+
57
+ // Modular html classes
58
+ // $include-html-grid-classes: $include-html-classes;
59
+ // $include-html-visibility-classes: $include-html-classes;
60
+ // $include-html-button-classes: $include-html-classes;
61
+ // $include-html-form-classes: $include-html-classes;
62
+ // $include-html-media-classes: $include-html-classes;
63
+ // $include-html-section-classes: $include-html-classes;
64
+ // $include-html-reveal-classes: $include-html-classes;
65
+ // $include-html-alert-classes: $include-html-classes;
66
+ // $include-html-nav-classes: $include-html-classes;
67
+ // $include-html-label-classes: $include-html-classes;
68
+ // $include-html-panel-classes: $include-html-classes;
69
+ // $include-html-pricing-classes: $include-html-classes;
70
+ // $include-html-progress-classes: $include-html-classes;
71
+
72
+ //
73
+ // Grid Variables
74
+ //
75
+
76
+ //$row-width: 100%;
77
+ // $column-gutter: 1.875em;
78
+ // $total-columns: 12;
79
+
80
+ //
81
+ // Block Grid Variables
82
+ //
83
+
84
+ // We use this to control the maximum number of block grid elements per row
85
+ // $block-grid-elements: 12;
86
+ // $block-grid-default-spacing: 10px;
87
+
88
+ // Enables media queries for block-grid classes. Set to false if writing semantic HTML.
89
+ // $block-grid-media-queries: true;
90
+
91
+ //
92
+ // Typography Variables
93
+ //
94
+
95
+ // We use these to control header font styles
96
+ // $header-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
97
+ // $header-font-weight: bold;
98
+ // $header-font-style: normal;
99
+ // $header-font-color: #222;
100
+ // $header-line-height: 1.4;
101
+ // $header-top-margin: .2em;
102
+ // $header-bottom-margin: .5em;
103
+ // $header-text-rendering: optimizeLegibility;
104
+
105
+ // We use these to control header font sizes
106
+ // $h1-font-size: emCalc(44px);
107
+ // $h2-font-size: emCalc(37px);
108
+ // $h3-font-size: emCalc(27px);
109
+ // $h4-font-size: emCalc(23px);
110
+ // $h5-font-size: emCalc(18px);
111
+ // $h6-font-size: 1em;
112
+
113
+ // These control how subheaders are styled.
114
+ // $subheader-line-height: 1.4;
115
+ // $subheader-font-color: lighten($header-font-color, 30%);
116
+ // $subheader-font-weight: 300;
117
+ // $subheader-top-margin: .2em;
118
+ // $subheader-bottom-margin: .5em;
119
+
120
+ // A general <small> styling
121
+ // $small-font-size: 60%;
122
+ // $small-font-color: lighten($header-font-color, 30%);
123
+
124
+ // We use these to style paragraphs
125
+ // $paragraph-font-family: inherit;
126
+ // $paragraph-font-weight: normal;
127
+ // $paragraph-font-size: 1em;
128
+ // $paragraph-line-height: 1.6;
129
+ // $paragraph-margin-bottom: emCalc(20px);
130
+ // $paragraph-aside-font-size: emCalc(14px);
131
+ // $paragraph-aside-line-height: 1.35;
132
+ // $paragraph-aside-font-style: italic;
133
+
134
+ // We use these to style <code> tags
135
+ // $code-color: darken($alert-color, 15%);
136
+ // $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
137
+ // $code-font-weight: bold;
138
+
139
+ // We use these to style anchors
140
+ // $anchor-text-decoration: none;
141
+ // $anchor-font-color: $primary-color;
142
+ // $anchor-font-color-hover: darken($primary-color, 5%);
143
+
144
+ // We use these to style the <hr> element
145
+ // $hr-border-width: 1px;
146
+ // $hr-border-style: solid;
147
+ // $hr-border-color: #ddd;
148
+ // $hr-margin: emCalc(20px);
149
+
150
+ // We use these to style lists
151
+ // $list-style-position: outside;
152
+ // $list-side-margin: emCalc(18px);
153
+ // $definition-list-header-weight: bold;
154
+ // $definition-list-header-margin-bottom: .3em;
155
+ // $definition-list-margin-bottom: emCalc(12px);
156
+
157
+ // We use these to style blockquotes
158
+ // $blockquote-font-color: lighten($header-font-color, 30%);
159
+ // $blockquote-padding: emCalc(9px) emCalc(20px) 0 emCalc(19px);
160
+ // $blockquote-border: 1px solid #ddd;
161
+ // $blockquote-cite-font-size: emCalc(13px);
162
+ // $blockquote-cite-font-color: lighten($header-font-color, 20%);
163
+ // $blockquote-cite-link-color: $blockquote-cite-font-color;
164
+
165
+ // Acronym styles
166
+ // $acronym-underline: 1px dotted #ddd;
167
+
168
+ // We use these to control padding and margin
169
+ // $microformat-padding: emCalc(12px) emCalc(14px);
170
+ // $microformat-margin: 0 0 emCalc(20px) 0;
171
+
172
+ // We use these to control the border styles
173
+ // $microformat-border-width: 1px;
174
+ // $microformat-border-style: solid;
175
+ // $microformat-border-color: #ddd;
176
+
177
+ // We use these to control full name font styles
178
+ // $microformat-fullname-font-weight: bold;
179
+ // $microformat-fullname-font-size: emCalc(15px);
180
+
181
+ // We use this to control the summary font styles
182
+ // $microformat-summary-font-weight: bold;
183
+
184
+ // We use this to control abbr padding
185
+ // $microformat-abbr-padding: 0 emCalc(1px);
186
+
187
+ // We use this to control abbr font styles
188
+ // $microformat-abbr-font-weight: bold;
189
+ // $microformat-abbr-font-decoration: none;
190
+
191
+ //
192
+ // Form Variables
193
+ //
194
+
195
+ // We use this to set the base for lots of form spacing and positioning styles
196
+ // $form-spacing: emCalc(16px);
197
+
198
+ // We use these to style the labels in different ways
199
+ // $label-pointer: pointer;
200
+ // $label-font-size: emCalc(14px);
201
+ // $label-font-weight: 500;
202
+ // $label-font-color: lighten(#000, 30%);
203
+ // $label-bottom-margin: emCalc(3px);
204
+ // $input-font-family: inherit;
205
+ // $input-font-color: rgba(0,0,0,0.75);
206
+ // $input-font-size: emCalc(14px);
207
+ // $input-bg-color: #fff;
208
+ // $input-focus-bg-color: darken(#fff, 2%);
209
+ // $input-border-color: darken(#fff, 20%);
210
+ // $input-focus-border-color: darken(#fff, 40%);
211
+ // $input-border-style: solid;
212
+ // $input-border-width: 1px;
213
+ // $input-disabled-bg: #ddd;
214
+ // $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
215
+
216
+ // We use these to style the fieldset border and spacing.
217
+ // $fieldset-border-style: solid;
218
+ // $fieldset-border-width: 1px;
219
+ $fieldset-border-color: #eee;
220
+ $fieldset-padding: emCalc(20px) emCalc(30px) emCalc(10px);
221
+ // $fieldset-margin: emCalc(18px) 0;
222
+
223
+ // We use these to style the legends when you use them
224
+ // $legend-bg: #fff;
225
+ // $legend-font-weight: bold;
226
+ // $legend-padding: 0 emCalc(3px);
227
+
228
+ // We use these to style the prefix and postfix input elements
229
+ // $input-prefix-bg: darken(#fff, 5%);
230
+ // $input-prefix-border-color: darken(#fff, 20%);
231
+ // $input-prefix-border-size: 1px;
232
+ // $input-prefix-border-type: solid;
233
+ // $input-prefix-overflow: hidden;
234
+ // $input-prefix-font-color: #333;
235
+ // $input-prefix-font-color-alt: #fff;
236
+
237
+ // We use these to style the error states for inputs and labels
238
+ // $input-error-message-padding: emCalc(6px) emCalc(4px);
239
+ // $input-error-message-top: -($form-spacing) - emCalc(5px);
240
+ // $input-error-message-font-size: emCalc(12px);
241
+ // $input-error-message-font-weight: bold;
242
+ // $input-error-message-font-color: #fff;
243
+ // $input-error-message-font-color-alt: #333;
244
+
245
+ // We use these to build padding for buttons.
246
+ // $button-med: emCalc(12px);
247
+ // $button-tny: emCalc(7px);
248
+ // $button-sml: emCalc(9px);
249
+ // $button-lrg: emCalc(16px);
250
+
251
+ // We use this to control the display property.
252
+ // $button-display: inline-block;
253
+ // $button-margin-bottom: emCalc(20px);
254
+
255
+ // We use these to control button text styles.
256
+ // $button-font-family: inherit;
257
+ // $button-font-color: #fff;
258
+ // $button-font-color-alt: #333;
259
+ // $button-font-med: emCalc(16px);
260
+ // $button-font-tny: emCalc(11px);
261
+ // $button-font-sml: emCalc(13px);
262
+ // $button-font-lrg: emCalc(20px);
263
+ // $button-font-weight: bold;
264
+ // $button-font-align: center;
265
+
266
+ // We use these to control various hover effects.
267
+ // $button-function-factor: 10%;
268
+
269
+ // We use these to control button border styles.
270
+ // $button-border-width: 1px;
271
+ // $button-border-style: solid;
272
+ // $button-border-color: darken($primary-color, $button-function-factor);
273
+
274
+ // We use this to set the default radius used throughout the core.
275
+ // $button-radius: $global-radius;
276
+
277
+ // We use this to set default opacity for disabled buttons.
278
+ // $button-disabled-opacity: 0.6;
279
+
280
+ //
281
+ // Dropdown Button Variables
282
+ //
283
+
284
+ // We use these to set the color of the pip in dropdown buttons
285
+ // $dropdown-button-pip-color: #fff;
286
+ // $dropdown-button-pip-color-alt: #333;
287
+
288
+ // We use these to style tiny dropdown buttons
289
+ // $dropdown-button-padding-tny: $button-tny * 5;
290
+ // $dropdown-button-pip-size-tny: $button-tny;
291
+ // $dropdown-button-pip-right-tny: $button-tny * 2;
292
+ // $dropdown-button-pip-top-tny: -$button-tny / 2 + emCalc(1px);
293
+
294
+ // We use these to style small dropdown buttons
295
+ // $dropdown-button-padding-sml: $button-sml * 5;
296
+ // $dropdown-button-pip-size-sml: $button-sml;
297
+ // $dropdown-button-pip-right-sml: $button-sml * 2;
298
+ // $dropdown-button-pip-top-sml: -$button-sml / 2 + emCalc(1px);
299
+
300
+ // We use these to style medium dropdown buttons
301
+ // $dropdown-button-padding-med: $button-med * 4 + emCalc(3px);
302
+ // $dropdown-button-pip-size-med: $button-med - emCalc(3px);
303
+ // $dropdown-button-pip-right-med: $button-med * 2;
304
+ // $dropdown-button-pip-top-med: -$button-med / 2 + emCalc(2px);
305
+
306
+ // We use these to style large dropdown buttons
307
+ // $dropdown-button-padding-lrg: $button-lrg * 4;
308
+ // $dropdown-button-pip-size-lrg: $button-lrg - emCalc(6px);
309
+ // $dropdown-button-pip-right-lrg: $button-lrg + emCalc(12px);
310
+ // $dropdown-button-pip-top-lrg: -$button-lrg / 2 + emCalc(3px);
311
+
312
+ //
313
+ // Split Button Variables
314
+ //
315
+
316
+ // We use these to control different shared styles for Split Buttons
317
+ // $split-button-function-factor: 15%;
318
+ // $split-button-pip-color: #fff;
319
+ // $split-button-pip-color-alt: #333;
320
+ // $split-button-active-bg-tint: rgba(0,0,0,0.1);
321
+
322
+ // We use these to control tiny split buttons
323
+ // $split-button-padding-tny: $button-tny * 9;
324
+ // $split-button-span-width-tny: $button-tny * 6.5;
325
+ // $split-button-pip-size-tny: $button-tny;
326
+ // $split-button-pip-top-tny: $button-tny * 2;
327
+ // $split-button-pip-left-tny: emCalc(-5px);
328
+
329
+ // We use these to control small split buttons
330
+ // $split-button-padding-sml: $button-sml * 7;
331
+ // $split-button-span-width-sml: $button-sml * 5;
332
+ // $split-button-pip-size-sml: $button-sml;
333
+ // $split-button-pip-top-sml: $button-sml * 1.5;
334
+ // $split-button-pip-left-sml: emCalc(-9px);
335
+
336
+ // We use these to control medium split buttons
337
+ // $split-button-padding-med: $button-med * 6.4;
338
+ // $split-button-span-width-med: $button-med * 4;
339
+ // $split-button-pip-size-med: $button-med - emCalc(3px);
340
+ // $split-button-pip-top-med: $button-med * 1.5;
341
+ // $split-button-pip-left-med: emCalc(-9px);
342
+
343
+ // We use these to control large split buttons
344
+ // $split-button-padding-lrg: $button-lrg * 6;
345
+ // $split-button-span-width-lrg: $button-lrg * 3.75;
346
+ // $split-button-pip-size-lrg: $button-lrg - emCalc(6px);
347
+ // $split-button-pip-top-lrg: $button-lrg + emCalc(5px);
348
+ // $split-button-pip-left-lrg: emCalc(-9px);
349
+
350
+ //
351
+ // Alert Variables
352
+ //
353
+
354
+ // We use this to control alert padding.
355
+ // $alert-padding-top: emCalc(11px);
356
+ // $alert-padding-left: $alert-padding-top;
357
+ // $alert-padding-right: $alert-padding-top + emCalc(10px);
358
+ // $alert-padding-bottom: $alert-padding-top + emCalc(1px);
359
+
360
+ // We use these to control text style.
361
+ // $alert-font-weight: bold;
362
+ // $alert-font-size: emCalc(14px);
363
+ // $alert-font-color: #fff;
364
+ // $alert-font-color-alt: darken($secondary-color, 60%);
365
+
366
+ // We use this for close hover effect.
367
+ // $alert-function-factor: 10%;
368
+
369
+ // We use these to control border styles.
370
+ // $alert-border-style: solid;
371
+ // $alert-border-width: 1px;
372
+ // $alert-border-color: darken($primary-color, $alert-function-factor);
373
+ // $alert-bottom-margin: emCalc(20px);
374
+
375
+ // We use these to style the close buttons
376
+ $alert-close-color: #fff;
377
+ $alert-close-position: emCalc(12px);
378
+ // $alert-close-font-size: emCalc(22px);
379
+ // $alert-close-opacity: 0.3;
380
+ // $alert-close-opacity-hover: 0.5;
381
+ // $alert-close-padding: 5px 4px 4px;
382
+
383
+ // We use this to control border radius
384
+ // $alert-radius: $global-radius;
385
+
386
+ //
387
+ // Breadcrumb Variables
388
+ //
389
+
390
+ // We use this to set the background color for the breadcrumb container.
391
+ // $crumb-bg: lighten($secondary-color, 5%);
392
+
393
+ // We use these to set the padding around the breadcrumbs.
394
+ // $crumb-padding: emCalc(6px) emCalc(14px) emCalc(9px);
395
+ // $crumb-side-padding: emCalc(12px);
396
+
397
+ // We use these to control border styles.
398
+ // $crumb-function-factor: 10%;
399
+ // $crumb-border-size: 1px;
400
+ // $crumb-border-style: solid;
401
+ // $crumb-border-color: darken($crumb-bg, $crumb-function-factor);
402
+ // $crumb-radius: $global-radius;
403
+
404
+ // We use these to set various text styles for breadcrumbs.
405
+ // $crumb-font-size: emCalc(11px);
406
+ // $crumb-font-color: $primary-color;
407
+ // $crumb-font-color-current: #333;
408
+ // $crumb-font-color-unavailable: #999;
409
+ // $crumb-font-transform: uppercase;
410
+ // $crumb-link-decor: underline;
411
+
412
+ // We use these to control the slash between breadcrumbs
413
+ // $crumb-slash-color: #aaa;
414
+ // $crumb-slash: "/";
415
+
416
+ //
417
+ // Clearing Variables
418
+ //
419
+
420
+ // We use these to set the background colors for parts of Clearing.
421
+ // $clearing-bg: #111;
422
+ // $clearing-caption-bg: $clearing-bg;
423
+ // $clearing-carousel-bg: #111;
424
+ // $clearing-img-bg: $clearing-bg;
425
+
426
+ // We use these to style the close button
427
+ // $clearing-close-color: #fff;
428
+ // $clearing-close-size: 40px;
429
+
430
+ // We use these to style the arrows
431
+ // $clearing-arrow-size: 16px;
432
+ // $clearing-arrow-color: $clearing-close-color;
433
+
434
+ // We use these to style captions
435
+ // $clearing-caption-font-color: #fff;
436
+ // $clearing-caption-padding: 10px 30px;
437
+
438
+ // We use these to make the image and carousel height and style
439
+ // $clearing-active-img-height: 75%;
440
+ // $clearing-carousel-height: 150px;
441
+ // $clearing-carousel-thumb-width: 175px;
442
+ // $clearing-carousel-thumb-active-border: 4px solid rgb(255,255,255);
443
+
444
+ //
445
+ // Custom Form Variables
446
+ //
447
+
448
+ // We use these to control the basic form styles input styles
449
+ // $custom-form-border-color: #ccc;
450
+ // $custom-form-bg: #fff;
451
+ // $custom-form-bg-disabled: #ddd;
452
+ // $custom-form-check-color: #222;
453
+
454
+ // We use these to style the custom select form element.
455
+ // $custom-select-bg: #fff;
456
+ // $custom-select-fade-to-color: #f3f3f3;
457
+ // $custom-select-border-color: #ddd;
458
+ // $custom-select-triangle-color: #aaa;
459
+ // $custom-select-triangle-color-open: #222;
460
+ // $custom-select-height: emCalc(13px) + ($form-spacing * 1.5);
461
+ // $custom-select-margin-bottom: emCalc(20px);
462
+ // $custom-select-font-color-selected: #141414;
463
+ // $custom-select-disabled-color: #888;
464
+
465
+ // We use these to control the style of the custom select dropdown element.
466
+ // $custom-dropdown-height: 200px;
467
+ // $custom-dropdown-bg: #fff;
468
+ // $custom-dropdown-border-color: darken(#fff, 20%);
469
+ // $custom-dropdown-border-width: 1px;
470
+ // $custom-dropdown-border-style: solid;
471
+ // $custom-dropdown-font-color: #555;
472
+ // $custom-dropdown-font-size: emCalc(14px);
473
+ // $custom-dropdown-color-selected: #eeeeee;
474
+ // $custom-dropdown-font-color-selected: #000;
475
+ // $custom-dropdown-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
476
+ // $custom-dropdown-offset-top: none;
477
+ // $custom-dropdown-list-padding: emCalc(4px);
478
+ // $custom-dropdown-left-padding: emCalc(6px);
479
+ // $custom-dropdown-right-padding: emCalc(38px);
480
+ // $custom-dropdown-list-item-min-height: emCalc(24px);
481
+
482
+ //
483
+ // Dropdown Variables
484
+ //
485
+
486
+ // We use these to controls height and width styles.
487
+ // $f-dropdown-max-width: 200px;
488
+ // $f-dropdown-height: auto;
489
+ // $f-dropdown-max-height: none;
490
+ // $f-dropdown-margin-top: 2px;
491
+
492
+ // We use this to control the background color
493
+ // $f-dropdown-bg: #fff;
494
+
495
+ // We use this to set the border styles for dropdowns.
496
+ // $f-dropdown-border-style: solid;
497
+ // $f-dropdown-border-width: 1px;
498
+ // $f-dropdown-border-color: darken(#fff, 20%);
499
+
500
+ // We use these to style the triangle pip.
501
+ // $f-dropdown-triangle-size: 6px;
502
+ // $f-dropdown-triangle-color: #fff;
503
+ // $f-dropdown-triangle-side-offset: 10px;
504
+
505
+ // We use these to control styles for the list elements.
506
+ // $f-dropdown-list-style: none;
507
+ // $f-dropdown-font-color: #555;
508
+ // $f-dropdown-font-size: emCalc(14px);
509
+ // $f-dropdown-list-padding: emCalc(5px) emCalc(10px);
510
+ // $f-dropdown-line-height: emCalc(18px);
511
+ // $f-dropdown-list-hover-bg: #eeeeee;
512
+ // $dropdown-mobile-left: 0;
513
+
514
+ // We use this to control the styles for when the dropdown has custom content.
515
+ // $f-dropdown-content-padding: emCalc(20px);
516
+
517
+ //
518
+ // Flex Video Variables
519
+ //
520
+
521
+ // We use these to control video container padding and margins
522
+ // $flex-video-padding-top: emCalc(25px);
523
+ // $flex-video-padding-bottom: 67.5%;
524
+ // $flex-video-margin-bottom: emCalc(16px);
525
+
526
+ // We use this to control widescreen bottom padding
527
+ // $flex-video-widescreen-padding-bottom: 57.25%;
528
+
529
+ //
530
+ // Inline List Variables
531
+ //
532
+
533
+ // We use this to control the margins and padding of the inline list.
534
+ // $inline-list-margin-bottom: emCalc(17px) emCalc(-22px );
535
+ // $inline-list-margin: 0 0;
536
+ // $inline-list-padding: 0;
537
+
538
+ // We use this to control the overflow of the inline list.
539
+ // $inline-list-overflow: hidden;
540
+
541
+ // We use this to control the list items
542
+ // $inline-list-display: block;
543
+
544
+ // We use this to control any elments within list items
545
+ // $inline-list-children-display: block;
546
+
547
+ //
548
+ // Joyride Variables
549
+ //
550
+
551
+ // Controlling default Joyride styles
552
+ // $joyride-tip-bg: rgb(0,0,0);
553
+ // $joyride-tip-default-width: 300px;
554
+ // $joyride-tip-padding: emCalc(18px) emCalc(20px) emCalc(24px);
555
+ // $joyride-tip-border: solid 1px #555;
556
+ // $joyride-tip-radius: 4px;
557
+ // $joyride-tip-position-offset: 22px;
558
+
559
+ // Here, we're setting the tip dont styles
560
+ // $joyride-tip-font-color: #fff;
561
+ // $joyride-tip-font-size: emCalc(14px);
562
+ // $joyride-tip-header-weight: bold;
563
+
564
+ // This changes the nub size
565
+ // $joyride-tip-nub-size: 14px;
566
+
567
+ // This adjusts the styles for the timer when its enabled
568
+ // $joyride-tip-timer-width: 50px;
569
+ // $joyride-tip-timer-height: 3px;
570
+ // $joyride-tip-timer-color: #666;
571
+
572
+ // This changes up the styles for the close button
573
+ // $joyride-tip-close-color: #777;
574
+ // $joyride-tip-close-size: 30px;
575
+ // $joyride-tip-close-weight: normal;
576
+
577
+ // When Joyride is filling the screen, we use this style for the bg
578
+ // $joyride-screenfill: rgba(0,0,0,0.5);
579
+
580
+ //
581
+ // Keystroke Variables
582
+ //
583
+
584
+ // We use these to control text styles.
585
+ // $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
586
+ // $keystroke-font-size: emCalc(15px);
587
+ // $keystroke-font-color: #222;
588
+ // $keystroke-font-color-alt: #fff;
589
+ // $keystroke-function-factor: 7%;
590
+
591
+ // We use this to control keystroke padding.
592
+ // $keystroke-padding: emCalc(2px) emCalc(4px) emCalc(0px);
593
+
594
+ // We use these to control background and border styles.
595
+ // $keystroke-bg: darken(#fff, $keystroke-function-factor);
596
+ // $keystroke-border-style: solid;
597
+ // $keystroke-border-width: 1px;
598
+ // $keystroke-border-color: darken($keystroke-bg, $keystroke-function-factor);
599
+ // $keystroke-radius: $global-radius;
600
+
601
+ //
602
+ // Label Variables
603
+ //
604
+
605
+ // We use these to style the labels
606
+ // $label-padding: emCalc(3px) emCalc(10px) emCalc(4px);
607
+ // $label-radius: $global-radius;
608
+
609
+ // We use these to style the label text
610
+ // $label-font-sizing: emCalc(14px);
611
+ // $label-font-weight: bold;
612
+
613
+ //
614
+ // Orbit Settings
615
+ //
616
+
617
+ // We use these to control the caption styles
618
+ // $orbit-container-bg: #f5f5f5;
619
+ // $orbit-caption-bg-old-browser: #000;
620
+ // $orbit-caption-bg-old: rgb(0,0,0);
621
+ // $orbit-caption-bg: rgba(0,0,0,0.6);
622
+ // $orbit-caption-font-color: #fff;
623
+
624
+ // We use these to control the left/right nav styles
625
+ // $orbit-nav-bg-old: rgb(0,0,0);
626
+ // $orbit-nav-bg: rgba(0,0,0,0.6);
627
+
628
+ // We use these to control the timer styles
629
+ // $orbit-timer-bg-old: rgb(0,0,0);
630
+ // $orbit-timer-bg: rgba(0,0,0,0.6);
631
+
632
+ // We use these to control the bullet nav styles
633
+ // $orbit-bullet-nav-color: #999;
634
+ // $orbit-bullet-nav-color-active: #222;
635
+
636
+ // We use thes to controls the style of slide numbers
637
+ // $orbit-slide-number-bg: rgb(0,0,0);
638
+ // $orbit-slide-number-font-color: #fff;
639
+ // $orbit-slide-number-padding: emCalc(5px);
640
+
641
+ // Margin for when Orbit is stacked on small screens
642
+ // $stack-on-small-margin-bottom: emCalc(20px); // Doesn't quite work yet
643
+
644
+ //
645
+ // Pagination Variables
646
+ //
647
+
648
+ // We use these to control the pagination container
649
+ // $pagination-height: emCalc(24px);
650
+ // $pagination-margin: emCalc(-5px);
651
+
652
+ // We use these to set the list-item properties
653
+ // $pagination-li-float: $default-float;
654
+ // $pagination-li-height: emCalc(24px);
655
+ // $pagination-li-font-color: #222;
656
+ // $pagination-li-font-size: emCalc(14px);
657
+ // $pagination-li-margin: emCalc(5px);
658
+
659
+ // We use these for the pagination anchor links
660
+ // $pagination-link-pad: emCalc(1px) emCalc(7px) emCalc(1px);
661
+ // $pagination-link-font-color: #999;
662
+ // $pagination-link-active-bg: darken(#fff, 10%);
663
+
664
+ // We use these for disabled anchor links
665
+ // $pagination-link-unavailable-cursor: default;
666
+ // $pagination-link-unavailable-font-color: #999;
667
+ // $pagination-link-unavailable-bg-active: transparent;
668
+
669
+ // We use these for currently selected anchor links
670
+ // $pagination-link-current-background: $primary-color;
671
+ // $pagination-link-current-font-color: #fff;
672
+ // $pagination-link-current-font-weight: bold;
673
+ // $pagination-link-current-cursor: default;
674
+ // $pagination-link-current-active-bg: $primary-color;
675
+
676
+ //
677
+ // Panel Variables
678
+ //
679
+
680
+ // We use these to control the background and border styles
681
+ // $panel-bg: darken(#fff, 5%);
682
+ // $panel-border-style: solid;
683
+ // $panel-border-size: 1px;
684
+
685
+ // We use this % to control how much we darken things on hover
686
+ // $panel-function-factor: 10%;
687
+ // $panel-border-color: darken($panel-bg, $panel-function-factor);
688
+
689
+ // We use these to set default inner padding and bottom margin
690
+ // $panel-margin-bottom: emCalc(20px);
691
+ // $panel-padding: emCalc(20px);
692
+
693
+ // We use these to set default font colors
694
+ // $panel-font-color: #333;
695
+ // $panel-font-color-alt: #fff;
696
+
697
+ //
698
+ // Pricing Table Variables
699
+ //
700
+
701
+ // We use this to control the border color
702
+ // $price-table-border: solid 1px #ddd;
703
+
704
+ // We use this to control the bottom margin of the pricing table
705
+ // $price-table-margin-bottom: emCalc(20px);
706
+
707
+ // We use these to control the title styles
708
+ // $price-title-bg: #ddd;
709
+ // $price-title-padding: emCalc(15px) emCalc(20px);
710
+ // $price-title-align: center;
711
+ // $price-title-color: #333;
712
+ // $price-title-weight: bold;
713
+ // $price-title-size: emCalc(16px);
714
+
715
+ // We use these to control the price styles
716
+ // $price-money-bg: #eee;
717
+ // $price-money-padding: emCalc(15px) emCalc(20px);
718
+ // $price-money-align: center;
719
+ // $price-money-color: #333;
720
+ // $price-money-weight: normal;
721
+ // $price-money-size: emCalc(20px);
722
+
723
+ // We use these to control the description styles
724
+ // $price-bg: #fff;
725
+ // $price-desc-color: #777;
726
+ // $price-desc-padding: emCalc(15px);
727
+ // $price-desc-align: center;
728
+ // $price-desc-font-size: emCalc(12px);
729
+ // $price-desc-weight: normal;
730
+ // $price-desc-line-height: 1.4;
731
+ // $price-desc-bottom-border: dotted 1px #ddd;
732
+
733
+ // We use these to control the list item styles
734
+ // $price-item-color: #333;
735
+ // $price-item-padding: emCalc(15px);
736
+ // $price-item-align: center;
737
+ // $price-item-font-size: emCalc(14px);
738
+ // $price-item-weight: normal;
739
+ // $price-item-bottom-border: dotted 1px #ddd;
740
+
741
+ // We use these to control the CTA area styles
742
+ // $price-cta-bg: #f5f5f5;
743
+ // $price-cta-align: center;
744
+ // $price-cta-padding: emCalc(20px) emCalc(20px) 0;
745
+
746
+ //
747
+ // Progress Bar Variables
748
+ //
749
+
750
+ // We use this to se the prog bar height
751
+ // $progress-bar-height: emCalc(25px);
752
+ // $progress-bar-color: transparent;
753
+
754
+ // We use these to control the border styles
755
+ // $progress-bar-border-color: darken(#fff, 20%);
756
+ // $progress-bar-border-size: 1px;
757
+ // $progress-bar-border-style: solid;
758
+ // $progress-bar-border-radius: $global-radius;
759
+
760
+ // We use these to control the margin & padding
761
+ // $progress-bar-pad: emCalc(2px);
762
+ // $progress-bar-margin-bottom: emCalc(10px);
763
+
764
+ // We use these to set the meter colors
765
+ // $progress-meter-color: $primary-color;
766
+ // $progress-meter-secondary-color: $secondary-color;
767
+ // $progress-meter-success-color: $success-color;
768
+ // $progress-meter-alert-color: $alert-color;
769
+
770
+ // NEED TO FINISH THE LOGIC HERE
771
+
772
+ //
773
+ // Reveal Variables
774
+ //
775
+
776
+ // We use these to control the style of the reveal overlay.
777
+ // $reveal-overlay-bg: rgba(#000, .45);
778
+ // $reveal-overlay-bg-old: #000;
779
+
780
+ // We use these to control the style of the modal itself.
781
+ // $reveal-modal-bg: #fff;
782
+ // $reveal-position-top: 50px;
783
+ // $reveal-default-width: 80%;
784
+ // $reveal-modal-padding: emCalc(20px);
785
+ // $reveal-box-shadow: 0 0 10px rgba(#000,.4);
786
+
787
+ // We use these to style the reveal close button
788
+ // $reveal-close-font-size: emCalc(22px);
789
+ // $reveal-close-top: emCalc(8px);
790
+ // $reveal-close-side: emCalc(11px);
791
+ // $reveal-close-color: #aaa;
792
+ // $reveal-close-weight: bold;
793
+
794
+ // We use these to control the modal border
795
+ // $reveal-border-style: solid;
796
+ // $reveal-border-width: 1px;
797
+ // $reveal-border-color: #666;
798
+
799
+ //
800
+ // Section Variables
801
+ //
802
+
803
+ // We use these to set padding and hover factor
804
+ // $section-padding: emCalc(15px);
805
+ $section-function-factor: 5%;
806
+
807
+ // These style the titles
808
+ // $section-title-color: #333;
809
+ $section-title-bg: #f5f5f5;
810
+ // $section-title-bg-active: darken($section-title-bg, $section-function-factor);
811
+ // $section-title-bg-active-tabs: #fff;
812
+
813
+ // Want to control border size, here ya go!
814
+ // $section-border-size: 1px;
815
+ // $section-border-style: solid;
816
+ $section-border-color: #dfdfdf;
817
+
818
+ // Control the color of the background and some size options
819
+ // $section-content-bg: #fff;
820
+ // $section-vertical-nav-min-width: emCalc(200px);
821
+ // $section-bottom-margin: emCalc(20px);
822
+
823
+ //
824
+ // Side Nav Variables
825
+ //
826
+
827
+ // We use this to control padding.
828
+ // $side-nav-padding: emCalc(14px) 0;
829
+
830
+ // We use these to control list styles.
831
+ // $side-nav-list-type: none;
832
+ // $side-nav-list-position: inside;
833
+ // $side-nav-list-margin: 0 0 emCalc(7px) 0;
834
+
835
+ // We use these to control link styles.
836
+ // $side-nav-link-color: $primary-color;
837
+ // $side-nav-link-color-active: lighten(#000, 30%);
838
+ // $side-nav-font-size: emCalc(14px);
839
+ // $side-nav-font-weight: bold;
840
+
841
+ // We use these to control border styles
842
+ // $side-nav-divider-size: 1px;
843
+ // $side-nav-divider-style: solid;
844
+ // $side-nav-divider-color: darken(#fff, 10%);
845
+
846
+ //
847
+ // Sub Nav Variables
848
+ //
849
+
850
+ // We use these to control margin and padding
851
+ // $sub-nav-list-margin: emCalc(-4px) 0 emCalc(18px);
852
+ // $sub-nav-list-padding-top: emCalc(4px);
853
+
854
+ // We use this to control the definition
855
+ // $sub-nav-font-size: emCalc(14px);
856
+ // $sub-nav-font-color: #999;
857
+ // $sub-nav-font-weight: normal;
858
+ // $sub-nav-text-decoration: none;
859
+ // $sub-nav-border-radius: 1000px;
860
+
861
+ // We use these to control the active item styles
862
+ // $sub-nav-active-font-weight: bold;
863
+ // $sub-nav-active-bg: $primary-color;
864
+ // $sub-nav-active-color: #fff;
865
+ // $sub-nav-active-padding: emCalc(3px) emCalc(9px);
866
+ // $sub-nav-active-cursor: default;
867
+
868
+ //
869
+ // Switch Variables
870
+ //
871
+
872
+ // Controlling border styles and background colors for the switch container
873
+ // $switch-border-color: darken(#fff, 20%);
874
+ // $switch-border-style: solid;
875
+ // $switch-border-width: 1px;
876
+ // $switch-bg: #fff;
877
+
878
+ // We use these to control the switch heights for our default classes
879
+ // $switch-height-tny: 22px;
880
+ // $switch-height-sml: 28px;
881
+ // $switch-height-med: 36px;
882
+ // $switch-height-lrg: 44px;
883
+ // $switch-bottom-margin: emCalc(20px);
884
+
885
+ // We use these to control default font sizes for our classes.
886
+ // $switch-font-size-tny: 11px;
887
+ // $switch-font-size-sml: 12px;
888
+ // $switch-font-size-med: 14px;
889
+ // $switch-font-size-lrg: 17px;
890
+ // $switch-label-side-padding: 6px;
891
+
892
+ // We use these to style the switch-paddle
893
+ // $switch-paddle-bg: #fff;
894
+ // $switch-paddle-fade-to-color: darken($switch-paddle-bg, 10%);
895
+ // $switch-paddle-border-color: darken($switch-paddle-bg, 35%);
896
+ // $switch-paddle-border-width: 1px;
897
+ // $switch-paddle-border-style: solid;
898
+ // $switch-paddle-transition-speed: .1s;
899
+ // $switch-paddle-transition-ease: ease-out;
900
+ // $switch-positive-color: lighten($success-color, 50%);
901
+ // $switch-negative-color: #f5f5f5;
902
+
903
+ // Outline Style for tabbing through switches
904
+ // $switch-label-outline: 1px dotted #888;
905
+
906
+ //
907
+ // Table Variables
908
+ //
909
+
910
+ // These control the background color for the table and even rows
911
+ // $table-bg: #fff;
912
+ // $table-even-row-bg: #f9f9f9;
913
+
914
+ // These control the table cell border style
915
+ // $table-border-style: solid;
916
+ // $table-border-size: 1px;
917
+ // $table-border-color: #ddd;
918
+
919
+ // These control the table head styles
920
+ // $table-head-bg: #f5f5f5;
921
+ // $table-head-font-size: emCalc(14px);
922
+ // $table-head-font-color: #222;
923
+ // $table-head-font-weight: bold;
924
+ // $table-head-padding: emCalc(8px) emCalc(10px) emCalc(10px);
925
+
926
+ // These control the row padding and font styles
927
+ // $table-row-padding: emCalc(9px) emCalc(10px);
928
+ // $table-row-font-size: emCalc(14px);
929
+ // $table-row-font-color: #222;
930
+ // $table-line-height: emCalc(18px);
931
+
932
+ // These are for controlling the display and margin of tables
933
+ // $table-display: table-cell;
934
+ // $table-margin-bottom: emCalc(20px);
935
+
936
+ //
937
+ // Image Thumbnail Variables
938
+ //
939
+
940
+ // We use these to control border styles
941
+ // $thumb-border-style: solid;
942
+ // $thumb-border-width: 4px;
943
+ // $thumb-border-color: #fff;
944
+ // $thumb-box-shadow: 0 0 0 1px rgba(#000,.2);
945
+ // $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
946
+
947
+ // Radius and transition speed for thumbs
948
+ // $thumb-radius: $global-radius;
949
+ // $thumb-transition-speed: 200ms;
950
+
951
+ //
952
+ // Tooltip Variables
953
+ //
954
+ // $has-tip-border-bottom: dotted 1px #ccc;
955
+ // $has-tip-font-weight: bold;
956
+ // $has-tip-font-color: #333;
957
+ // $has-tip-border-bottom-hover: dotted 1px darken($primary-color, 20%);
958
+ // $has-tip-font-color-hover: $primary-color;
959
+ // $has-tip-cursor-type: help;
960
+
961
+ // $tooltip-padding: emCalc(8px);
962
+ // $tooltip-bg: #000;
963
+ // $tooltip-font-size: emCalc(15px);
964
+ // $tooltip-font-weight: bold;
965
+ // $tooltip-font-color: #fff;
966
+ // $tooltip-line-height: 1.3;
967
+ // $tooltip-close-font-size: emCalc(10px);
968
+ // $tooltip-close-font-weight: normal;
969
+ // $tooltip-close-font-color: #888;
970
+ // $tooltip-font-size-sml: emCalc(14px);
971
+ // $tooltip-radius: $global-radius;
972
+ // $tooltip-pip-size: 5px;
973
+
974
+ //
975
+ // Top Bar Variables
976
+ //
977
+
978
+ // Background color for the top bar
979
+ $topbar-bg: $dashboard-nav-background;
980
+
981
+ // Height and margin
982
+ $topbar-height: emCalc(60px);
983
+ $topbar-margin-bottom: emCalc(20px);
984
+
985
+ // Control Input height for top bar
986
+ $topbar-input-height: emCalc(60px);
987
+
988
+ // Controlling the styles for the title in the top bar
989
+ // $topbar-title-weight: bold;
990
+ // $topbar-title-font-size: emCalc(17px);
991
+
992
+ // Set the link colors and styles for top-level nav
993
+ // $topbar-link-color: #fff;
994
+ // $topbar-link-weight: bold;
995
+ // $topbar-link-font-size: emCalc(13px);
996
+
997
+ // Style the top bar dropdown elements
998
+ // $topbar-dropdown-bg: #333;
999
+ // $topbar-dropdown-link-color: #fff;
1000
+ // $topbar-dropdown-toggle-size: 5px;
1001
+ // $topbar-dropdown-toggle-color: #fff;
1002
+ // $topbar-dropdown-toggle-alpha: 0.5;
1003
+ // $dropdown-label-color: #555;
1004
+
1005
+ // Top menu icon styles
1006
+ // $topbar-menu-link-transform: uppercase;
1007
+ // $topbar-menu-link-font-size: emCalc(13px);
1008
+ // $topbar-menu-link-weight: bold;
1009
+ // $topbar-menu-link-color: #fff;
1010
+ // $topbar-menu-icon-color: #fff;
1011
+ // $topbar-menu-link-color-toggled: #888;
1012
+ // $topbar-menu-icon-color-toggled: #888;
1013
+
1014
+ // Transitions and breakpoint styles
1015
+ $topbar-transition-speed: 300ms;
1016
+ $topbar-breakpoint: emCalc(768px); // Change to 9999px for always mobile layout
1017
+ //$topbar-media-query: "only screen and (min-width "#{$topbar-breakpoint}")";
1018
+
1019
+
1020
+ @import 'foundation';
1021
+
1022
+ .float-right {
1023
+ @if $text-direction == rtl {
1024
+ float: left !important;
1025
+ }
1026
+ @else {
1027
+ float: right !important;
1028
+ }
1029
+ }
1030
+ .float-left {
1031
+ float: right !important;
1032
+ }
1033
+
1034
+ .text-right {
1035
+ text-align: left !important;
1036
+ }
1037
+ .text-left {
1038
+ text-align: right !important;
1039
+ }