uikit 3.18.0 → 3.18.1-dev.7348eb6e3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (200) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/css/uikit-core-rtl.css +500 -500
  3. package/dist/css/uikit-core-rtl.min.css +1 -1
  4. package/dist/css/uikit-core.css +500 -500
  5. package/dist/css/uikit-core.min.css +1 -1
  6. package/dist/css/uikit-rtl.css +523 -523
  7. package/dist/css/uikit-rtl.min.css +1 -1
  8. package/dist/css/uikit.css +523 -523
  9. package/dist/css/uikit.min.css +1 -1
  10. package/dist/js/components/countdown.js +2 -4
  11. package/dist/js/components/countdown.min.js +1 -1
  12. package/dist/js/components/filter.js +1 -1
  13. package/dist/js/components/filter.min.js +1 -1
  14. package/dist/js/components/lightbox-panel.js +31 -21
  15. package/dist/js/components/lightbox-panel.min.js +1 -1
  16. package/dist/js/components/lightbox.js +31 -21
  17. package/dist/js/components/lightbox.min.js +1 -1
  18. package/dist/js/components/notification.js +1 -1
  19. package/dist/js/components/notification.min.js +1 -1
  20. package/dist/js/components/parallax.js +1 -1
  21. package/dist/js/components/parallax.min.js +1 -1
  22. package/dist/js/components/slider-parallax.js +1 -1
  23. package/dist/js/components/slider-parallax.min.js +1 -1
  24. package/dist/js/components/slider.js +2 -4
  25. package/dist/js/components/slider.min.js +1 -1
  26. package/dist/js/components/slideshow-parallax.js +1 -1
  27. package/dist/js/components/slideshow-parallax.min.js +1 -1
  28. package/dist/js/components/slideshow.js +2 -4
  29. package/dist/js/components/slideshow.min.js +1 -1
  30. package/dist/js/components/sortable.js +2 -2
  31. package/dist/js/components/sortable.min.js +1 -1
  32. package/dist/js/components/tooltip.js +1 -1
  33. package/dist/js/components/tooltip.min.js +1 -1
  34. package/dist/js/components/upload.js +1 -1
  35. package/dist/js/components/upload.min.js +1 -1
  36. package/dist/js/uikit-core.js +43 -19
  37. package/dist/js/uikit-core.min.js +1 -1
  38. package/dist/js/uikit-icons.js +1 -2
  39. package/dist/js/uikit-icons.min.js +1 -1
  40. package/dist/js/uikit.js +47 -29
  41. package/dist/js/uikit.min.js +1 -1
  42. package/package.json +2 -2
  43. package/src/js/components/countdown.js +1 -3
  44. package/src/js/components/lightbox-panel.js +1 -3
  45. package/src/js/components/sortable.js +1 -2
  46. package/src/js/core/height-match.js +1 -1
  47. package/src/js/core/modal.js +13 -0
  48. package/src/js/core/video.js +5 -1
  49. package/src/js/mixin/slider-autoplay.js +1 -3
  50. package/src/js/util/scroll.js +36 -17
  51. package/src/js/util/viewport.js +1 -1
  52. package/src/less/components/align.less +2 -2
  53. package/src/less/components/animation.less +2 -2
  54. package/src/less/components/article.less +2 -2
  55. package/src/less/components/base.less +3 -3
  56. package/src/less/components/card.less +8 -8
  57. package/src/less/components/column.less +3 -3
  58. package/src/less/components/container.less +3 -3
  59. package/src/less/components/divider.less +2 -2
  60. package/src/less/components/dropnav.less +1 -1
  61. package/src/less/components/form.less +1 -1
  62. package/src/less/components/grid.less +3 -3
  63. package/src/less/components/height.less +1 -1
  64. package/src/less/components/icon.less +3 -3
  65. package/src/less/components/link.less +1 -1
  66. package/src/less/components/modal.less +3 -3
  67. package/src/less/components/navbar.less +4 -4
  68. package/src/less/components/position.less +7 -7
  69. package/src/less/components/sticky.less +1 -1
  70. package/src/less/components/svg.less +3 -3
  71. package/src/less/components/transition.less +9 -9
  72. package/src/less/components/utility.less +4 -4
  73. package/src/less/components/width.less +7 -7
  74. package/src/less/theme/alert.less +1 -1
  75. package/src/less/theme/align.less +1 -1
  76. package/src/less/theme/animation.less +1 -1
  77. package/src/less/theme/article.less +1 -1
  78. package/src/less/theme/background.less +1 -1
  79. package/src/less/theme/badge.less +1 -1
  80. package/src/less/theme/base.less +1 -1
  81. package/src/less/theme/breadcrumb.less +1 -1
  82. package/src/less/theme/button.less +1 -1
  83. package/src/less/theme/card.less +1 -1
  84. package/src/less/theme/close.less +1 -1
  85. package/src/less/theme/column.less +1 -1
  86. package/src/less/theme/comment.less +1 -1
  87. package/src/less/theme/container.less +1 -1
  88. package/src/less/theme/description-list.less +1 -1
  89. package/src/less/theme/divider.less +1 -1
  90. package/src/less/theme/dotnav.less +1 -1
  91. package/src/less/theme/drop.less +1 -1
  92. package/src/less/theme/dropbar.less +1 -1
  93. package/src/less/theme/dropdown.less +1 -1
  94. package/src/less/theme/form-range.less +1 -1
  95. package/src/less/theme/height.less +1 -1
  96. package/src/less/theme/icon.less +1 -1
  97. package/src/less/theme/iconnav.less +1 -1
  98. package/src/less/theme/inverse.less +1 -1
  99. package/src/less/theme/label.less +1 -1
  100. package/src/less/theme/leader.less +1 -1
  101. package/src/less/theme/lightbox.less +1 -1
  102. package/src/less/theme/margin.less +1 -1
  103. package/src/less/theme/modal.less +1 -1
  104. package/src/less/theme/nav.less +1 -1
  105. package/src/less/theme/navbar.less +3 -3
  106. package/src/less/theme/notification.less +1 -1
  107. package/src/less/theme/offcanvas.less +1 -1
  108. package/src/less/theme/overlay.less +1 -1
  109. package/src/less/theme/padding.less +1 -1
  110. package/src/less/theme/pagination.less +1 -1
  111. package/src/less/theme/position.less +1 -1
  112. package/src/less/theme/search.less +1 -1
  113. package/src/less/theme/spinner.less +1 -1
  114. package/src/less/theme/sticky.less +1 -1
  115. package/src/less/theme/tab.less +2 -2
  116. package/src/less/theme/table.less +1 -1
  117. package/src/less/theme/thumbnav.less +1 -1
  118. package/src/less/theme/tile.less +1 -1
  119. package/src/less/theme/tooltip.less +1 -1
  120. package/src/less/theme/totop.less +1 -1
  121. package/src/less/theme/transition.less +1 -1
  122. package/src/less/theme/utility.less +1 -1
  123. package/src/less/theme/variables.less +1 -1
  124. package/src/less/theme/width.less +1 -1
  125. package/src/less/uikit.less +1 -1
  126. package/src/scss/components/align.scss +2 -2
  127. package/src/scss/components/animation.scss +2 -2
  128. package/src/scss/components/base.scss +2 -2
  129. package/src/scss/components/card.scss +8 -8
  130. package/src/scss/components/column.scss +3 -3
  131. package/src/scss/components/container.scss +3 -3
  132. package/src/scss/components/divider.scss +2 -2
  133. package/src/scss/components/dropnav.scss +1 -1
  134. package/src/scss/components/form.scss +1 -1
  135. package/src/scss/components/grid.scss +3 -3
  136. package/src/scss/components/height.scss +1 -1
  137. package/src/scss/components/icon.scss +3 -3
  138. package/src/scss/components/modal.scss +3 -3
  139. package/src/scss/components/navbar.scss +4 -4
  140. package/src/scss/components/position.scss +7 -7
  141. package/src/scss/components/sticky.scss +1 -1
  142. package/src/scss/components/svg.scss +3 -3
  143. package/src/scss/components/transition.scss +9 -9
  144. package/src/scss/components/utility.scss +4 -4
  145. package/src/scss/components/width.scss +7 -7
  146. package/src/scss/mixins-theme.scss +7 -7
  147. package/src/scss/mixins.scss +4 -4
  148. package/src/scss/theme/alert.scss +1 -0
  149. package/src/scss/theme/align.scss +1 -1
  150. package/src/scss/theme/animation.scss +1 -1
  151. package/src/scss/theme/article.scss +1 -1
  152. package/src/scss/theme/background.scss +1 -1
  153. package/src/scss/theme/badge.scss +1 -1
  154. package/src/scss/theme/base.scss +1 -1
  155. package/src/scss/theme/breadcrumb.scss +1 -1
  156. package/src/scss/theme/button.scss +1 -1
  157. package/src/scss/theme/card.scss +1 -0
  158. package/src/scss/theme/close.scss +1 -1
  159. package/src/scss/theme/column.scss +1 -1
  160. package/src/scss/theme/comment.scss +1 -1
  161. package/src/scss/theme/container.scss +1 -1
  162. package/src/scss/theme/description-list.scss +1 -1
  163. package/src/scss/theme/divider.scss +1 -1
  164. package/src/scss/theme/dotnav.scss +1 -0
  165. package/src/scss/theme/drop.scss +1 -1
  166. package/src/scss/theme/dropbar.scss +1 -1
  167. package/src/scss/theme/dropdown.scss +1 -1
  168. package/src/scss/theme/form-range.scss +1 -1
  169. package/src/scss/theme/height.scss +1 -1
  170. package/src/scss/theme/icon.scss +1 -1
  171. package/src/scss/theme/iconnav.scss +1 -1
  172. package/src/scss/theme/inverse.scss +1 -1
  173. package/src/scss/theme/label.scss +1 -1
  174. package/src/scss/theme/leader.scss +1 -1
  175. package/src/scss/theme/lightbox.scss +1 -1
  176. package/src/scss/theme/margin.scss +1 -1
  177. package/src/scss/theme/modal.scss +1 -0
  178. package/src/scss/theme/nav.scss +1 -1
  179. package/src/scss/theme/navbar.scss +1 -1
  180. package/src/scss/theme/notification.scss +1 -1
  181. package/src/scss/theme/offcanvas.scss +1 -1
  182. package/src/scss/theme/overlay.scss +1 -1
  183. package/src/scss/theme/padding.scss +1 -1
  184. package/src/scss/theme/pagination.scss +1 -1
  185. package/src/scss/theme/position.scss +1 -1
  186. package/src/scss/theme/search.scss +1 -1
  187. package/src/scss/theme/spinner.scss +1 -1
  188. package/src/scss/theme/sticky.scss +1 -1
  189. package/src/scss/theme/tab.scss +1 -1
  190. package/src/scss/theme/table.scss +1 -0
  191. package/src/scss/theme/thumbnav.scss +1 -1
  192. package/src/scss/theme/tile.scss +1 -1
  193. package/src/scss/theme/tooltip.scss +1 -1
  194. package/src/scss/theme/totop.scss +1 -1
  195. package/src/scss/theme/transition.scss +1 -1
  196. package/src/scss/theme/utility.scss +1 -1
  197. package/src/scss/theme/variables.scss +1 -1
  198. package/src/scss/theme/width.scss +1 -1
  199. package/src/scss/uikit.scss +1 -1
  200. package/src/images/icons/pagekit.svg +0 -3
