uikit-sass-rails 1.3.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (125) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/README.md +15 -12
  4. data/lib/uikit/sass/rails/engine.rb +1 -1
  5. data/lib/uikit/sass/rails/version.rb +1 -1
  6. data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
  7. data/vendor/assets/fonts/fontawesome-webfont.otf +0 -0
  8. data/vendor/assets/fonts/fontawesome-webfont.svg +525 -464
  9. data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
  10. data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
  11. data/vendor/assets/fonts/fontawesome-webfont.woff2 +0 -0
  12. data/vendor/assets/javascripts/uikit.js +30 -3
  13. data/vendor/assets/javascripts/uikit/components/accordion.js +172 -0
  14. data/vendor/assets/javascripts/uikit/components/autocomplete.js +48 -27
  15. data/vendor/assets/javascripts/uikit/components/datepicker.js +2887 -97
  16. data/vendor/assets/javascripts/uikit/components/form-password.js +24 -19
  17. data/vendor/assets/javascripts/uikit/components/form-select.js +24 -18
  18. data/vendor/assets/javascripts/uikit/components/grid.js +524 -0
  19. data/vendor/assets/javascripts/uikit/components/htmleditor.js +46 -39
  20. data/vendor/assets/javascripts/uikit/components/lightbox.js +543 -0
  21. data/vendor/assets/javascripts/uikit/components/nestable.js +125 -98
  22. data/vendor/assets/javascripts/uikit/components/notify.js +34 -22
  23. data/vendor/assets/javascripts/uikit/components/pagination.js +24 -21
  24. data/vendor/assets/javascripts/uikit/components/parallax.js +400 -0
  25. data/vendor/assets/javascripts/uikit/components/search.js +19 -16
  26. data/vendor/assets/javascripts/uikit/components/slider.js +482 -0
  27. data/vendor/assets/javascripts/uikit/components/slideset.js +498 -0
  28. data/vendor/assets/javascripts/uikit/components/slideshow-fx.js +377 -0
  29. data/vendor/assets/javascripts/uikit/components/slideshow.js +540 -0
  30. data/vendor/assets/javascripts/uikit/components/sortable.js +392 -263
  31. data/vendor/assets/javascripts/uikit/components/sticky.js +127 -68
  32. data/vendor/assets/javascripts/uikit/components/timepicker.js +65 -42
  33. data/vendor/assets/javascripts/uikit/components/tooltip.js +220 -0
  34. data/vendor/assets/javascripts/uikit/components/upload.js +11 -10
  35. data/vendor/assets/javascripts/uikit/core/alert.js +66 -0
  36. data/vendor/assets/javascripts/uikit/core/button.js +154 -0
  37. data/vendor/assets/javascripts/uikit/core/core.js +717 -0
  38. data/vendor/assets/javascripts/uikit/{components → core}/cover.js +41 -35
  39. data/vendor/assets/javascripts/uikit/core/dropdown.js +296 -0
  40. data/vendor/assets/javascripts/uikit/core/grid.js +172 -0
  41. data/vendor/assets/javascripts/uikit/core/modal.js +323 -0
  42. data/vendor/assets/javascripts/uikit/core/nav.js +117 -0
  43. data/vendor/assets/javascripts/uikit/core/offcanvas.js +178 -0
  44. data/vendor/assets/javascripts/uikit/core/scrollspy.js +208 -0
  45. data/vendor/assets/javascripts/uikit/core/smooth-scroll.js +62 -0
  46. data/vendor/assets/javascripts/uikit/core/switcher.js +298 -0
  47. data/vendor/assets/javascripts/uikit/core/tab.js +159 -0
  48. data/vendor/assets/javascripts/uikit/core/toggle.js +117 -0
  49. data/vendor/assets/javascripts/uikit/core/touch.js +173 -0
  50. data/vendor/assets/javascripts/uikit/core/utility.js +157 -0
  51. data/vendor/assets/javascripts/uikit/uikit.js +1538 -871
  52. data/vendor/assets/stylesheets/extra/font-awesome.scss +4 -7
  53. data/vendor/assets/stylesheets/uikit.scss +22 -1
  54. data/vendor/assets/stylesheets/uikit/almost-flat.scss +22 -2
  55. data/vendor/assets/stylesheets/uikit/components/accordion.almost-flat.scss +45 -0
  56. data/vendor/assets/stylesheets/uikit/components/accordion.gradient.scss +45 -0
  57. data/vendor/assets/stylesheets/uikit/components/accordion.scss +43 -0
  58. data/vendor/assets/stylesheets/uikit/components/autocomplete.almost-flat.scss +62 -0
  59. data/vendor/assets/stylesheets/uikit/components/autocomplete.gradient.scss +62 -0
  60. data/vendor/assets/stylesheets/uikit/components/autocomplete.scss +60 -0
  61. data/vendor/assets/stylesheets/uikit/components/datepicker.almost-flat.scss +148 -0
  62. data/vendor/assets/stylesheets/uikit/components/datepicker.gradient.scss +158 -0
  63. data/vendor/assets/stylesheets/uikit/components/datepicker.scss +142 -0
  64. data/vendor/assets/stylesheets/uikit/components/dotnav.almost-flat.scss +152 -0
  65. data/vendor/assets/stylesheets/uikit/components/dotnav.gradient.scss +152 -0
  66. data/vendor/assets/stylesheets/uikit/components/dotnav.scss +148 -0
  67. data/vendor/assets/stylesheets/uikit/components/form-advanced.almost-flat.scss +92 -0
  68. data/vendor/assets/stylesheets/uikit/components/form-advanced.gradient.scss +92 -0
  69. data/vendor/assets/stylesheets/uikit/components/form-advanced.scss +92 -0
  70. data/vendor/assets/stylesheets/uikit/components/form-file.almost-flat.scss +36 -0
  71. data/vendor/assets/stylesheets/uikit/components/form-file.gradient.scss +36 -0
  72. data/vendor/assets/stylesheets/uikit/components/form-file.scss +36 -0
  73. data/vendor/assets/stylesheets/uikit/components/form-password.almost-flat.scss +37 -0
  74. data/vendor/assets/stylesheets/uikit/components/form-password.gradient.scss +37 -0
  75. data/vendor/assets/stylesheets/uikit/components/form-password.scss +37 -0
  76. data/vendor/assets/stylesheets/uikit/components/form-select.almost-flat.scss +37 -0
  77. data/vendor/assets/stylesheets/uikit/components/form-select.gradient.scss +37 -0
  78. data/vendor/assets/stylesheets/uikit/components/form-select.scss +37 -0
  79. data/vendor/assets/stylesheets/uikit/components/htmleditor.almost-flat.scss +282 -0
  80. data/vendor/assets/stylesheets/uikit/components/htmleditor.gradient.scss +290 -0
  81. data/vendor/assets/stylesheets/uikit/components/htmleditor.scss +208 -0
  82. data/vendor/assets/stylesheets/uikit/components/nestable.almost-flat.scss +137 -0
  83. data/vendor/assets/stylesheets/uikit/components/nestable.gradient.scss +141 -0
  84. data/vendor/assets/stylesheets/uikit/components/nestable.scss +134 -0
  85. data/vendor/assets/stylesheets/uikit/components/notify.almost-flat.scss +112 -0
  86. data/vendor/assets/stylesheets/uikit/components/notify.gradient.scss +112 -0
  87. data/vendor/assets/stylesheets/uikit/components/notify.scss +106 -0
  88. data/vendor/assets/stylesheets/uikit/components/placeholder.almost-flat.scss +36 -0
  89. data/vendor/assets/stylesheets/uikit/components/placeholder.gradient.scss +36 -0
  90. data/vendor/assets/stylesheets/uikit/components/placeholder.scss +36 -0
  91. data/vendor/assets/stylesheets/uikit/components/progress.almost-flat.scss +130 -0
  92. data/vendor/assets/stylesheets/uikit/components/progress.gradient.scss +138 -0
  93. data/vendor/assets/stylesheets/uikit/components/progress.scss +118 -0
  94. data/vendor/assets/stylesheets/uikit/components/search.almost-flat.scss +216 -0
  95. data/vendor/assets/stylesheets/uikit/components/search.gradient.scss +216 -0
  96. data/vendor/assets/stylesheets/uikit/components/search.scss +214 -0
  97. data/vendor/assets/stylesheets/uikit/components/slidenav.almost-flat.scss +110 -0
  98. data/vendor/assets/stylesheets/uikit/components/slidenav.gradient.scss +110 -0
  99. data/vendor/assets/stylesheets/uikit/components/slidenav.scss +110 -0
  100. data/vendor/assets/stylesheets/uikit/components/slider.almost-flat.scss +105 -0
  101. data/vendor/assets/stylesheets/uikit/components/slider.gradient.scss +105 -0
  102. data/vendor/assets/stylesheets/uikit/components/slider.scss +105 -0
  103. data/vendor/assets/stylesheets/uikit/components/slideshow.almost-flat.scss +166 -0
  104. data/vendor/assets/stylesheets/uikit/components/slideshow.gradient.scss +166 -0
  105. data/vendor/assets/stylesheets/uikit/components/slideshow.scss +166 -0
  106. data/vendor/assets/stylesheets/uikit/components/sortable.almost-flat.scss +90 -0
  107. data/vendor/assets/stylesheets/uikit/components/sortable.gradient.scss +90 -0
  108. data/vendor/assets/stylesheets/uikit/components/sortable.scss +90 -0
  109. data/vendor/assets/stylesheets/uikit/components/sticky.almost-flat.scss +39 -0
  110. data/vendor/assets/stylesheets/uikit/components/sticky.gradient.scss +39 -0
  111. data/vendor/assets/stylesheets/uikit/components/sticky.scss +39 -0
  112. data/vendor/assets/stylesheets/uikit/components/tooltip.almost-flat.scss +129 -0
  113. data/vendor/assets/stylesheets/uikit/components/tooltip.gradient.scss +129 -0
  114. data/vendor/assets/stylesheets/uikit/components/tooltip.scss +127 -0
  115. data/vendor/assets/stylesheets/uikit/components/upload.almost-flat.scss +11 -0
  116. data/vendor/assets/stylesheets/uikit/components/upload.gradient.scss +11 -0
  117. data/vendor/assets/stylesheets/uikit/components/upload.scss +11 -0
  118. data/vendor/assets/stylesheets/uikit/gradient.scss +22 -2
  119. data/vendor/assets/stylesheets/uikit/uikit.almost-flat.scss +1768 -498
  120. data/vendor/assets/stylesheets/uikit/uikit.gradient.scss +1776 -512
  121. data/vendor/assets/stylesheets/uikit/uikit.scss +1722 -462
  122. metadata +92 -7
  123. data/vendor/assets/stylesheets/uikit/components/uikit.components.almost-flat.scss +0 -1586
  124. data/vendor/assets/stylesheets/uikit/components/uikit.components.gradient.scss +0 -1608
  125. data/vendor/assets/stylesheets/uikit/components/uikit.components.scss +0 -1489
