locomotivecms_wagon 2.4.0.rc2 → 2.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (137) hide show
  1. checksums.yaml +4 -4
  2. data/generators/foundation/public/javascripts/vendor/foundation.js +10839 -6523
  3. data/generators/foundation/public/javascripts/vendor/foundation.min.js +5 -3
  4. data/generators/foundation/public/stylesheets/_settings.scss +455 -115
  5. data/generators/foundation/public/stylesheets/app.css +0 -3
  6. data/generators/foundation/public/stylesheets/app.scss +15 -6
  7. data/generators/foundation/public/stylesheets/foundation.css +4191 -1885
  8. data/generators/foundation/public/stylesheets/foundation6/_global.scss +106 -54
  9. data/generators/foundation/public/stylesheets/foundation6/components/_accordion-menu.scss +157 -14
  10. data/generators/foundation/public/stylesheets/foundation6/components/_accordion.scss +71 -28
  11. data/generators/foundation/public/stylesheets/foundation6/components/_badge.scss +17 -9
  12. data/generators/foundation/public/stylesheets/foundation6/components/_breadcrumbs.scss +33 -10
  13. data/generators/foundation/public/stylesheets/foundation6/components/_button-group.scss +168 -30
  14. data/generators/foundation/public/stylesheets/foundation6/components/_button.scss +165 -44
  15. data/generators/foundation/public/stylesheets/foundation6/components/_callout.scss +9 -18
  16. data/generators/foundation/public/stylesheets/foundation6/components/_card.scss +129 -0
  17. data/generators/foundation/public/stylesheets/foundation6/components/_close-button.scss +54 -13
  18. data/generators/foundation/public/stylesheets/foundation6/components/_drilldown.scss +108 -33
  19. data/generators/foundation/public/stylesheets/foundation6/components/_dropdown-menu.scss +215 -64
  20. data/generators/foundation/public/stylesheets/foundation6/components/_dropdown.scss +22 -7
  21. data/generators/foundation/public/stylesheets/foundation6/components/_flex-video.scss +1 -68
  22. data/generators/foundation/public/stylesheets/foundation6/components/_flex.scss +117 -0
  23. data/generators/foundation/public/stylesheets/foundation6/components/_float.scss +1 -1
  24. data/generators/foundation/public/stylesheets/foundation6/components/_label.scss +16 -8
  25. data/generators/foundation/public/stylesheets/foundation6/components/_media-object.scss +50 -10
  26. data/generators/foundation/public/stylesheets/foundation6/components/_menu-icon.scss +9 -0
  27. data/generators/foundation/public/stylesheets/foundation6/components/_menu.scss +373 -91
  28. data/generators/foundation/public/stylesheets/foundation6/components/_off-canvas.scss +418 -83
  29. data/generators/foundation/public/stylesheets/foundation6/components/_orbit.scss +17 -7
  30. data/generators/foundation/public/stylesheets/foundation6/components/_pagination.scss +77 -45
  31. data/generators/foundation/public/stylesheets/foundation6/components/_progress-bar.scss +16 -35
  32. data/generators/foundation/public/stylesheets/foundation6/components/_responsive-embed.scss +70 -0
  33. data/generators/foundation/public/stylesheets/foundation6/components/_reveal.scss +59 -34
  34. data/generators/foundation/public/stylesheets/foundation6/components/_slider.scss +17 -38
  35. data/generators/foundation/public/stylesheets/foundation6/components/_sticky.scss +5 -4
  36. data/generators/foundation/public/stylesheets/foundation6/components/_switch.scss +52 -36
  37. data/generators/foundation/public/stylesheets/foundation6/components/_table.scss +197 -79
  38. data/generators/foundation/public/stylesheets/foundation6/components/_tabs.scss +126 -67
  39. data/generators/foundation/public/stylesheets/foundation6/components/_thumbnail.scss +17 -4
  40. data/generators/foundation/public/stylesheets/foundation6/components/_title-bar.scss +61 -21
  41. data/generators/foundation/public/stylesheets/foundation6/components/_tooltip.scss +74 -24
  42. data/generators/foundation/public/stylesheets/foundation6/components/_top-bar.scss +128 -10
  43. data/generators/foundation/public/stylesheets/foundation6/components/_visibility.scss +6 -5
  44. data/generators/foundation/public/stylesheets/foundation6/forms/_checkbox.scss +14 -9
  45. data/generators/foundation/public/stylesheets/foundation6/forms/_error.scss +12 -5
  46. data/generators/foundation/public/stylesheets/foundation6/forms/_fieldset.scss +6 -6
  47. data/generators/foundation/public/stylesheets/foundation6/forms/_forms.scss +11 -9
  48. data/generators/foundation/public/stylesheets/foundation6/forms/_help-text.scss +1 -1
  49. data/generators/foundation/public/stylesheets/foundation6/forms/_input-group.scss +82 -10
  50. data/generators/foundation/public/stylesheets/foundation6/forms/_label.scss +2 -0
  51. data/generators/foundation/public/stylesheets/foundation6/forms/_meter.scss +116 -0
  52. data/generators/foundation/public/stylesheets/foundation6/forms/_progress.scss +94 -0
  53. data/generators/foundation/public/stylesheets/foundation6/forms/_range.scss +149 -0
  54. data/generators/foundation/public/stylesheets/foundation6/forms/_select.scss +36 -14
  55. data/generators/foundation/public/stylesheets/foundation6/forms/_text.scss +53 -27
  56. data/generators/foundation/public/stylesheets/foundation6/foundation.scss +59 -17
  57. data/generators/foundation/public/stylesheets/foundation6/grid/_classes.scss +100 -56
  58. data/generators/foundation/public/stylesheets/foundation6/grid/_column.scss +22 -22
  59. data/generators/foundation/public/stylesheets/foundation6/grid/_flex-grid.scss +164 -96
  60. data/generators/foundation/public/stylesheets/foundation6/grid/_grid.scss +19 -4
  61. data/generators/foundation/public/stylesheets/foundation6/grid/_gutter.scss +61 -10
  62. data/generators/foundation/public/stylesheets/foundation6/grid/_layout.scss +49 -5
  63. data/generators/foundation/public/stylesheets/foundation6/grid/_position.scss +14 -9
  64. data/generators/foundation/public/stylesheets/foundation6/grid/_row.scss +42 -15
  65. data/generators/foundation/public/stylesheets/foundation6/motion-ui/_classes.scss +11 -4
  66. data/generators/foundation/public/stylesheets/foundation6/motion-ui/effects/_fade.scss +4 -1
  67. data/generators/foundation/public/stylesheets/foundation6/motion-ui/effects/_zoom.scss +1 -1
  68. data/generators/foundation/public/stylesheets/foundation6/motion-ui/transitions/_slide.scss +1 -1
  69. data/generators/foundation/public/stylesheets/foundation6/motion-ui/util/_transition.scss +1 -1
  70. data/generators/foundation/public/stylesheets/foundation6/prototype/_arrow.scss +36 -0
  71. data/generators/foundation/public/stylesheets/foundation6/prototype/_border-box.scss +35 -0
  72. data/generators/foundation/public/stylesheets/foundation6/prototype/_border-none.scss +35 -0
  73. data/generators/foundation/public/stylesheets/foundation6/prototype/_bordered.scss +54 -0
  74. data/generators/foundation/public/stylesheets/foundation6/prototype/_box.scss +23 -0
  75. data/generators/foundation/public/stylesheets/foundation6/prototype/_display.scss +50 -0
  76. data/generators/foundation/public/stylesheets/foundation6/prototype/_font-styling.scss +95 -0
  77. data/generators/foundation/public/stylesheets/foundation6/prototype/_list-style-type.scss +95 -0
  78. data/generators/foundation/public/stylesheets/foundation6/prototype/_overflow.scss +72 -0
  79. data/generators/foundation/public/stylesheets/foundation6/prototype/_position.scss +114 -0
  80. data/generators/foundation/public/stylesheets/foundation6/prototype/_prototype.scss +87 -0
  81. data/generators/foundation/public/stylesheets/foundation6/prototype/_relation.scss +157 -0
  82. data/generators/foundation/public/stylesheets/foundation6/prototype/_rotate.scss +31 -0
  83. data/generators/foundation/public/stylesheets/foundation6/prototype/_rounded.scss +54 -0
  84. data/generators/foundation/public/stylesheets/foundation6/prototype/_separator.scss +96 -0
  85. data/generators/foundation/public/stylesheets/foundation6/prototype/_shadow.scss +43 -0
  86. data/generators/foundation/public/stylesheets/foundation6/prototype/_sizing.scss +73 -0
  87. data/generators/foundation/public/stylesheets/foundation6/prototype/_spacing.scss +204 -0
  88. data/generators/foundation/public/stylesheets/foundation6/prototype/_text-decoration.scss +48 -0
  89. data/generators/foundation/public/stylesheets/foundation6/prototype/_text-transformation.scss +48 -0
  90. data/generators/foundation/public/stylesheets/foundation6/prototype/_text-utilities.scss +88 -0
  91. data/generators/foundation/public/stylesheets/foundation6/settings/_settings.scss +454 -116
  92. data/generators/foundation/public/stylesheets/foundation6/typography/_alignment.scss +9 -8
  93. data/generators/foundation/public/stylesheets/foundation6/typography/_base.scss +128 -55
  94. data/generators/foundation/public/stylesheets/foundation6/typography/_helpers.scss +7 -4
  95. data/generators/foundation/public/stylesheets/foundation6/typography/_print.scss +22 -9
  96. data/generators/foundation/public/stylesheets/foundation6/typography/_typography.scss +0 -2
  97. data/generators/foundation/public/stylesheets/foundation6/util/_breakpoint.scss +213 -47
  98. data/generators/foundation/public/stylesheets/foundation6/util/_color.scss +105 -17
  99. data/generators/foundation/public/stylesheets/foundation6/util/_direction.scss +31 -0
  100. data/generators/foundation/public/stylesheets/foundation6/util/_flex.scss +85 -0
  101. data/generators/foundation/public/stylesheets/foundation6/util/_math.scss +72 -0
  102. data/generators/foundation/public/stylesheets/foundation6/util/_mixins.scss +161 -38
  103. data/generators/foundation/public/stylesheets/foundation6/util/_selector.scss +5 -3
  104. data/generators/foundation/public/stylesheets/foundation6/util/_typography.scss +26 -0
  105. data/generators/foundation/public/stylesheets/foundation6/util/_unit.scss +100 -17
  106. data/generators/foundation/public/stylesheets/foundation6/util/_util.scss +4 -5
  107. data/generators/foundation/public/stylesheets/foundation6/util/_value.scss +68 -25
  108. data/generators/foundation/public/stylesheets/foundation6/vendor/normalize-scss/sass/_normalize.scss +3 -0
  109. data/generators/foundation/public/stylesheets/foundation6/vendor/normalize-scss/sass/normalize/_import-now.scss +11 -0
  110. data/generators/foundation/public/stylesheets/foundation6/vendor/normalize-scss/sass/normalize/_normalize-mixin.scss +676 -0
  111. data/generators/foundation/public/stylesheets/foundation6/vendor/normalize-scss/sass/normalize/_variables.scss +36 -0
  112. data/generators/foundation/public/stylesheets/foundation6/vendor/normalize-scss/sass/normalize/_vertical-rhythm.scss +61 -0
  113. data/generators/foundation/public/stylesheets/foundation6/vendor/sassy-lists/stylesheets/functions/_contain.scss +31 -0
  114. data/generators/foundation/public/stylesheets/foundation6/vendor/sassy-lists/stylesheets/functions/_purge.scss +38 -0
  115. data/generators/foundation/public/stylesheets/foundation6/vendor/sassy-lists/stylesheets/functions/_remove.scss +31 -0
  116. data/generators/foundation/public/stylesheets/foundation6/vendor/sassy-lists/stylesheets/functions/_replace.scss +46 -0
  117. data/generators/foundation/public/stylesheets/foundation6/vendor/sassy-lists/stylesheets/functions/_to-list.scss +27 -0
  118. data/generators/foundation/public/stylesheets/foundation6/vendor/sassy-lists/stylesheets/helpers/_missing-dependencies.scss +25 -0
  119. data/generators/foundation/public/stylesheets/foundation6/vendor/sassy-lists/stylesheets/helpers/_true.scss +13 -0
  120. data/generators/foundation/public/stylesheets/foundation6/xy-grid/_cell.scss +169 -0
  121. data/generators/foundation/public/stylesheets/foundation6/xy-grid/_classes.scss +476 -0
  122. data/generators/foundation/public/stylesheets/foundation6/xy-grid/_collapse.scss +74 -0
  123. data/generators/foundation/public/stylesheets/foundation6/xy-grid/_frame.scss +85 -0
  124. data/generators/foundation/public/stylesheets/foundation6/xy-grid/_grid.scss +35 -0
  125. data/generators/foundation/public/stylesheets/foundation6/xy-grid/_gutters.scss +45 -0
  126. data/generators/foundation/public/stylesheets/foundation6/xy-grid/_layout.scss +33 -0
  127. data/generators/foundation/public/stylesheets/foundation6/xy-grid/_position.scss +28 -0
  128. data/generators/foundation/public/stylesheets/foundation6/xy-grid/_xy-grid.scss +51 -0
  129. data/lib/locomotive/wagon/tools/styled_yaml.rb +1 -1
  130. data/lib/locomotive/wagon/version.rb +1 -1
  131. data/locomotivecms_wagon.gemspec +2 -2
  132. data/spec/fixtures/cassettes/authenticate.yml +102 -48
  133. data/spec/fixtures/cassettes/delete.yml +519 -259
  134. data/spec/fixtures/cassettes/push.yml +2724 -1486
  135. metadata +61 -10
  136. data/generators/foundation/public/stylesheets/foundation6/motion-ui.scss +0 -4
  137. data/generators/foundation/public/stylesheets/foundation6/vendor/normalize.scss +0 -424