@@ -126,7 +126,7 @@
126
126
  .uk-float-right { float: right; }
127
127
 
128
128
  /* 1 */
129
- [class*='uk-float-'] { max-width: 100%; }
129
+ [class*="uk-float-"] { max-width: 100%; }
130
130
 
131
131
 
132
132
  /* Overfow
@@ -179,7 +179,7 @@
179
179
  * 6. Clip child elements
180
180
  */
181
181
 
182
- [class*='uk-inline'] {
182
+ [class*="uk-inline"] {
183
183
  /* 1 */
184
184
  display: inline-block;
185
185
  /* 2 */
@@ -290,7 +290,7 @@
290
290
  * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
291
291
  */
292
292
 
293
- .uk-inline-clip[class*='uk-border-'] { -webkit-transform: translateZ(0); }
293
+ .uk-inline-clip[class*="uk-border-"] { -webkit-transform: translateZ(0); }
294
294
 
295
295
 
296
296
  /* Box-shadow
@@ -305,7 +305,7 @@
305
305
  * Hover
306
306
  */
307
307
 
308
- [class*='uk-box-shadow-hover'] { transition: box-shadow @box-shadow-duration ease-in-out; }
308
+ [class*="uk-box-shadow-hover"] { transition: box-shadow @box-shadow-duration ease-in-out; }
309
309
 
310
310
  .uk-box-shadow-hover-small:hover { box-shadow: @global-small-box-shadow; }
311
311
  .uk-box-shadow-hover-medium:hover { box-shadow: @global-medium-box-shadow; }
@@ -25,7 +25,7 @@
25
25
  /* Equal child widths
26
26
  ========================================================================== */
27
27
 
28
- [class*='uk-child-width'] > * {
28
+ [class*="uk-child-width"] > * {
29
29
  box-sizing: border-box;
30
30
  width: 100%;
31
31
  }
@@ -45,7 +45,7 @@
45
45
  * if they have zero width and padding and the predecessor is 100% wide.
46
46
  */
47
47
 
48
- .uk-child-width-expand > :not([class*='uk-width']) {
48
+ .uk-child-width-expand > :not([class*="uk-width"]) {
49
49
  flex: 1;
50
50
  /* 1 */
51
51
  min-width: 1px;
@@ -62,7 +62,7 @@
62
62
  .uk-child-width-1-6\@s > * { width: ~'calc(100% * 1 / 6.001)'; }
63
63
 
64
64
  .uk-child-width-auto\@s > * { width: auto; }
65
- .uk-child-width-expand\@s > :not([class*='uk-width']) {
65
+ .uk-child-width-expand\@s > :not([class*="uk-width"]) {
66
66
  flex: 1;
67
67
  min-width: 1px;
68
68
  }
@@ -80,7 +80,7 @@
80
80
  .uk-child-width-1-6\@m > * { width: ~'calc(100% * 1 / 6.001)'; }
81
81
 
82
82
  .uk-child-width-auto\@m > * { width: auto; }
83
- .uk-child-width-expand\@m > :not([class*='uk-width']) {
83
+ .uk-child-width-expand\@m > :not([class*="uk-width"]) {
84
84
  flex: 1;
85
85
  min-width: 1px;
86
86
  }
@@ -98,7 +98,7 @@
98
98
  .uk-child-width-1-6\@l > * { width: ~'calc(100% * 1 / 6.001)'; }
99
99
 
100
100
  .uk-child-width-auto\@l > * { width: auto; }
101
- .uk-child-width-expand\@l > :not([class*='uk-width']) {
101
+ .uk-child-width-expand\@l > :not([class*="uk-width"]) {
102
102
  flex: 1;
103
103
  min-width: 1px;
104
104
  }
@@ -116,7 +116,7 @@
116
116
  .uk-child-width-1-6\@xl > * { width: ~'calc(100% * 1 / 6.001)'; }
117
117
 
118
118
  .uk-child-width-auto\@xl > * { width: auto; }
119
- .uk-child-width-expand\@xl > :not([class*='uk-width']) {
119
+ .uk-child-width-expand\@xl > :not([class*="uk-width"]) {
120
120
  flex: 1;
121
121
  min-width: 1px;
122
122
  }
@@ -131,7 +131,7 @@
131
131
  * 1. `max-width` is needed for the pixel-based classes
132
132
  */
133
133
 
134
- [class*='uk-width'] {
134
+ [class*="uk-width"] {
135
135
  box-sizing: border-box;
136
136
  width: 100%;
137
137
  /* 1 */
@@ -73,4 +73,4 @@
73
73
  text-decoration: underline;
74
74
  }
75
75
 
76
- }
76
+ }
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- .hook-align-misc() {}
14
+ .hook-align-misc() {}
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- .hook-animation-misc() {}
14
+ .hook-animation-misc() {}
@@ -57,4 +57,4 @@
57
57
  // Inverse
58
58
  // ========================================================================
59
59
 
60
- .hook-inverse-article-meta() {}
60
+ .hook-inverse-article-meta() {}
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- .hook-background-misc() {}
14
+ .hook-background-misc() {}
@@ -26,4 +26,4 @@
26
26
  // ========================================================================
27
27
 
28
28
  .hook-inverse-badge() {}
29
- .hook-inverse-badge-hover() {}
29
+ .hook-inverse-badge-hover() {}
@@ -131,4 +131,4 @@
131
131
  .hook-inverse-base-blockquote() { color: @inverse-base-blockquote-color; }
132
132
  .hook-inverse-base-blockquote-footer() { color: @inverse-base-blockquote-footer-color; }
133
133
 
134
- .hook-inverse-base-hr() {}
134
+ .hook-inverse-base-hr() {}
@@ -42,4 +42,4 @@
42
42
  .hook-inverse-breadcrumb-item-disabled() {}
43
43
  .hook-inverse-breadcrumb-item-active() {}
44
44
 
45
- .hook-inverse-breadcrumb-divider() {}
45
+ .hook-inverse-breadcrumb-divider() {}
@@ -209,4 +209,4 @@
209
209
  .hook-inverse-button-text-hover() {}
210
210
  .hook-inverse-button-text-disabled() {}
211
211
 
212
- .hook-inverse-button-link() {}
212
+ .hook-inverse-button-link() {}
@@ -220,4 +220,4 @@
220
220
 
221
221
  }
222
222
 
223
- }
223
+ }
@@ -29,4 +29,4 @@
29
29
  // ========================================================================
30
30
 
31
31
  .hook-inverse-close() {}
32
- .hook-inverse-close-hover() {}
32
+ .hook-inverse-close-hover() {}
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- .hook-column-misc() {}
14
+ .hook-column-misc() {}
@@ -69,4 +69,4 @@
69
69
  // Miscellaneous
70
70
  // ========================================================================
71
71
 
72
- .hook-comment-misc() {}
72
+ .hook-comment-misc() {}
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- .hook-container-misc() {}
14
+ .hook-container-misc() {}
@@ -33,4 +33,4 @@
33
33
  // Miscellaneous
34
34
  // ========================================================================
35
35
 
36
- .hook-description-list-misc() {}
36
+ .hook-description-list-misc() {}
@@ -46,4 +46,4 @@
46
46
 
47
47
  .hook-inverse-divider-small() {}
48
48
 
49
- .hook-inverse-divider-vertical() {}
49
+ .hook-inverse-divider-vertical() {}
@@ -54,4 +54,4 @@
54
54
  .hook-inverse-dotnav-item() { border-color: fade(@inverse-global-color, 90%); }
55
55
  .hook-inverse-dotnav-item-hover() { border-color: transparent; }
56
56
  .hook-inverse-dotnav-item-onclick() { border-color: transparent; }
57
- .hook-inverse-dotnav-item-active() { border-color: transparent; }
57
+ .hook-inverse-dotnav-item-active() { border-color: transparent; }
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- .hook-drop-misc() {}
14
+ .hook-drop-misc() {}
@@ -41,4 +41,4 @@
41
41
  // Miscellaneous
42
42
  // ========================================================================
43
43
 
44
- .hook-dropbar-misc() {}
44
+ .hook-dropbar-misc() {}
@@ -56,4 +56,4 @@
56
56
  // Miscellaneous
57
57
  // ========================================================================
58
58
 
59
- .hook-dropdown-misc() {}
59
+ .hook-dropdown-misc() {}
@@ -42,4 +42,4 @@
42
42
  // Miscellaneous
43
43
  // ========================================================================
44
44
 
45
- .hook-form-range-misc() {}
45
+ .hook-form-range-misc() {}
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- .hook-height-misc() {}
14
+ .hook-height-misc() {}
@@ -50,4 +50,4 @@
50
50
 
51
51
  .hook-inverse-icon-button() {}
52
52
  .hook-inverse-icon-button-hover() {}
53
- .hook-inverse-icon-button-active() {}
53
+ .hook-inverse-icon-button-active() {}
@@ -41,4 +41,4 @@
41
41
 
42
42
  .hook-inverse-iconnav-item() {}
43
43
  .hook-inverse-iconnav-item-hover() {}
44
- .hook-inverse-iconnav-item-active() {}
44
+ .hook-inverse-iconnav-item-active() {}
@@ -11,4 +11,4 @@
11
11
  // Component
12
12
  // ========================================================================
13
13
 
14
- .hook-inverse() {}
14
+ .hook-inverse() {}
@@ -43,4 +43,4 @@
43
43
  // Inverse
44
44
  // ========================================================================
45
45
 
46
- .hook-inverse-label() {}
46
+ .hook-inverse-label() {}
@@ -23,4 +23,4 @@
23
23
  // Inverse
24
24
  // ========================================================================
25
25
 
26
- .hook-inverse-leader() {}
26
+ .hook-inverse-leader() {}
@@ -47,4 +47,4 @@
47
47
  // Miscellaneous
48
48
  // ========================================================================
49
49
 
50
- .hook-lightbox-misc() {}
50
+ .hook-lightbox-misc() {}
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- .hook-margin-misc() {}
14
+ .hook-margin-misc() {}
@@ -99,4 +99,4 @@
99
99
 
100
100
  }
101
101
 
102
- }
102
+ }
@@ -139,4 +139,4 @@
139
139
  .hook-inverse-nav-secondary-header() {}
140
140
  .hook-inverse-nav-secondary-divider() {}
141
141
 
142
- .hook-inverse-nav-dividers() {}
142
+ .hook-inverse-nav-dividers() {}
@@ -148,9 +148,9 @@
148
148
 
149
149
  .uk-navbar-left,
150
150
  .uk-navbar-right,
151
- [class*='uk-navbar-center'] { gap: @navbar-gap-m; }
151
+ [class*="uk-navbar-center"] { gap: @navbar-gap-m; }
152
152
 
153
- .uk-navbar-center-left { right: ~'calc(100% + @{navbar-gap-m})'; }
153
+ .uk-navbar-center-left { right: ~'calc(100% + @{navbar-gap-m})'; }
154
154
  .uk-navbar-center-right { left: ~'calc(100% + @{navbar-gap-m})'; }
155
155
 
156
156
  }
@@ -176,4 +176,4 @@
176
176
  .hook-inverse-navbar-item() {}
177
177
 
178
178
  .hook-inverse-navbar-toggle() {}
179
- .hook-inverse-navbar-toggle-hover() {}
179
+ .hook-inverse-navbar-toggle-hover() {}
@@ -41,4 +41,4 @@
41
41
  // Miscellaneous
42
42
  // ========================================================================
43
43
 
44
- .hook-notification-misc() {}
44
+ .hook-notification-misc() {}
@@ -29,4 +29,4 @@
29
29
  // Miscellaneous
30
30
  // ========================================================================
31
31
 
32
- .hook-offcanvas-misc() {}
32
+ .hook-offcanvas-misc() {}
@@ -30,4 +30,4 @@
30
30
  // Miscellaneous
31
31
  // ========================================================================
32
32
 
33
- .hook-overlay-misc() {}
33
+ .hook-overlay-misc() {}
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- .hook-padding-misc() {}
14
+ .hook-padding-misc() {}
@@ -38,4 +38,4 @@
38
38
  .hook-inverse-pagination-item() {}
39
39
  .hook-inverse-pagination-item-hover() {}
40
40
  .hook-inverse-pagination-item-active() {}
41
- .hook-inverse-pagination-item-disabled() {}
41
+ .hook-inverse-pagination-item-disabled() {}
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- .hook-position-misc() {}
14
+ .hook-position-misc() {}
@@ -84,4 +84,4 @@
84
84
  .hook-inverse-search-large-input-focus() {}
85
85
 
86
86
  .hook-inverse-search-toggle() {}
87
- .hook-inverse-search-toggle-hover() {}
87
+ .hook-inverse-search-toggle-hover() {}
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- .hook-spinner-misc() {}
14
+ .hook-spinner-misc() {}
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- .hook-sticky-misc() {}
14
+ .hook-sticky-misc() {}
@@ -116,7 +116,7 @@
116
116
 
117
117
  .hook-tab-misc() {
118
118
 
119
- .uk-tab .uk-dropdown { margin-left: (@tab-margin-horizontal + @tab-item-padding-horizontal) }
119
+ .uk-tab .uk-dropdown { margin-left: (@tab-margin-horizontal + @tab-item-padding-horizontal); }
120
120
 
121
121
  }
122
122
 
@@ -135,4 +135,4 @@
135
135
  .hook-inverse-tab-item() {}
136
136
  .hook-inverse-tab-item-hover() {}
137
137
  .hook-inverse-tab-item-active() { border-color: @inverse-global-primary-background; }
138
- .hook-inverse-tab-item-disabled() {}
138
+ .hook-inverse-tab-item-disabled() {}
@@ -83,4 +83,4 @@
83
83
  .hook-inverse() {
84
84
  .uk-table-striped > tr:nth-of-type(even):last-child,
85
85
  .uk-table-striped tbody tr:nth-of-type(even):last-child { border-bottom-color: @inverse-global-border; }
86
- }
86
+ }
@@ -62,4 +62,4 @@
62
62
  &::after { background-image: @inverse-thumbnav-item-gradient; }