@@ -0,0 +1,110 @@
1
+ /*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ /* ========================================================================
3
+ Component: Slidenav
4
+ ========================================================================== */
5
+ /*
6
+ * 1. Required for `a` elements
7
+ * 2. Dimension
8
+ * 3. Style
9
+ */
10
+
11
+ .uk-slidenav {
12
+ /* 1 */
13
+ display: inline-block;
14
+ /* 2 */
15
+ -moz-box-sizing: border-box;
16
+ box-sizing: border-box;
17
+ width: 60px;
18
+ height: 60px;
19
+ /* 3 */
20
+ line-height: 60px;
21
+ color: rgba(50, 50, 50, 0.4);
22
+ font-size: 60px;
23
+ text-align: center;
24
+ &:hover, &:focus {
25
+ /* 2 */
26
+ outline: none;
27
+ /* 3 */
28
+ text-decoration: none;
29
+ /* 4 */
30
+ color: rgba(50, 50, 50, 0.7);
31
+ cursor: pointer;
32
+ }
33
+ &:active {
34
+ color: rgba(50, 50, 50, 0.9);
35
+ }
36
+ }
37
+
38
+ /*
39
+ * Hover
40
+ * 1. Apply hover style also to focus state
41
+ * 2. Remove default focus style
42
+ * 3. Required for `a` elements
43
+ * 4. Style
44
+ */
45
+
46
+ /* Active */
47
+
48
+ /*
49
+ * Icons
50
+ */
51
+
52
+ .uk-slidenav-previous:before {
53
+ content: "\f104";
54
+ font-family: FontAwesome;
55
+ }
56
+
57
+ .uk-slidenav-next:before {
58
+ content: "\f105";
59
+ font-family: FontAwesome;
60
+ }
61
+
62
+ /* Sub-object: `uk-slidenav-position`
63
+ ========================================================================== */
64
+ /*
65
+ * Create position context
66
+ */
67
+
68
+ .uk-slidenav-position {
69
+ position: relative;
70
+ .uk-slidenav {
71
+ display: none;
72
+ position: absolute;
73
+ top: 50%;
74
+ z-index: 1;
75
+ margin-top: -30px;
76
+ }
77
+ &:hover .uk-slidenav {
78
+ display: block;
79
+ }
80
+ .uk-slidenav-previous {
81
+ left: 20px;
82
+ }
83
+ .uk-slidenav-next {
84
+ right: 20px;
85
+ }
86
+ }
87
+
88
+ /*
89
+ * Center vertically
90
+ */
91
+
92
+ /* Modifier: `uk-slidenav-contrast`
93
+ ========================================================================== */
94
+
95
+ .uk-slidenav-contrast {
96
+ color: rgba(255, 255, 255, 0.5);
97
+ &:hover, &:focus {
98
+ color: rgba(255, 255, 255, 0.7);
99
+ }
100
+ &:active {
101
+ color: rgba(255, 255, 255, 0.9);
102
+ }
103
+ }
104
+
105
+ /*
106
+ * Hover
107
+ * 1. Apply hover style also to focus state
108
+ */
109
+
110
+ /* Active */
@@ -0,0 +1,110 @@
1
+ /*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ /* ========================================================================
3
+ Component: Slidenav
4
+ ========================================================================== */
5
+ /*
6
+ * 1. Required for `a` elements
7
+ * 2. Dimension
8
+ * 3. Style
9
+ */
10
+
11
+ .uk-slidenav {
12
+ /* 1 */
13
+ display: inline-block;
14
+ /* 2 */
15
+ -moz-box-sizing: border-box;
16
+ box-sizing: border-box;
17
+ width: 60px;
18
+ height: 60px;
19
+ /* 3 */
20
+ line-height: 60px;
21
+ color: rgba(50, 50, 50, 0.4);
22
+ font-size: 60px;
23
+ text-align: center;
24
+ &:hover, &:focus {
25
+ /* 2 */
26
+ outline: none;
27
+ /* 3 */
28
+ text-decoration: none;
29
+ /* 4 */
30
+ color: rgba(50, 50, 50, 0.7);
31
+ cursor: pointer;
32
+ }
33
+ &:active {
34
+ color: rgba(50, 50, 50, 0.9);
35
+ }
36
+ }
37
+
38
+ /*
39
+ * Hover
40
+ * 1. Apply hover style also to focus state
41
+ * 2. Remove default focus style
42
+ * 3. Required for `a` elements
43
+ * 4. Style
44
+ */
45
+
46
+ /* Active */
47
+
48
+ /*
49
+ * Icons
50
+ */
51
+
52
+ .uk-slidenav-previous:before {
53
+ content: "\f104";
54
+ font-family: FontAwesome;
55
+ }
56
+
57
+ .uk-slidenav-next:before {
58
+ content: "\f105";
59
+ font-family: FontAwesome;
60
+ }
61
+
62
+ /* Sub-object: `uk-slidenav-position`
63
+ ========================================================================== */
64
+ /*
65
+ * Create position context
66
+ */
67
+
68
+ .uk-slidenav-position {
69
+ position: relative;
70
+ .uk-slidenav {
71
+ display: none;
72
+ position: absolute;
73
+ top: 50%;
74
+ z-index: 1;
75
+ margin-top: -30px;
76
+ }
77
+ &:hover .uk-slidenav {
78
+ display: block;
79
+ }
80
+ .uk-slidenav-previous {
81
+ left: 20px;
82
+ }
83
+ .uk-slidenav-next {
84
+ right: 20px;
85
+ }
86
+ }
87
+
88
+ /*
89
+ * Center vertically
90
+ */
91
+
92
+ /* Modifier: `uk-slidenav-contrast`
93
+ ========================================================================== */
94
+
95
+ .uk-slidenav-contrast {
96
+ color: rgba(255, 255, 255, 0.5);
97
+ &:hover, &:focus {
98
+ color: rgba(255, 255, 255, 0.7);
99
+ }
100
+ &:active {
101
+ color: rgba(255, 255, 255, 0.9);
102
+ }
103
+ }
104
+
105
+ /*
106
+ * Hover
107
+ * 1. Apply hover style also to focus state
108
+ */
109
+
110
+ /* Active */
@@ -0,0 +1,105 @@
1
+ /*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ /* ========================================================================
3
+ Component: Slider
4
+ ========================================================================== */
5
+ /*
6
+ * 1. Create position context
7
+ * 2. Create stacking context to prevent z-index issues with other components
8
+ * 3. Deactivate browser history navigation in IE11
9
+ */
10
+
11
+ .uk-slider {
12
+ /* 1 */
13
+ position: relative;
14
+ /* 2 */
15
+ z-index: 0;
16
+ /* 3 */
17
+ touch-action: pan-y;
18
+ &:not(.uk-grid) {
19
+ /* 1 */
20
+ margin: 0;
21
+ padding: 0;
22
+ list-style: none;
23
+ }
24
+ > * {
25
+ /* 1 */
26
+ position: absolute;
27
+ top: 0;
28
+ left: 0;
29
+ }
30
+ }
31
+
32
+ /*
33
+ * 1. Reset list style without interfering with grid
34
+ */
35
+
36
+ /*
37
+ * Sub-object item
38
+ * 1. Position items above each other
39
+ */
40
+
41
+ /*
42
+ * Clip child elements
43
+ */
44
+
45
+ .uk-slider-container {
46
+ overflow: hidden;
47
+ }
48
+
49
+ /*
50
+ * Dragged
51
+ */
52
+
53
+ .uk-slider {
54
+ &:not(.uk-drag) {
55
+ -webkit-transition: -webkit-transform 200ms linear;
56
+ transition: transform 200ms linear;
57
+ }
58
+ &.uk-drag {
59
+ cursor: col-resize;
60
+ /* 1 */
61
+ -moz-user-select: none;
62
+ -webkit-user-select: none;
63
+ -ms-user-select: none;
64
+ user-select: none;
65
+ }
66
+ a {
67
+ /* 1 */
68
+ -webkit-user-drag: none;
69
+ user-drag: none;
70
+ /* 2 */
71
+ -webkit-touch-callout: none;
72
+ }
73
+ img {
74
+ /* 1 */
75
+ -webkit-user-drag: none;
76
+ user-drag: none;
77
+ /* 2 */
78
+ -webkit-touch-callout: none;
79
+ pointer-events: none;
80
+ }
81
+ }
82
+
83
+ /*
84
+ * 1. Makes text unselectable
85
+ */
86
+
87
+ /*
88
+ * 1. Prevents images and links from being dragged (default browser behavior)
89
+ * 2. Disables the default callout shown when you touch and hold a touch target
90
+ * Currently only works in Webkit
91
+ */
92
+
93
+ /*
94
+ * 1. Prevents images and links from being dragged in Firefox
95
+ */
96
+
97
+ /* Modifier: `uk-slider-fullscreen`
98
+ ========================================================================== */
99
+
100
+ .uk-slider-fullscreen {
101
+ height: 100vh;
102
+ > li {
103
+ height: 100vh;
104
+ }
105
+ }
@@ -0,0 +1,105 @@
1
+ /*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ /* ========================================================================
3
+ Component: Slider
4
+ ========================================================================== */
5
+ /*
6
+ * 1. Create position context
7
+ * 2. Create stacking context to prevent z-index issues with other components
8
+ * 3. Deactivate browser history navigation in IE11
9
+ */
10
+
11
+ .uk-slider {
12
+ /* 1 */
13
+ position: relative;
14
+ /* 2 */
15
+ z-index: 0;
16
+ /* 3 */
17
+ touch-action: pan-y;
18
+ &:not(.uk-grid) {
19
+ /* 1 */
20
+ margin: 0;
21
+ padding: 0;
22
+ list-style: none;
23
+ }
24
+ > * {
25
+ /* 1 */
26
+ position: absolute;
27
+ top: 0;
28
+ left: 0;
29
+ }
30
+ }
31
+
32
+ /*
33
+ * 1. Reset list style without interfering with grid
34
+ */
35
+
36
+ /*
37
+ * Sub-object item
38
+ * 1. Position items above each other
39
+ */
40
+
41
+ /*
42
+ * Clip child elements
43
+ */
44
+
45
+ .uk-slider-container {
46
+ overflow: hidden;
47
+ }
48
+
49
+ /*
50
+ * Dragged
51
+ */
52
+
53
+ .uk-slider {
54
+ &:not(.uk-drag) {
55
+ -webkit-transition: -webkit-transform 200ms linear;
56
+ transition: transform 200ms linear;
57
+ }
58
+ &.uk-drag {
59
+ cursor: col-resize;
60
+ /* 1 */
61
+ -moz-user-select: none;
62
+ -webkit-user-select: none;
63
+ -ms-user-select: none;
64
+ user-select: none;
65
+ }
66
+ a {
67
+ /* 1 */
68
+ -webkit-user-drag: none;
69
+ user-drag: none;
70
+ /* 2 */
71
+ -webkit-touch-callout: none;
72
+ }
73
+ img {
74
+ /* 1 */
75
+ -webkit-user-drag: none;
76
+ user-drag: none;
77
+ /* 2 */
78
+ -webkit-touch-callout: none;
79
+ pointer-events: none;
80
+ }
81
+ }
82
+
83
+ /*
84
+ * 1. Makes text unselectable
85
+ */
86
+
87
+ /*
88
+ * 1. Prevents images and links from being dragged (default browser behavior)
89
+ * 2. Disables the default callout shown when you touch and hold a touch target
90
+ * Currently only works in Webkit
91
+ */
92
+
93
+ /*
94
+ * 1. Prevents images and links from being dragged in Firefox
95
+ */
96
+
97
+ /* Modifier: `uk-slider-fullscreen`
98
+ ========================================================================== */
99
+
100
+ .uk-slider-fullscreen {
101
+ height: 100vh;
102
+ > li {
103
+ height: 100vh;
104
+ }
105
+ }
@@ -0,0 +1,105 @@
1
+ /*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ /* ========================================================================
3
+ Component: Slider
4
+ ========================================================================== */
5
+ /*
6
+ * 1. Create position context
7
+ * 2. Create stacking context to prevent z-index issues with other components
8
+ * 3. Deactivate browser history navigation in IE11
9
+ */
10
+
11
+ .uk-slider {
12
+ /* 1 */
13
+ position: relative;
14
+ /* 2 */
15
+ z-index: 0;
16
+ /* 3 */
17
+ touch-action: pan-y;
18
+ &:not(.uk-grid) {
19
+ /* 1 */
20
+ margin: 0;
21
+ padding: 0;
22
+ list-style: none;
23
+ }
24
+ > * {
25
+ /* 1 */
26
+ position: absolute;
27
+ top: 0;
28
+ left: 0;
29
+ }
30
+ }
31
+
32
+ /*
33
+ * 1. Reset list style without interfering with grid
34
+ */
35
+
36
+ /*
37
+ * Sub-object item
38
+ * 1. Position items above each other
39
+ */
40
+
41
+ /*
42
+ * Clip child elements
43
+ */
44
+
45
+ .uk-slider-container {
46
+ overflow: hidden;
47
+ }
48
+
49
+ /*
50
+ * Dragged
51
+ */
52
+
53
+ .uk-slider {
54
+ &:not(.uk-drag) {
55
+ -webkit-transition: -webkit-transform 200ms linear;
56
+ transition: transform 200ms linear;
57
+ }
58
+ &.uk-drag {
59
+ cursor: col-resize;
60
+ /* 1 */
61
+ -moz-user-select: none;
62
+ -webkit-user-select: none;
63
+ -ms-user-select: none;
64
+ user-select: none;
65
+ }
66
+ a {
67
+ /* 1 */
68
+ -webkit-user-drag: none;
69
+ user-drag: none;
70
+ /* 2 */
71
+ -webkit-touch-callout: none;
72
+ }
73
+ img {
74
+ /* 1 */
75
+ -webkit-user-drag: none;
76
+ user-drag: none;
77
+ /* 2 */
78
+ -webkit-touch-callout: none;
79
+ pointer-events: none;
80
+ }
81
+ }
82
+
83
+ /*
84
+ * 1. Makes text unselectable
85
+ */
86
+
87
+ /*
88
+ * 1. Prevents images and links from being dragged (default browser behavior)
89
+ * 2. Disables the default callout shown when you touch and hold a touch target
90
+ * Currently only works in Webkit
91
+ */
92
+
93
+ /*
94
+ * 1. Prevents images and links from being dragged in Firefox
95
+ */
96
+
97
+ /* Modifier: `uk-slider-fullscreen`
98
+ ========================================================================== */
99
+
100
+ .uk-slider-fullscreen {
101
+ height: 100vh;
102
+ > li {
103
+ height: 100vh;
104
+ }
105
+ }