@@ -6,7 +6,7 @@
6
6
  /// @group callout
7
7
  ////
8
8
 
9
- /// Defualt background color.
9
+ /// Default background color.
10
10
  /// @type Color
11
11
  $callout-background: $white !default;
12
12
 
@@ -14,7 +14,7 @@ $callout-background: $white !default;
14
14
  /// @type Number
15
15
  $callout-background-fade: 85% !default;
16
16
 
17
- /// Defualt border style for callouts.
17
+ /// Default border style for callouts.
18
18
  /// @type List
19
19
  $callout-border: 1px solid rgba($black, 0.25) !default;
20
20
 
@@ -40,15 +40,16 @@ $callout-radius: $global-radius !default;
40
40
 
41
41
  /// Amount to tint links used within colored panels. Set to `false` to disable this feature.
42
42
  /// @type Number | Boolean
43
- $callout-link-tint: 30%;
43
+ $callout-link-tint: 30% !default;
44
44
 
45
45
  /// Adds basic styles for a callout, including padding and margin.
46
46
  @mixin callout-base() {
47
+ position: relative;
47
48
  margin: $callout-margin;
48
49
  padding: $callout-padding;
50
+
49
51
  border: $callout-border;
50
52
  border-radius: $callout-radius;
51
- position: relative;
52
53
 
53
54
  // Respect the padding, fool.
54
55
  > :first-child {
@@ -60,23 +61,13 @@ $callout-link-tint: 30%;
60
61
  }
61
62
  }