63
63
  }
64
64
  .hook-inverse-thumbnav-item-hover() {}
65
- .hook-inverse-thumbnav-item-active() {}
65
+ .hook-inverse-thumbnav-item-active() {}
@@ -49,4 +49,4 @@
49
49
  // Miscellaneous
50
50
  // ========================================================================
51
51
 
52
- .hook-tile-misc() {}
52
+ .hook-tile-misc() {}
@@ -17,4 +17,4 @@
17
17
  // Miscellaneous
18
18
  // ========================================================================
19
19
 
20
- .hook-tooltip-misc() {}
20
+ .hook-tooltip-misc() {}
@@ -29,4 +29,4 @@
29
29
 
30
30
  .hook-inverse-totop() {}
31
31
  .hook-inverse-totop-hover() {}
32
- .hook-inverse-totop-active() {}
32
+ .hook-inverse-totop-active() {}
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- .hook-transition-misc() {}
14
+ .hook-transition-misc() {}
@@ -49,4 +49,4 @@
49
49
  .hook-inverse-dropcap() {}
50
50
 
51
51
  .hook-inverse-logo() {}
52
- .hook-inverse-logo-hover() {}
52
+ .hook-inverse-logo-hover() {}
@@ -33,4 +33,4 @@
33
33
 
34
34
  //
