bedrock_sass 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (155) hide show
  1. checksums.yaml +4 -4
  2. data/assets/_vendor/foundation/_vendor/normalize-scss/sass/_normalize.scss +3 -0
  3. data/assets/_vendor/foundation/_vendor/normalize-scss/sass/normalize/_import-now.scss +11 -0
  4. data/assets/_vendor/foundation/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss +676 -0
  5. data/assets/_vendor/foundation/_vendor/normalize-scss/sass/normalize/_variables.scss +36 -0
  6. data/assets/_vendor/foundation/_vendor/normalize-scss/sass/normalize/_vertical-rhythm.scss +61 -0
  7. data/assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/functions/_contain.scss +31 -0
  8. data/assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/functions/_purge.scss +38 -0
  9. data/assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/functions/_remove.scss +31 -0
  10. data/assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/functions/_replace.scss +46 -0
  11. data/assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/functions/_to-list.scss +27 -0
  12. data/assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/helpers/_missing-dependencies.scss +25 -0
  13. data/assets/_vendor/foundation/_vendor/sassy-lists/stylesheets/helpers/_true.scss +13 -0
  14. data/assets/_vendor/foundation/scss/_global.scss +249 -0
  15. data/assets/_vendor/foundation/scss/components/_accordion-menu.scss +171 -0
  16. data/assets/_vendor/foundation/scss/components/_accordion.scss +155 -0
  17. data/assets/_vendor/foundation/scss/components/_badge.scss +63 -0
  18. data/assets/_vendor/foundation/scss/components/_breadcrumbs.scss +117 -0
  19. data/assets/_vendor/foundation/scss/components/_button-group.scss +253 -0
  20. data/assets/_vendor/foundation/scss/components/_button.scss +385 -0
  21. data/assets/_vendor/foundation/scss/components/_callout.scss +106 -0
  22. data/assets/_vendor/foundation/scss/components/_card.scss +129 -0
  23. data/assets/_vendor/foundation/scss/components/_close-button.scss +102 -0
  24. data/assets/_vendor/foundation/scss/components/_drilldown.scss +142 -0
  25. data/assets/_vendor/foundation/scss/components/_dropdown-menu.scss +274 -0
  26. data/assets/_vendor/foundation/scss/components/_dropdown.scss +79 -0
  27. data/assets/_vendor/foundation/scss/components/_flex-video.scss +1 -0
  28. data/assets/_vendor/foundation/scss/components/_flex.scss +117 -0
  29. data/assets/_vendor/foundation/scss/components/_float.scss +27 -0
  30. data/assets/_vendor/foundation/scss/components/_label.scss +64 -0
  31. data/assets/_vendor/foundation/scss/components/_media-object.scss +114 -0
  32. data/assets/_vendor/foundation/scss/components/_menu-icon.scss +9 -0
  33. data/assets/_vendor/foundation/scss/components/_menu.scss +495 -0
  34. data/assets/_vendor/foundation/scss/components/_off-canvas.scss +506 -0
  35. data/assets/_vendor/foundation/scss/components/_orbit.scss +196 -0
  36. data/assets/_vendor/foundation/scss/components/_pagination.scss +193 -0
  37. data/assets/_vendor/foundation/scss/components/_progress-bar.scss +64 -0
  38. data/assets/_vendor/foundation/scss/components/_responsive-embed.scss +70 -0
  39. data/assets/_vendor/foundation/scss/components/_reveal.scss +180 -0
  40. data/assets/_vendor/foundation/scss/components/_slider.scss +137 -0
  41. data/assets/_vendor/foundation/scss/components/_sticky.scss +39 -0
  42. data/assets/_vendor/foundation/scss/components/_switch.scss +247 -0
  43. data/assets/_vendor/foundation/scss/components/_table.scss +330 -0
  44. data/assets/_vendor/foundation/scss/components/_tabs.scss +196 -0
  45. data/assets/_vendor/foundation/scss/components/_thumbnail.scss +67 -0
  46. data/assets/_vendor/foundation/scss/components/_title-bar.scss +84 -0
  47. data/assets/_vendor/foundation/scss/components/_tooltip.scss +160 -0
  48. data/assets/_vendor/foundation/scss/components/_top-bar.scss +175 -0
  49. data/assets/_vendor/foundation/scss/components/_visibility.scss +132 -0
  50. data/assets/_vendor/foundation/scss/forms/_checkbox.scss +41 -0
  51. data/assets/_vendor/foundation/scss/forms/_error.scss +88 -0
  52. data/assets/_vendor/foundation/scss/forms/_fieldset.scss +53 -0
  53. data/assets/_vendor/foundation/scss/forms/_forms.scss +34 -0
  54. data/assets/_vendor/foundation/scss/forms/_help-text.scss +30 -0
  55. data/assets/_vendor/foundation/scss/forms/_input-group.scss +142 -0
  56. data/assets/_vendor/foundation/scss/forms/_label.scss +50 -0
  57. data/assets/_vendor/foundation/scss/forms/_meter.scss +116 -0
  58. data/assets/_vendor/foundation/scss/forms/_progress.scss +94 -0
  59. data/assets/_vendor/foundation/scss/forms/_range.scss +149 -0
  60. data/assets/_vendor/foundation/scss/forms/_select.scss +86 -0
  61. data/assets/_vendor/foundation/scss/forms/_text.scss +179 -0
  62. data/assets/_vendor/foundation/scss/foundation.scss +133 -0
  63. data/assets/_vendor/foundation/scss/grid/_classes.scss +176 -0
  64. data/assets/_vendor/foundation/scss/grid/_column.scss +112 -0
  65. data/assets/_vendor/foundation/scss/grid/_flex-grid.scss +259 -0
  66. data/assets/_vendor/foundation/scss/grid/_grid.scss +48 -0
  67. data/assets/_vendor/foundation/scss/grid/_gutter.scss +82 -0
  68. data/assets/_vendor/foundation/scss/grid/_layout.scss +76 -0
  69. data/assets/_vendor/foundation/scss/grid/_position.scss +76 -0
  70. data/assets/_vendor/foundation/scss/grid/_row.scss +99 -0
  71. data/assets/_vendor/foundation/scss/grid/_size.scss +24 -0
  72. data/assets/_vendor/foundation/scss/prototype/_arrow.scss +36 -0
  73. data/assets/_vendor/foundation/scss/prototype/_border-box.scss +35 -0
  74. data/assets/_vendor/foundation/scss/prototype/_border-none.scss +35 -0
  75. data/assets/_vendor/foundation/scss/prototype/_bordered.scss +54 -0
  76. data/assets/_vendor/foundation/scss/prototype/_box.scss +23 -0
  77. data/assets/_vendor/foundation/scss/prototype/_display.scss +50 -0
  78. data/assets/_vendor/foundation/scss/prototype/_font-styling.scss +95 -0
  79. data/assets/_vendor/foundation/scss/prototype/_list-style-type.scss +95 -0
  80. data/assets/_vendor/foundation/scss/prototype/_overflow.scss +72 -0
  81. data/assets/_vendor/foundation/scss/prototype/_position.scss +114 -0
  82. data/assets/_vendor/foundation/scss/prototype/_prototype.scss +87 -0
  83. data/assets/_vendor/foundation/scss/prototype/_relation.scss +157 -0
  84. data/assets/_vendor/foundation/scss/prototype/_rotate.scss +31 -0
  85. data/assets/_vendor/foundation/scss/prototype/_rounded.scss +54 -0
  86. data/assets/_vendor/foundation/scss/prototype/_separator.scss +96 -0
  87. data/assets/_vendor/foundation/scss/prototype/_shadow.scss +43 -0
  88. data/assets/_vendor/foundation/scss/prototype/_sizing.scss +73 -0
  89. data/assets/_vendor/foundation/scss/prototype/_spacing.scss +204 -0
  90. data/assets/_vendor/foundation/scss/prototype/_text-decoration.scss +48 -0
  91. data/assets/_vendor/foundation/scss/prototype/_text-transformation.scss +48 -0
  92. data/assets/_vendor/foundation/scss/prototype/_text-utilities.scss +88 -0
  93. data/assets/_vendor/foundation/scss/settings/_settings.scss +869 -0
  94. data/assets/_vendor/foundation/scss/typography/_alignment.scss +22 -0
  95. data/assets/_vendor/foundation/scss/typography/_base.scss +509 -0
  96. data/assets/_vendor/foundation/scss/typography/_helpers.scss +80 -0
  97. data/assets/_vendor/foundation/scss/typography/_print.scss +86 -0
  98. data/assets/_vendor/foundation/scss/typography/_typography.scss +26 -0
  99. data/assets/_vendor/foundation/scss/util/_breakpoint.scss +348 -0
  100. data/assets/_vendor/foundation/scss/util/_color.scss +129 -0
  101. data/assets/_vendor/foundation/scss/util/_direction.scss +31 -0
  102. data/assets/_vendor/foundation/scss/util/_flex.scss +85 -0
  103. data/assets/_vendor/foundation/scss/util/_math.scss +72 -0
  104. data/assets/_vendor/foundation/scss/util/_mixins.scss +313 -0
  105. data/assets/_vendor/foundation/scss/util/_selector.scss +41 -0
  106. data/assets/_vendor/foundation/scss/util/_typography.scss +26 -0
  107. data/assets/_vendor/foundation/scss/util/_unit.scss +152 -0
  108. data/assets/_vendor/foundation/scss/util/_util.scss +14 -0
  109. data/assets/_vendor/foundation/scss/util/_value.scss +160 -0
  110. data/assets/_vendor/foundation/scss/xy-grid/_cell.scss +169 -0
  111. data/assets/_vendor/foundation/scss/xy-grid/_classes.scss +476 -0
  112. data/assets/_vendor/foundation/scss/xy-grid/_collapse.scss +74 -0
  113. data/assets/_vendor/foundation/scss/xy-grid/_frame.scss +85 -0
  114. data/assets/_vendor/foundation/scss/xy-grid/_grid.scss +35 -0
  115. data/assets/_vendor/foundation/scss/xy-grid/_gutters.scss +45 -0
  116. data/assets/_vendor/foundation/scss/xy-grid/_layout.scss +33 -0
  117. data/assets/_vendor/foundation/scss/xy-grid/_position.scss +28 -0
  118. data/assets/_vendor/foundation/scss/xy-grid/_xy-grid.scss +51 -0
  119. data/assets/_vendor/motion-ui/_classes.scss +109 -0
  120. data/assets/_vendor/motion-ui/_settings.scss +61 -0
  121. data/assets/_vendor/motion-ui/effects/_fade.scss +32 -0
  122. data/assets/_vendor/motion-ui/effects/_hinge.scss +65 -0
  123. data/assets/_vendor/motion-ui/effects/_shake.scss +15 -0
  124. data/assets/_vendor/motion-ui/effects/_slide.scss +41 -0
  125. data/assets/_vendor/motion-ui/effects/_spin.scss +28 -0
  126. data/assets/_vendor/motion-ui/effects/_wiggle.scss +13 -0
  127. data/assets/_vendor/motion-ui/effects/_zoom.scss +15 -0
  128. data/assets/_vendor/motion-ui/motion-ui.scss +29 -0
  129. data/assets/_vendor/motion-ui/transitions/_fade.scss +28 -0
  130. data/assets/_vendor/motion-ui/transitions/_hinge.scss +43 -0
  131. data/assets/_vendor/motion-ui/transitions/_slide.scss +42 -0
  132. data/assets/_vendor/motion-ui/transitions/_spin.scss +39 -0
  133. data/assets/_vendor/motion-ui/transitions/_zoom.scss +39 -0
  134. data/assets/_vendor/motion-ui/util/_animation.scss +7 -0
  135. data/assets/_vendor/motion-ui/util/_args.scss +15 -0
  136. data/assets/_vendor/motion-ui/util/_keyframe.scss +136 -0
  137. data/assets/_vendor/motion-ui/util/_selector.scss +23 -0
  138. data/assets/_vendor/motion-ui/util/_series.scss +54 -0
  139. data/assets/_vendor/motion-ui/util/_transition.scss +45 -0
  140. data/assets/_vendor/motion-ui/util/_unit.scss +7 -0
  141. data/assets/bedrock/js/bedrock.js +22993 -0
  142. data/assets/bedrock/scss/_bedrock-components.scss +15 -0
  143. data/assets/bedrock/scss/_bedrock-settings.scss +45 -0
  144. data/assets/bedrock/scss/_foundation-components.scss +50 -0
  145. data/assets/bedrock/scss/_foundation-settings.scss +869 -0
  146. data/assets/bedrock/scss/bedrock.scss +7 -0
  147. data/assets/bedrock/scss/components/global.scss +55 -0
  148. data/assets/bedrock/scss/components/header.scss +60 -0
  149. data/assets/bedrock/scss/components/helper-classes.scss +53 -0
  150. data/assets/bedrock/scss/components/logo-bar.scss +45 -0
  151. data/assets/bedrock/scss/components/off-canvas-menu.scss +359 -0
  152. data/assets/bedrock/scss/components/panel.scss +121 -0
  153. data/assets/bedrock/scss/components/tiny-mce-editor.scss +74 -0
  154. data/lib/bedrock_sass/version.rb +1 -1
  155. metadata +153 -2