62
63
 
63
- /// Generate quick styles for a callout using a single color as a baseline. If `$callout-link-tint` is enabled, links within colored panels will be a darker version of the background.
64
+ /// Generate quick styles for a callout using a single color as a baseline.
64
65
  /// @param {Color} $color [$callout-background] - Color to use.
65
66
  @mixin callout-style($color: $callout-background) {
66
67
  $background: scale-color($color, $lightness: $callout-background-fade);
67
- $link-color: scale-color($color, $lightness: -$callout-link-tint);
68
68
 
69
69
  background-color: $background;
70
-
71
- @if $callout-link-tint and hue($background) > 0deg {
72
- a {
73
- color: $link-color;
74
-
75
- &:hover {
76
- color: darken($link-color, 15%);
77
- }
78
- }
79
- }
70
+ color: color-pick-contrast($background, ($callout-font-color, $callout-font-color-alt));
80
71
  }
81
72
 
82
73
  @mixin callout-size($padding) {
@@ -98,14 +89,14 @@ $callout-link-tint: 30%;
98
89
  .callout {
99
90
  @include callout;
100
91
 
101
- @each $name, $color in $foundation-colors {
92
+ @each $name, $color in $foundation-palette {
102
93
  &.#{$name} {
103
94
  @include callout-style($color);
104
95
  }
105
96
  }
106
97
 
107
98
  &.small {
108
- @include callout-size(.5rem);
99
+ @include callout-size(0.5rem);
109
100
  }
110
101
 
111
102
  &.large {
@@ -0,0 +1,129 @@
1
+ // Foundation for Sites by ZURB
2
+ // foundation.zurb.com
3
+ // Licensed under MIT Open Source
4
+
5
+ ////
6
+ /// @group card
7
+ ////
8
+
9
+ /// Defualt background color.
10
+ /// @type Color
11
+ $card-background: $white !default;
12
+
13
+ /// Default font color for cards.
14
+ /// @type Color
15
+ $card-font-color: $body-font-color !default;
16
+
17
+ /// Default background.
18
+ /// @type Color
19
+ $card-divider-background: $light-gray !default;
20
+
21
+ /// Default border style.
22
+ /// @type List
23
+ $card-border: 1px solid $light-gray !default;
24
+
25
+ /// Default card shadow.
26
+ /// @type List
27
+ $card-shadow: none !default;
28
+
29
+ /// Default border radius.
30
+ /// @type List
31
+ $card-border-radius: $global-radius !default;
32
+
33
+ /// Default padding.
34
+ /// @type Number
35
+ $card-padding: $global-padding !default;
36
+
37
+ /// Default bottom margin.
38
+ /// @type number
39
+ $card-margin-bottom: $global-margin !default;
40
+
41
+ /// Adds styles for a card container.
42
+ /// @param {Color} $background - Background color of the card.
43
+ /// @param {Color} $color - font color of the card.
44
+ /// @param {Number} $margin - Bottom margin of the card.
45
+ /// @param {List} $border - Border around the card.
46
+ /// @param {List} $radius - border radius of the card.
47
+ /// @param {List} $shadow - box shadow of the card.
48
+ @mixin card-container(
49
+ $background: $card-background,
50
+ $color: $card-font-color,
51
+ $margin: $card-margin-bottom,
52
+ $border: $card-border,
53
+ $radius: $card-border-radius,
54
+ $shadow: $card-shadow
55
+ ) {
56
+ @if $global-flexbox {
57
+ display: flex;
58
+ flex-direction: column;
59
+ flex-grow: 1;
60
+ }
61
+
62
+ margin-bottom: $margin;
63
+
64
+ border: $border;
65
+ border-radius: $radius;
66
+
67
+ background: $background;
68
+ box-shadow: $shadow;
69
+
70
+ overflow: hidden;
71
+ color: $color;
72
+
73
+ & > :last-child {
74
+ margin-bottom: 0;
75
+ }
76
+ }
77
+
78
+ /// Adds styles for a card divider.
79
+ @mixin card-divider(
80
+ $background: $card-divider-background,
81
+ $padding: $card-padding
82
+ ) {
83
+ @if $global-flexbox {
84
+ flex: 0 1 auto;
85
+ display: flex;
86
+ }
87
+
88
+ padding: $padding;
89
+ background: $background;
90
+
91
+ & > :last-child {
92
+ margin-bottom: 0;
93
+ }
94
+ }
95
+
96
+ /// Adds styles for a card section.
97
+ @mixin card-section(
98
+ $padding: $card-padding
99
+ ) {
100
+ @if $global-flexbox {
101
+ flex: 1 0 auto;
102
+ }
103
+
104
+ padding: $padding;
105
+
106
+ & > :last-child {
107
+ margin-bottom: 0;
108
+ }
109
+ }
110
+
111
+ @mixin foundation-card {
112
+ .card {
113
+ @include card-container;
114
+ }
115
+
116
+ .card-divider {
117
+ @include card-divider;
118
+ }
119
+
120
+ .card-section {
121
+ @include card-section;
122
+ }
123
+
124
+ // For IE 11 - Flexbug
125
+ // https://github.com/philipwalton/flexbugs/issues/75
126
+ .card-image {
127
+ min-height: 1px;
128
+ }
129
+ }
@@ -10,17 +10,26 @@
10
10
  /// @type List
11
11
  $closebutton-position: right top !default;
12
12
 
13
- /// Right (or left) offset for a close button.
14
- /// @type Number
15
- $closebutton-offset-horizontal: 1rem !default;
13
+ /// Right (or left) offset(s) for a close button.
14
+ /// @type Number|Map
15
+ $closebutton-offset-horizontal: (
16
+ small: 0.66rem,
17
+ medium: 1rem,
18
+ ) !default;
16
19
 
17
- /// Top (or bottom) offset for a close button.
18
- /// @type Number
19
- $closebutton-offset-vertical: 0.5rem !default;
20
+ /// Top (or bottom) offset(s) for a close button.
21
+ /// @type Number|Map
22
+ $closebutton-offset-vertical: (
23
+ small: 0.33em,
24
+ medium: 0.5rem,
25
+ ) !default;
20
26
 
21
- /// Default font size of the close button.
22
- /// @type Number
23
- $closebutton-size: 2em !default;
27
+ /// Default font size(s) of the close button.
28
+ /// @type Number|Map
29
+ $closebutton-size: (
30
+ small: 1.5em,
31
+ medium: 2em,
32
+ ) !default;
24
33
 
25
34
  /// The line-height of the close button. It affects the spacing of the element.
26
35
  /// @type Number
@@ -34,6 +43,39 @@ $closebutton-color: $dark-gray !default;
34
43
  /// @type Color
35
44
  $closebutton-color-hover: $black !default;
36
45
 
46
+
47
+ /// Get the size and position for a close button. If the input value is a number, the number is returned. If the input value is a config map and the map has the key `$size`, the value is returned.
48
+ ///
49
+ /// @param {Number|Map} $value - A number or map that represents the size or position value(s) of the close button.
50
+ /// @param {Keyword} $size - The size of the close button to use.
51
+ ///
52
+ /// @return {Number} The given number or the value found in the map.
53
+ @function -zf-get-size-val($value, $size) {
54
+ // Check if the value is a number
55
+ @if type-of($value) == 'number' {
56
+ // If it is, just return the number
57
+ @return $value;
58
+ }
59
+
60
+ // Check if the size name exists in the value map
61
+ @else if map-has-key($value, $size) {
62
+ // If it does, return the value
63
+ @return map-get($value, $size);
64
+ }
65
+ }
66
+
67
+ /// Sets the size and position of a close button.
68
+ /// @param {Keyword} $size [medium] - The size to use. Set to `small` to create a small close button. The 'medium' values defined in `$closebutton-*` variables will be used as the default size and position of the close button.
69
+ @mixin close-button-size($size) {
70
+ $x: nth($closebutton-position, 1);
71
+ $y: nth($closebutton-position, 2);
72
+
73
+ #{$x}: -zf-get-size-val($closebutton-offset-horizontal, $size);
74
+ #{$y}: -zf-get-size-val($closebutton-offset-vertical, $size);
75
+ font-size: -zf-get-size-val($closebutton-size, $size);
76
+ line-height: -zf-get-size-val($closebutton-lineheight, $size);
77
+ }
78
+
37
79
  /// Adds styles for a close button, using the styles in the settings variables.
38
80
  @mixin close-button {
39
81
  $x: nth($closebutton-position, 1);
@@ -42,10 +84,6 @@ $closebutton-color-hover: $black !default;
42
84
  @include disable-mouse-outline;
43
85
  position: absolute;
44
86
  color: $closebutton-color;
45
- #{$x}: $closebutton-offset-horizontal;
46
- #{$y}: $closebutton-offset-vertical;
47
- font-size: $closebutton-size;
48
- line-height: $closebutton-lineheight;
49
87
  cursor: pointer;
50
88
 
51
89
  &:hover,
@@ -57,5 +95,8 @@ $closebutton-color-hover: $black !default;
57
95
  @mixin foundation-close-button {
58
96
  .close-button {
59
97
  @include close-button;
98
+
99
+ &.small { @include close-button-size(small) }
100
+ &, &.medium { @include close-button-size(medium) }
60
101
  }
61
102
  }
@@ -12,56 +12,131 @@ $drilldown-transition: transform 0.15s linear !default;
12
12
 
13
13
  /// Adds arrows to drilldown items with submenus, as well as the back button.
14
14
  /// @type Boolean
15
- $drilldown-arrows: true;
15
+ $drilldown-arrows: true !default;
16
+
17
+ /// Sets drilldown menu item padding.
18
+ /// @type Number
19
+ $drilldown-padding: $global-menu-padding !default;
20
+
21
+ /// Sets drilldown menu nested margin
22
+ /// @type Number
23
+ $drilldown-nested-margin: 0 !default;
24
+
25
+ /// Background color for drilldown top level items.
26
+ /// @type Color
27
+ $drilldown-background: $white !default;
28
+
29
+ /// Sets drilldown menu item padding in the submenu.
30
+ /// @type Number
31
+ $drilldown-submenu-padding: $drilldown-padding !default;
32
+
33
+ /// Background color for drilldown submenus.
34
+ /// @type Color
35
+ $drilldown-submenu-background: $white !default;
36
+
37
+ /// Sets drilldown arrow color if arrow is used.
38
+ /// @type Color
39
+ $drilldown-arrow-color: $primary-color !default;
40
+
41
+ /// Sets drilldown arrow size if arrow is used.
42
+ /// @type Length
43
+ $drilldown-arrow-size: 6px !default;
44
+
45
+ @mixin zf-drilldown-left-right-arrows {
46
+ .is-drilldown-submenu-parent > a {
47
+ position: relative;
48
+ &::after {
49
+ position: absolute;
50
+ top: 50%;
51
+ margin-top: -1 * $drilldown-arrow-size;
52
+ #{$global-right}: 1rem;
53
+ @include css-triangle($drilldown-arrow-size, $drilldown-arrow-color, $global-right);
54
+ }
55
+ }
56
+
57
+ &.align-left .is-drilldown-submenu-parent > a::after {
58
+ left: auto;
59
+ right: 1rem;
60
+ @include css-triangle($dropdownmenu-arrow-size, $dropdownmenu-arrow-color, right);
61
+ }
62
+
63
+ &.align-right .is-drilldown-submenu-parent > a::after {
64
+ right: auto;
65
+ left: 1rem;
66
+ @include css-triangle($dropdownmenu-arrow-size, $dropdownmenu-arrow-color, left);
67
+ }
68
+
69
+ }
16
70
 
17
71
  @mixin foundation-drilldown-menu {
18
72
  // Applied to the Menu container
19
73
  .is-drilldown {
20
74
  position: relative;
21
75
  overflow: hidden;
22
- }
23
76
 
24
- // Applied to nested <ul>s
25
- .is-drilldown-sub {
26
- position: absolute;
27
- top: 0;
28
- left: 100%;
29
- z-index: -1;
30
- height: 100%;
31
- width: 100%;
32
- background: $white;
33
- transition: $drilldown-transition;
34
-
35
- &.is-active {
36
- z-index: 1;
77
+ li {
37
78
  display: block;
38
- transform: translateX(-100%);
39
79
  }
40
80
 
41
- &.is-closing {
42
- transform: translateX(100%);
81
+ &.animate-height {
82
+ transition: height 0.5s;
43
83
  }
44
84
  }
45
85
 
46
- @if $drilldown-arrows {
47
- .is-drilldown-submenu-parent > a {
48
- position: relative;
86
+ // The top level <ul>
87
+ .drilldown {
88
+ a {
89
+ padding: $drilldown-padding;
90
+ background: $drilldown-background;
91
+ }
92
+
93
+ // Applied to submenu <ul>s
94
+ .is-drilldown-submenu {
95
+ position: absolute;
96
+ top: 0;
97
+ #{$global-left}: 100%;
98
+ z-index: -1;
99
+
100
+ width: 100%;
101
+ background: $drilldown-submenu-background;
102
+ transition: $drilldown-transition;
103
+
104
+ &.is-active {
105
+ z-index: 1;
106
+ display: block;
107
+ transform: translateX(if($global-text-direction == ltr, -100%, 100%));
108
+ }
109
+
110
+ &.is-closing {
111
+ transform: translateX(if($global-text-direction == ltr, 100%, -100%));
112
+ }
49
113
 
50
- &::after {
51
- @include css-triangle(6px, $primary-color, right);
52
- position: absolute;
53
- top: 50%;
54
- margin-top: -6px;
55
- right: 1rem;
114
+ // Submenu item padding
115
+ a {
116
+ padding: $drilldown-submenu-padding;
56
117
  }
57
118
  }
58
119
 
59
- .js-drilldown-back::before {
60
- @include css-triangle(6px, $primary-color, left);
61
- float: left;
62
- margin-right: 0.75rem; // Creates space between the arrow and the text
63
- margin-left: 0.6rem; // Lines the tip of the arrow with the items below
64
- margin-top: 14px; // Aligns the arrow with the text
120
+ .nested.is-drilldown-submenu {
121
+ @include menu-nested($drilldown-nested-margin);
122
+ }
123
+
124
+ .drilldown-submenu-cover-previous {
125
+ min-height: 100%;
126
+ }
127
+
128
+ @if $drilldown-arrows {
129
+ @include zf-drilldown-left-right-arrows;
130
+
131
+ .js-drilldown-back > a::before {
132
+ @include css-triangle($drilldown-arrow-size, $drilldown-arrow-color, $global-left);
133
+ border-#{$global-left}-width: 0;
134
+ display: inline-block;
135
+ vertical-align: middle;
136
+ margin-#{$global-right}: 0.75rem; // Creates space between the arrow and the text
137
+
138
+ border-#{$global-left}-width: 0;
139
+ }
65
140
  }
66
141
  }
67
142
  }