35
35
  // Z-index
36
- //
36
+ //
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- .hook-width-misc() {}
14
+ .hook-width-misc() {}
@@ -2,4 +2,4 @@
2
2
  // Core
3
3
  //
4
4
 
5
- @import "components/_import.less";
5
+ @import "components/_import.less";
@@ -22,12 +22,12 @@
22
22
  * Default
23
23
  */
24
24
 
25
- [class*='uk-align'] {
25
+ [class*="uk-align"] {
26
26
  display: block;
27
27
  margin-bottom: $align-margin-vertical;
28
28
  }
29
29
 
30
- * + [class*='uk-align'] { margin-top: $align-margin-vertical; }
30
+ * + [class*="uk-align"] { margin-top: $align-margin-vertical; }
31
31
 
32
32
  /*
33
33
  * Center
@@ -33,7 +33,7 @@
33
33
  Component: Animation
34
34
  ========================================================================== */
35
35
 
36
- [class*='uk-animation-'] { animation: $animation-duration ease-out both; }
36
+ [class*="uk-animation-"] { animation: $animation-duration ease-out both; }
37
37
 
38
38
 
39
39
  /* Animations
@@ -131,7 +131,7 @@
131
131
  /* Toggle animation based on the State of the Parent Element
132
132
  ========================================================================== */
133
133
 
134
- .uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] { animation-name: none; }
134
+ .uk-animation-toggle:not(:hover):not(:focus) [class*="uk-animation-"] { animation-name: none; }
135
135
 