@@ -0,0 +1,495 @@
1
+ // Foundation for Sites by ZURB
2
+ // foundation.zurb.com
3
+ // Licensed under MIT Open Source
4
+
5
+ ////
6
+ /// @group menu
7
+ ////
8
+
9
+ /// Margin of a menu.
10
+ /// @type Number
11
+ $menu-margin: 0 !default;
12
+
13
+ /// Left-hand margin of a nested menu.
14
+ /// @type Number
15
+ $menu-nested-margin: $global-menu-nested-margin !default;
16
+
17
+ /// Padding for items in a pill menu.
18
+ /// @type Number
19
+ $menu-items-padding: $global-menu-padding !default;
20
+
21
+ /// margin for items in a simple menu.
22
+ /// @type Number
23
+ $menu-simple-margin: 1rem !default;
24
+
25
+ /// Text color of an active menu item.
26
+ /// @type Color
27
+ $menu-item-color-active: $white !default;
28
+
29
+ /// Background color of an active menu item.
30
+ /// @type Color
31
+ $menu-item-background-active: get-color(primary) !default;
32
+
33
+ /// Spacing between an icon and text in a menu item.
34
+ /// @type Number
35
+ $menu-icon-spacing: 0.25rem !default;
36
+
37
+ /// Background color for an hovered menu item.
38
+ /// @type Color
39
+ $menu-item-background-hover: $light-gray !default;
40
+
41
+ /// Backward compatibility for menu state. If true, this duplicate `active` with `is-active`.
42
+ /// But please note that `active` will be removed in upcoming versions.
43
+ /// @type Boolean
44
+ $menu-state-back-compat: true !default;
45
+
46
+ /// Backward compatibility for menu centered. If true, this duplicate `.menu-centered > .menu` with `.menu.align-center`.
47
+ /// But please note that `menu-centered` will be removed in upcoming versions.
48
+ /// @type Boolean
49
+ $menu-centered-back-compat: true !default;
50
+
51
+ /// Backward compatibility for using `icon-*` classes without `.icons` classes
52
+ /// But please note that this backward compatibility will be removed in upcoming versions.
53
+ /// @type Boolean
54
+ $menu-icons-back-compat: true !default;
55
+
56
+ /// Creates the base styles for a Menu.
57
+ @mixin menu-base {
58
+ padding: 0;
59
+ margin: 0;
60
+ list-style: none;
61
+ position: relative;
62
+
63
+ @if $global-flexbox {
64
+ display: flex;
65
+ flex-wrap: wrap;
66
+ }
67
+
68
+ li {
69
+ @include disable-mouse-outline;
70
+ }
71
+
72
+ a,
73
+ .button {
74
+ line-height: 1;
75
+ text-decoration: none;
76
+ display: block;
77
+ padding: $menu-items-padding;
78
+ }
79
+
80
+ // Reset styles of inner elements
81
+ input,
82
+ select,
83
+ a,
84
+ button {
85
+ margin-bottom: 0;
86
+ }
87
+
88
+ input {
89
+ display: inline-block;
90
+ }
91
+ }
92
+
93
+ /// Expands the items of a Menu, so each item is the same width.
94
+ @mixin menu-expand {
95
+ @if $global-flexbox {
96
+ li {
97
+ flex: 1 1 0px; // sass-lint:disable-line zero-unit
98
+ }
99
+ }
100
+ @else {
101
+ display: table;
102
+ width: 100%;
103
+
104
+ > li {
105
+ display: table-cell;
106
+ vertical-align: middle;
107
+ }
108
+ }
109
+ }
110
+
111
+ /// Align menu items.
112
+ @mixin menu-align($alignment) {
113
+ @if $alignment == left {
114
+ @if $global-flexbox {
115
+ justify-content: flex-start;
116
+ }
117
+ @else {
118
+ text-align: $global-left;
119
+ }
120
+ }
121
+ @else if $alignment == right {
122
+ @if $global-flexbox {
123
+ li {
124
+ display: flex;
125
+ justify-content: flex-end;
126
+
127
+ .submenu li {
128
+ justify-content: flex-start;
129
+ }
130
+ }
131
+
132
+ &.vertical li {
133
+ display: block;
134
+ text-align: $global-right;
135
+
136
+ .submenu li {
137
+ text-align: $global-right;
138
+ }
139
+ }
140
+ }
141
+ @else {
142
+ text-align: $global-right;
143
+
144
+ .submenu li {
145
+ text-align: $global-left;
146
+ }
147
+
148
+ &.vertical {
149
+ .submenu li {
150
+ text-align: $global-right;
151
+ }
152
+ }
153
+ }
154
+ }
155
+ @else if $alignment == center {
156
+ @if $global-flexbox {
157
+ li {
158
+ display: flex;
159
+ justify-content: center;
160
+
161
+ .submenu li {
162
+ justify-content: flex-start;
163
+ }
164
+ }
165
+ }
166
+ @else {
167
+ text-align: center;
168
+
169
+ .submenu li {
170
+ text-align: $global-left;
171
+ }
172
+ }
173
+ }
174
+ }
175
+
176
+ /// Sets the direction of a Menu.
177
+ /// @param {Keyword} $dir [horizontal] - Direction of the Menu. Can be `horizontal` or `vertical`.
178
+ @mixin menu-direction($dir: horizontal) {
179
+ @if $dir == horizontal {
180
+ @if $global-flexbox {
181
+ flex-wrap: wrap;
182
+ flex-direction: row;
183
+ }
184
+ @else {
185
+ li {
186
+ display: inline-block;
187
+ }
188
+ }
189
+ }
190
+ @else if $dir == vertical {
191
+ @if $global-flexbox {
192
+ flex-wrap: nowrap;
193
+ flex-direction: column;
194
+ }
195
+ @else {
196
+ li {
197
+ display: block;
198
+ }
199
+ }
200
+ }
201
+ @else {
202
+ @warn 'The direction used for menu-direction() must be horizontal or vertical.';
203
+ }
204
+ }
205
+
206
+ /// Creates a simple Menu, which has no padding or hover state.
207
+ /// @param {Keyword} $dir [$global-left] - Direction of the menu. This effects the side of the `<li>` that receives the margin.
208
+ /// @param {Number} $margin [$menu-simple-margin] - The margin to apply to each `<li>`.
209
+ @mixin menu-simple($dir: $global-left, $margin: $menu-simple-margin) {
210
+ @if $global-flexbox {
211
+ align-items: center;
212
+ }
213
+
214
+ li + li {
215
+ margin-#{$dir}: $margin;
216
+ }
217
+
218
+ a {
219
+ padding: 0;
220
+ }
221
+ }
222
+
223
+ /// Adds styles for a nested Menu, by adding `margin-left` to the menu.
224
+ /// @param {Keyword|Number} $margin [$menu-nested-margin] - Length of the margin.
225
+ /// @param {Keyword} $nested-alignment [left] - Alignment of the nested class
226
+ @mixin menu-nested(
227
+ $margin: $menu-nested-margin,
228
+ $nested-alignment: left
229
+ ) {
230
+ @if $nested-alignment == right {
231
+ margin-#{$global-right}: $margin;
232
+ margin-#{$global-left}: 0;
233
+ }
234
+ @else {
235
+ margin-#{$global-right}: 0;
236
+ margin-#{$global-left}: $margin;
237
+ }
238
+
239
+ }
240
+
241
+ /// Adds basic styles for icons in menus.
242
+ @mixin menu-icons() {
243
+ @if $global-flexbox {
244
+ a {
245
+ display: flex;
246
+ }
247
+ }
248
+ @else {
249
+ img,
250
+ i,
251
+ svg {
252
+ vertical-align: middle;
253
+
254
+ + span {
255
+ vertical-align: middle;
256
+ }
257
+ }
258
+ }
259
+ }
260
+
261
+ /// Adds position classes for icons within a menu.
262
+ @mixin menu-icon-position($position: left, $spacing: $menu-icon-spacing) {
263
+ @if $position == left {
264
+ li a {
265
+ @if $global-flexbox {
266
+ flex-flow: row nowrap;
267
+ }
268
+
269
+ img,
270
+ i,
271
+ svg {
272
+ margin-#{$global-right}: $spacing;
273
+
274
+ @if not $global-flexbox {
275
+ display: inline-block;
276
+ }
277
+ }
278
+ }
279
+ }
280
+ @else if $position == right {
281
+ li a {
282
+ @if $global-flexbox {
283
+ flex-flow: row nowrap;
284
+ }
285
+
286
+ img,
287
+ i,
288
+ svg {
289
+ margin-#{$global-left}: $spacing;
290
+
291
+ @if not $global-flexbox {
292
+ display: inline-block;
293
+ }
294
+ }
295
+ }
296
+ }
297
+ @else if $position == top {
298
+ li a {
299
+ @if $global-flexbox {
300
+ flex-flow: column nowrap;
301
+ }
302
+ @else {
303
+ text-align: center;
304
+ }
305
+
306
+ img,
307
+ i,
308
+ svg {
309
+ @if not $global-flexbox {
310
+ display: block;
311
+ margin: 0 auto $spacing;
312
+ }
313
+ @else {
314
+ align-self: stretch;
315
+ margin-bottom: $spacing;
316
+ text-align: center;
317
+ }
318
+ }
319
+ }
320
+ }
321
+ @else if $position == bottom {
322
+ li a {
323
+ @if $global-flexbox {
324
+ flex-flow: column nowrap;
325
+ }
326
+ @else {
327
+ text-align: center;
328
+ }
329
+
330
+ img,
331
+ i,
332
+ svg {
333
+ @if not $global-flexbox {
334
+ display: block;
335
+ margin: $spacing auto 0;
336
+ }
337
+ @else {
338
+ align-self: stretch;
339
+ margin-bottom: $spacing;
340
+ text-align: center;
341
+ }
342
+ }
343
+ }
344
+ }
345
+ }
346
+
347
+ @mixin menu-text {
348
+ padding: $global-menu-padding;
349
+
350
+ font-weight: bold;
351
+ line-height: 1;
352
+ color: inherit;
353
+ }
354
+
355
+ @mixin menu-state-active {
356
+ background: $menu-item-background-active;
357
+ color: $menu-item-color-active;
358
+ }
359
+
360
+ @mixin foundation-menu {
361
+ .menu {
362
+ @include menu-base;
363
+
364
+ // Default orientation: horizontal
365
+ &, &.horizontal {
366
+ @include menu-direction(horizontal);
367
+ }
368
+
369
+ // Vertical orientation modifier
370
+ &.vertical {
371
+ @include menu-direction(vertical);
372
+ }
373
+
374
+ // Even-width modifier for horizontal orientation
375
+ &.expanded {
376
+ @include menu-expand;
377
+ }
378
+
379
+ // Simple
380
+ &.simple {
381
+ @include menu-simple;
382
+ }
383
+
384
+ // Breakpoint specific versions
385
+ @include -zf-each-breakpoint($small: false) {
386
+ &.#{$-zf-size}-horizontal {
387
+ @include menu-direction(horizontal);
388
+ }
389
+
390
+ &.#{$-zf-size}-vertical {
391
+ @include menu-direction(vertical);
392
+ }
393
+
394
+ &.#{$-zf-size}-expanded {
395
+ @include menu-expand;
396
+ }
397
+
398
+ &.#{$-zf-size}-simple {
399
+ @include menu-expand;
400
+ }
401
+ }
402
+
403
+ // Nesting
404
+ &.nested {
405
+ @include menu-nested;
406
+ }
407
+
408
+ // Icon Base Styles
409
+ &.icons {
410
+ @include menu-icons;
411
+ }
412
+
413
+ // Backward Compatibility for active state
414
+ @if $menu-icons-back-compat {
415
+ &.icon-top,
416
+ &.icon-right,
417
+ &.icon-bottom,
418
+ &.icon-left {
419
+ @include menu-icons;
420
+ }
421
+ }
422
+
423
+ // Icon Left
424
+ &.icon-left {
425
+ @include menu-icon-position(left);
426
+ }
427
+
428
+ // Icon Right
429
+ &.icon-right {
430
+ @include menu-icon-position(right);
431
+ }
432
+
433
+ // Icon Top
434
+ &.icon-top {
435
+ @include menu-icon-position(top);
436
+ }
437
+
438
+ // Icon Bottom
439
+ &.icon-bottom {
440
+ @include menu-icon-position(bottom);
441
+ }
442
+
443
+ // Active state
444
+ .is-active > a {
445
+ @include menu-state-active;
446
+ }
447
+
448
+ // Backward Compatibility for active state
449
+ @if $menu-state-back-compat {
450
+ .active > a {
451
+ @include menu-state-active;
452
+ }
453
+ }
454
+
455
+ // Align left
456
+ &.align-#{$global-left} {
457
+ @include menu-align(left);
458
+ }
459
+
460
+ // Align right
461
+ &.align-#{$global-right} {
462
+ @include menu-align(right);
463
+
464
+ .nested {
465
+ @include menu-nested($nested-alignment: right);
466
+ }
467
+ }
468
+
469
+ // Align center
470
+ &.align-center {
471
+ @include menu-align(center);
472
+ }
473
+
474
+ .menu-text {
475
+ @include menu-text;
476
+ }
477
+ }
478
+
479
+ @if $menu-centered-back-compat {
480
+ .menu-centered {
481
+ > .menu {
482
+ @if $global-flexbox {
483
+ justify-content: center;
484
+ }
485
+
486
+ @include menu-align(center);
487
+ }
488
+ }
489
+ }
490
+
491
+ // Prevent FOUC when using the Responsive Menu plugin
492
+ .no-js [data-responsive-menu] ul {
493
+ display: none;
494
+ }
495
+ }