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,90 @@
1
+ /*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ /* ========================================================================
3
+ Component: Sortable
4
+ ========================================================================== */
5
+
6
+ .uk-sortable {
7
+ position: relative;
8
+ > * {
9
+ /* 1 */
10
+ -moz-user-select: none;
11
+ -webkit-user-select: none;
12
+ -ms-user-select: none;
13
+ user-select: none;
14
+ /* 2 */
15
+ touch-action: none;
16
+ * {
17
+ -webkit-user-drag: none;
18
+ user-drag: none;
19
+ }
20
+ }
21
+ &:empty {
22
+ min-height: 30px;
23
+ &::after {
24
+ min-height: 30px;
25
+ width: 100%;
26
+ }
27
+ }
28
+ }
29
+
30
+ /*
31
+ * 1. Makes text unselectable
32
+ * 2. Deactivate browser touch actions in IE11
33
+ */
34
+
35
+ /*
36
+ * Prevents images and links from being dragged (default browser behavior)
37
+ * Currently only works in Webkit
38
+ */
39
+
40
+ /*
41
+ * Give empty lists a placeholder style to make sure drag and drop works
42
+ */
43
+
44
+ /*
45
+ * Handle empty list inside grid
46
+ */
47
+
48
+ .uk-grid .uk-sortable:empty::after {
49
+ margin-left: 25px;
50
+ }
51
+
52
+ @media (min-width: 1220px) {
53
+ .uk-grid .uk-sortable:empty::after {
54
+ margin-left: 35px;
55
+ }
56
+ }
57
+
58
+ /* Sub-modifier `uk-sortable-dragged`
59
+ ========================================================================== */
60
+
61
+ .uk-sortable-dragged {
62
+ position: absolute;
63
+ z-index: 1050;
64
+ pointer-events: none;
65
+ }
66
+
67
+ /* Sub-modifier `uk-sortable-placeholder`
68
+ ========================================================================== */
69
+
70
+ .uk-sortable-placeholder {
71
+ opacity: 0;
72
+ }
73
+
74
+ /* Sub-modifier `uk-sortable-over`
75
+ * Only if `warp:true`
76
+ ========================================================================== */
77
+
78
+ .uk-sortable-over {
79
+ opacity: 0.3;
80
+ }
81
+
82
+ /* Sub-object `uk-sortable-moving`
83
+ ========================================================================== */
84
+
85
+ .uk-sortable-moving {
86
+ cursor: move;
87
+ * {
88
+ cursor: move;
89
+ }
90
+ }
@@ -0,0 +1,90 @@
1
+ /*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ /* ========================================================================
3
+ Component: Sortable
4
+ ========================================================================== */
5
+
6
+ .uk-sortable {
7
+ position: relative;
8
+ > * {
9
+ /* 1 */
10
+ -moz-user-select: none;
11
+ -webkit-user-select: none;
12
+ -ms-user-select: none;
13
+ user-select: none;
14
+ /* 2 */
15
+ touch-action: none;
16
+ * {
17
+ -webkit-user-drag: none;
18
+ user-drag: none;
19
+ }
20
+ }
21
+ &:empty {
22
+ min-height: 30px;
23
+ &::after {
24
+ min-height: 30px;
25
+ width: 100%;
26
+ }
27
+ }
28
+ }
29
+
30
+ /*
31
+ * 1. Makes text unselectable
32
+ * 2. Deactivate browser touch actions in IE11
33
+ */
34
+
35
+ /*
36
+ * Prevents images and links from being dragged (default browser behavior)
37
+ * Currently only works in Webkit
38
+ */
39
+
40
+ /*
41
+ * Give empty lists a placeholder style to make sure drag and drop works
42
+ */
43
+
44
+ /*
45
+ * Handle empty list inside grid
46
+ */
47
+
48
+ .uk-grid .uk-sortable:empty::after {
49
+ margin-left: 25px;
50
+ }
51
+
52
+ @media (min-width: 1220px) {
53
+ .uk-grid .uk-sortable:empty::after {
54
+ margin-left: 35px;
55
+ }
56
+ }
57
+
58
+ /* Sub-modifier `uk-sortable-dragged`
59
+ ========================================================================== */
60
+
61
+ .uk-sortable-dragged {
62
+ position: absolute;
63
+ z-index: 1050;
64
+ pointer-events: none;
65
+ }
66
+
67
+ /* Sub-modifier `uk-sortable-placeholder`
68
+ ========================================================================== */
69
+
70
+ .uk-sortable-placeholder {
71
+ opacity: 0;
72
+ }
73
+
74
+ /* Sub-modifier `uk-sortable-over`
75
+ * Only if `warp:true`
76
+ ========================================================================== */
77
+
78
+ .uk-sortable-over {
79
+ opacity: 0.3;
80
+ }
81
+
82
+ /* Sub-object `uk-sortable-moving`
83
+ ========================================================================== */
84
+
85
+ .uk-sortable-moving {
86
+ cursor: move;
87
+ * {
88
+ cursor: move;
89
+ }
90
+ }
@@ -0,0 +1,90 @@
1
+ /*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ /* ========================================================================
3
+ Component: Sortable
4
+ ========================================================================== */
5
+
6
+ .uk-sortable {
7
+ position: relative;
8
+ > * {
9
+ /* 1 */
10
+ -moz-user-select: none;
11
+ -webkit-user-select: none;
12
+ -ms-user-select: none;
13
+ user-select: none;
14
+ /* 2 */
15
+ touch-action: none;
16
+ * {
17
+ -webkit-user-drag: none;
18
+ user-drag: none;
19
+ }
20
+ }
21
+ &:empty {
22
+ min-height: 30px;
23
+ &::after {
24
+ min-height: 30px;
25
+ width: 100%;
26
+ }
27
+ }
28
+ }
29
+
30
+ /*
31
+ * 1. Makes text unselectable
32
+ * 2. Deactivate browser touch actions in IE11
33
+ */
34
+
35
+ /*
36
+ * Prevents images and links from being dragged (default browser behavior)
37
+ * Currently only works in Webkit
38
+ */
39
+
40
+ /*
41
+ * Give empty lists a placeholder style to make sure drag and drop works
42
+ */
43
+
44
+ /*
45
+ * Handle empty list inside grid
46
+ */
47
+
48
+ .uk-grid .uk-sortable:empty::after {
49
+ margin-left: 25px;
50
+ }
51
+
52
+ @media (min-width: 1220px) {
53
+ .uk-grid .uk-sortable:empty::after {
54
+ margin-left: 35px;
55
+ }
56
+ }
57
+
58
+ /* Sub-modifier `uk-sortable-dragged`
59
+ ========================================================================== */
60
+
61
+ .uk-sortable-dragged {
62
+ position: absolute;
63
+ z-index: 1050;
64
+ pointer-events: none;
65
+ }
66
+
67
+ /* Sub-modifier `uk-sortable-placeholder`
68
+ ========================================================================== */
69
+
70
+ .uk-sortable-placeholder {
71
+ opacity: 0;
72
+ }
73
+
74
+ /* Sub-modifier `uk-sortable-over`
75
+ * Only if `warp:true`
76
+ ========================================================================== */
77
+
78
+ .uk-sortable-over {
79
+ opacity: 0.3;
80
+ }
81
+
82
+ /* Sub-object `uk-sortable-moving`
83
+ ========================================================================== */
84
+
85
+ .uk-sortable-moving {
86
+ cursor: move;
87
+ * {
88
+ cursor: move;
89
+ }
90
+ }
@@ -0,0 +1,39 @@
1
+ /*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ /* ========================================================================
3
+ Component: Sticky
4
+ ========================================================================== */
5
+ /*
6
+ * 1. More robust if padding and border are used
7
+ */
8
+
9
+ [data-uk-sticky].uk-active {
10
+ z-index: 980;
11
+ /* 1 */
12
+ -moz-box-sizing: border-box;
13
+ box-sizing: border-box;
14
+ }
15
+
16
+ /*
17
+ * 1. Resolve frame-rate issues on devices with lower frame-rates. Forces hardware acceleration
18
+ */
19
+
20
+ .uk-sticky-placeholder > * {
21
+ /* 1 */
22
+ -webkit-backface-visibility: hidden;
23
+ backface-visibility: hidden;
24
+ }
25
+
26
+ /*
27
+ * Faster animations
28
+ */
29
+
30
+ [data-uk-sticky] {
31
+ &[class*='uk-animation-'] {
32
+ -webkit-animation-duration: 0.15s;
33
+ animation-duration: 0.15s;
34
+ }
35
+ &.uk-animation-reverse {
36
+ -webkit-animation-duration: 0.04s;
37
+ animation-duration: 0.04s;
38
+ }
39
+ }
@@ -0,0 +1,39 @@
1
+ /*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ /* ========================================================================
3
+ Component: Sticky
4
+ ========================================================================== */
5
+ /*
6
+ * 1. More robust if padding and border are used
7
+ */
8
+
9
+ [data-uk-sticky].uk-active {
10
+ z-index: 980;
11
+ /* 1 */
12
+ -moz-box-sizing: border-box;
13
+ box-sizing: border-box;
14
+ }
15
+
16
+ /*
17
+ * 1. Resolve frame-rate issues on devices with lower frame-rates. Forces hardware acceleration
18
+ */
19
+
20
+ .uk-sticky-placeholder > * {
21
+ /* 1 */
22
+ -webkit-backface-visibility: hidden;
23
+ backface-visibility: hidden;
24
+ }
25
+
26
+ /*
27
+ * Faster animations
28
+ */
29
+
30
+ [data-uk-sticky] {
31
+ &[class*='uk-animation-'] {
32
+ -webkit-animation-duration: 0.15s;
33
+ animation-duration: 0.15s;
34
+ }
35
+ &.uk-animation-reverse {
36
+ -webkit-animation-duration: 0.04s;
37
+ animation-duration: 0.04s;
38
+ }
39
+ }
@@ -0,0 +1,39 @@
1
+ /*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ /* ========================================================================
3
+ Component: Sticky
4
+ ========================================================================== */
5
+ /*
6
+ * 1. More robust if padding and border are used
7
+ */
8
+
9
+ [data-uk-sticky].uk-active {
10
+ z-index: 980;
11
+ /* 1 */
12
+ -moz-box-sizing: border-box;
13
+ box-sizing: border-box;
14
+ }
15
+
16
+ /*
17
+ * 1. Resolve frame-rate issues on devices with lower frame-rates. Forces hardware acceleration
18
+ */
19
+
20
+ .uk-sticky-placeholder > * {
21
+ /* 1 */
22
+ -webkit-backface-visibility: hidden;
23
+ backface-visibility: hidden;
24
+ }
25
+
26
+ /*
27
+ * Faster animations
28
+ */
29
+
30
+ [data-uk-sticky] {
31
+ &[class*='uk-animation-'] {
32
+ -webkit-animation-duration: 0.15s;
33
+ animation-duration: 0.15s;
34
+ }
35
+ &.uk-animation-reverse {
36
+ -webkit-animation-duration: 0.04s;
37
+ animation-duration: 0.04s;
38
+ }
39
+ }
@@ -0,0 +1,129 @@
1
+ /*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ /* ========================================================================
3
+ Component: Tooltip
4
+ ========================================================================== */
5
+ /*
6
+ * 1. Hide by default
7
+ * 2. Set fixed position
8
+ * 3. Set dimensions
9
+ * 4. Set style
10
+ */
11
+
12
+ .uk-tooltip {
13
+ /* 1 */
14
+ display: none;
15
+ /* 2 */
16
+ position: absolute;
17
+ z-index: 1030;
18
+ /* 3 */
19
+ -moz-box-sizing: border-box;
20
+ box-sizing: border-box;
21
+ max-width: 200px;
22
+ padding: 5px 8px;
23
+ /* 4 */
24
+ background: #333333;
25
+ color: rgba(255, 255, 255, 0.7);
26
+ font-size: 12px;
27
+ line-height: 18px;
28
+ text-align: center;
29
+ border-radius: 3px;
30
+ text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
31
+ &:after {
32
+ content: "";
33
+ display: block;
34
+ position: absolute;
35
+ width: 0;
36
+ height: 0;
37
+ /* 1 */
38
+ border: 5px dashed #333333;
39
+ }
40
+ }
41
+
42
+ /* Triangle
43
+ ========================================================================== */
44
+ /*
45
+ * 1. Dashed is less antialised than solid
46
+ */
47
+
48
+ /* Direction modifiers
49
+ ========================================================================== */
50
+ /*
51
+ * Top
52
+ */
53
+
54
+ .uk-tooltip-top:after, .uk-tooltip-top-left:after, .uk-tooltip-top-right:after {
55
+ bottom: -5px;
56
+ border-top-style: solid;
57
+ border-bottom: none;
58
+ border-left-color: transparent;
59
+ border-right-color: transparent;
60
+ border-top-color: #333333;
61
+ }
62
+
63
+ /*
64
+ * Bottom
65
+ */
66
+
67
+ .uk-tooltip-bottom:after, .uk-tooltip-bottom-left:after, .uk-tooltip-bottom-right:after {
68
+ top: -5px;
69
+ border-bottom-style: solid;
70
+ border-top: none;
71
+ border-left-color: transparent;
72
+ border-right-color: transparent;
73
+ border-bottom-color: #333333;
74
+ }
75
+
76
+ /*
77
+ * Top/Bottom center
78
+ */
79
+
80
+ .uk-tooltip-top:after, .uk-tooltip-bottom:after {
81
+ left: 50%;
82
+ margin-left: -5px;
83
+ }
84
+
85
+ /*
86
+ * Top/Bottom left
87
+ */
88
+
89
+ .uk-tooltip-top-left:after, .uk-tooltip-bottom-left:after {
90
+ left: 10px;
91
+ }
92
+
93
+ /*
94
+ * Top/Bottom right
95
+ */
96
+
97
+ .uk-tooltip-top-right:after, .uk-tooltip-bottom-right:after {
98
+ right: 10px;
99
+ }
100
+
101
+ /*
102
+ * Left
103
+ */
104
+
105
+ .uk-tooltip-left:after {
106
+ right: -5px;
107
+ top: 50%;
108
+ margin-top: -5px;
109
+ border-left-style: solid;
110
+ border-right: none;
111
+ border-top-color: transparent;
112
+ border-bottom-color: transparent;
113
+ border-left-color: #333333;
114
+ }
115
+
116
+ /*
117
+ * Right
118
+ */
119
+
120
+ .uk-tooltip-right:after {
121
+ left: -5px;
122
+ top: 50%;
123
+ margin-top: -5px;
124
+ border-right-style: solid;
125
+ border-left: none;
126
+ border-top-color: transparent;
127
+ border-bottom-color: transparent;
128
+ border-right-color: #333333;
129
+ }