136
136
 
137
137
  /* Keyframes used by animation classes
@@ -384,7 +384,7 @@ hr, .uk-hr {
384
384
 
385
385
  /* Add margin if adjacent element */
386
386
  * + hr,
387
- * + .uk-hr { margin-top: $base-hr-margin-vertical }
387
+ * + .uk-hr { margin-top: $base-hr-margin-vertical; }
388
388
 
389
389
 
390
390
  /* Address
@@ -414,7 +414,7 @@ blockquote {
414
414
  blockquote p:last-of-type { margin-bottom: 0; }
415
415
 
416
416
  blockquote footer {
417
- margin-top: $base-blockquote-footer-margin-top;
417
+ margin-top: $base-blockquote-footer-margin-top;
418
418
  font-size: $base-blockquote-footer-font-size;
419
419
  line-height: $base-blockquote-footer-line-height;
420
420
  @if(mixin-exists(hook-base-blockquote-footer)) {@include hook-base-blockquote-footer();}
@@ -100,13 +100,13 @@
100
100
  * Implemented by the theme
101
101
  */
102
102
 
103
- [class*='uk-card-media'] {
103
+ [class*="uk-card-media"] {
104
104
  @if(mixin-exists(hook-card-media)) {@include hook-card-media();}
105
105
  }
106
106
 
107
107
  .uk-card-media-top,
108
108
  .uk-grid-stack > .uk-card-media-left,
109
- .uk-grid-stack > .uk-card-media-right {
109
+ .uk-grid-stack > .uk-card-media-right {
110
110
  @if(mixin-exists(hook-card-media-top)) {@include hook-card-media-top();}
111
111
  }
112
112
 
@@ -214,9 +214,9 @@
214
214
 
215
215
  // Color Mode
216
216
  @if ( $card-default-color-mode == light ) { .uk-card-default.uk-card-body { @extend .uk-light !optional;} }
217
- @if ( $card-default-color-mode == light ) { .uk-card-default > :not([class*='uk-card-media']) { @extend .uk-light !optional;} }
217
+ @if ( $card-default-color-mode == light ) { .uk-card-default > :not([class*="uk-card-media"]) { @extend .uk-light !optional;} }
218
218
  @if ( $card-default-color-mode == dark ) { .uk-card-default.uk-card-body { @extend .uk-dark !optional;} }
219
- @if ( $card-default-color-mode == dark ) { .uk-card-default > :not([class*='uk-card-media']) { @extend .uk-dark !optional;} }
219
+ @if ( $card-default-color-mode == dark ) { .uk-card-default > :not([class*="uk-card-media"]) { @extend .uk-dark !optional;} }
220
220
 
221
221
  /*
222
222
  * Primary
@@ -240,9 +240,9 @@
240
240
 
241
241
  // Color Mode
242
242
  @if ( $card-primary-color-mode == light ) { .uk-card-primary.uk-card-body { @extend .uk-light !optional;} }
243
- @if ( $card-primary-color-mode == light ) { .uk-card-primary > :not([class*='uk-card-media']) { @extend .uk-light !optional;} }
243
+ @if ( $card-primary-color-mode == light ) { .uk-card-primary > :not([class*="uk-card-media"]) { @extend .uk-light !optional;} }
244
244
  @if ( $card-primary-color-mode == dark ) { .uk-card-primary.uk-card-body { @extend .uk-dark !optional;} }
245
- @if ( $card-primary-color-mode == dark ) { .uk-card-primary > :not([class*='uk-card-media']) { @extend .uk-dark !optional;} }
245
+ @if ( $card-primary-color-mode == dark ) { .uk-card-primary > :not([class*="uk-card-media"]) { @extend .uk-dark !optional;} }
246
246
 
247
247
  /*
248
248
  * Secondary
@@ -266,9 +266,9 @@
266
266
 
267
267
  // Color Mode
268
268
  @if ( $card-secondary-color-mode == light ) { .uk-card-secondary.uk-card-body { @extend .uk-light !optional;} }
269
- @if ( $card-secondary-color-mode == light ) { .uk-card-secondary > :not([class*='uk-card-media']) { @extend .uk-light !optional;} }
269
+ @if ( $card-secondary-color-mode == light ) { .uk-card-secondary > :not([class*="uk-card-media"]) { @extend .uk-light !optional;} }
270
270
  @if ( $card-secondary-color-mode == dark ) { .uk-card-secondary.uk-card-body { @extend .uk-dark !optional;} }
271
- @if ( $card-secondary-color-mode == dark ) { .uk-card-secondary > :not([class*='uk-card-media']) { @extend .uk-dark !optional;} }
271
+ @if ( $card-secondary-color-mode == dark ) { .uk-card-secondary > :not([class*="uk-card-media"]) { @extend .uk-dark !optional;} }
272
272
 
273
273
 
274
274
  /* Size modifier
@@ -20,12 +20,12 @@
20
20
  Component: Column
21
21
  ========================================================================== */
22
22
 
23
- [class*='uk-column-'] { column-gap: $column-gutter; }
23
+ [class*="uk-column-"] { column-gap: $column-gutter; }
24
24
 
25
25
  /* Desktop and bigger */
26
26
  @media (min-width: $breakpoint-large) {
27
27
 
28
- [class*='uk-column-'] { column-gap: $column-gutter-l; }
28
+ [class*="uk-column-"] { column-gap: $column-gutter-l; }
29
29
 
30
30
  }
31
31
 
@@ -33,7 +33,7 @@
33
33
  * Fix image 1px line wrapping into the next column in Chrome
34
34
  */
35
35
 
36
- [class*='uk-column-'] img { transform: translate3d(0,0,0); }
36
+ [class*="uk-column-"] img { transform: translate3d(0, 0, 0); }
37
37
 
38
38
 
39
39
  /* Divider