@materializecss/materialize 1.1.0 → 1.2.1

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 (83) hide show
  1. package/Gruntfile.js +38 -24
  2. package/LICENSE +21 -21
  3. package/README.md +91 -97
  4. package/dist/css/materialize.css +8608 -8631
  5. package/dist/css/materialize.min.css +12 -12
  6. package/dist/js/materialize.js +12816 -12669
  7. package/dist/js/materialize.min.js +6 -6
  8. package/extras/noUiSlider/nouislider.css +404 -406
  9. package/extras/noUiSlider/nouislider.js +2147 -2147
  10. package/extras/noUiSlider/nouislider.min.js +0 -0
  11. package/js/anime.min.js +34 -34
  12. package/js/autocomplete.js +479 -479
  13. package/js/buttons.js +354 -354
  14. package/js/cards.js +40 -40
  15. package/js/carousel.js +732 -732
  16. package/js/cash.js +960 -960
  17. package/js/characterCounter.js +136 -136
  18. package/js/chips.js +486 -486
  19. package/js/collapsible.js +275 -275
  20. package/js/component.js +44 -44
  21. package/js/datepicker.js +983 -983
  22. package/js/dropdown.js +669 -669
  23. package/js/forms.js +285 -275
  24. package/js/global.js +428 -424
  25. package/js/materialbox.js +453 -453
  26. package/js/modal.js +382 -382
  27. package/js/parallax.js +138 -138
  28. package/js/pushpin.js +148 -148
  29. package/js/range.js +263 -263
  30. package/js/scrollspy.js +295 -295
  31. package/js/select.js +391 -310
  32. package/js/sidenav.js +583 -583
  33. package/js/slider.js +359 -359
  34. package/js/tabs.js +402 -402
  35. package/js/tapTarget.js +315 -315
  36. package/js/timepicker.js +712 -648
  37. package/js/toasts.js +325 -322
  38. package/js/tooltip.js +320 -320
  39. package/js/waves.js +614 -614
  40. package/package.json +87 -82
  41. package/sass/_style.scss +929 -929
  42. package/sass/components/_badges.scss +55 -55
  43. package/sass/components/_buttons.scss +322 -322
  44. package/sass/components/_cards.scss +195 -195
  45. package/sass/components/_carousel.scss +90 -90
  46. package/sass/components/_chips.scss +96 -96
  47. package/sass/components/_collapsible.scss +91 -91
  48. package/sass/components/_collection.scss +106 -106
  49. package/sass/components/_color-classes.scss +32 -32
  50. package/sass/components/_color-variables.scss +370 -370
  51. package/sass/components/_datepicker.scss +191 -191
  52. package/sass/components/_dropdown.scss +84 -84
  53. package/sass/components/_global.scss +646 -642
  54. package/sass/components/_grid.scss +158 -158
  55. package/sass/components/_icons-material-design.scss +5 -5
  56. package/sass/components/_materialbox.scss +42 -42
  57. package/sass/components/_modal.scss +97 -97
  58. package/sass/components/_navbar.scss +208 -208
  59. package/sass/components/_normalize.scss +447 -447
  60. package/sass/components/_preloader.scss +334 -334
  61. package/sass/components/_pulse.scss +34 -34
  62. package/sass/components/_sidenav.scss +214 -214
  63. package/sass/components/_slider.scss +91 -91
  64. package/sass/components/_table_of_contents.scss +33 -33
  65. package/sass/components/_tabs.scss +99 -99
  66. package/sass/components/_tapTarget.scss +103 -103
  67. package/sass/components/_timepicker.scss +199 -183
  68. package/sass/components/_toast.scss +58 -58
  69. package/sass/components/_tooltip.scss +32 -32
  70. package/sass/components/_transitions.scss +12 -12
  71. package/sass/components/_typography.scss +62 -62
  72. package/sass/components/_variables.scss +352 -352
  73. package/sass/components/_waves.scss +187 -187
  74. package/sass/components/forms/_checkboxes.scss +200 -200
  75. package/sass/components/forms/_file-input.scss +44 -44
  76. package/sass/components/forms/_forms.scss +22 -22
  77. package/sass/components/forms/_input-fields.scss +388 -379
  78. package/sass/components/forms/_radio-buttons.scss +115 -115
  79. package/sass/components/forms/_range.scss +161 -161
  80. package/sass/components/forms/_select.scss +199 -199
  81. package/sass/components/forms/_switches.scss +91 -91
  82. package/sass/ghpages-materialize.scss +7 -7
  83. package/sass/materialize.scss +42 -42
@@ -1,406 +1,404 @@
1
- /*!
2
- * Materialize 1.0.0 (https://materializecss.github.io/materialize)
3
- * Copyright 2014-2015 Materialize
4
- * MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
5
- */
6
-
7
- /*! nouislider - 9.1.0 - 2016-12-10 16:00:32 */
8
-
9
-
10
- /* Functional styling;
11
- * These styles are required for noUiSlider to function.
12
- * You don't need to change these rules to apply your design.
13
- */
14
- .noUi-target,
15
- .noUi-target * {
16
- -webkit-touch-callout: none;
17
- -webkit-tap-highlight-color: rgba(0,0,0,0);
18
- -webkit-user-select: none;
19
- -ms-touch-action: none;
20
- touch-action: none;
21
- -ms-user-select: none;
22
- -moz-user-select: none;
23
- user-select: none;
24
- -moz-box-sizing: border-box;
25
- box-sizing: border-box;
26
- }
27
- .noUi-target {
28
- position: relative;
29
- direction: ltr;
30
- }
31
- .noUi-base {
32
- width: 100%;
33
- height: 100%;
34
- position: relative;
35
- z-index: 1; /* Fix 401 */
36
- }
37
- .noUi-connect {
38
- position: absolute;
39
- right: 0;
40
- top: 0;
41
- left: 0;
42
- bottom: 0;
43
- }
44
- .noUi-origin {
45
- position: absolute;
46
- height: 0;
47
- width: 0;
48
- }
49
- .noUi-handle {
50
- position: relative;
51
- z-index: 1;
52
- }
53
- .noUi-state-tap .noUi-connect,
54
- .noUi-state-tap .noUi-origin {
55
- -webkit-transition: top 0.25s, right 0.25s, bottom 0.25s, left 0.25s;
56
- transition: top 0.25s, right 0.25s, bottom 0.25s, left 0.25s;
57
- }
58
- .noUi-state-drag * {
59
- cursor: inherit !important;
60
- }
61
-
62
- .noUi-handle-touch-area{
63
- position: relative;
64
- width: 44px;
65
- height: 44px;
66
- left: -15px;
67
- top: -15px;
68
- }
69
- /* Painting and performance;
70
- * Browsers can paint handles in their own layer.
71
- */
72
- .noUi-base,
73
- .noUi-handle {
74
- -webkit-transform: translate3d(0,0,0);
75
- transform: translate3d(0,0,0);
76
- }
77
-
78
- /* Slider size and handle placement;
79
- */
80
- .noUi-horizontal {
81
- height: 18px;
82
- }
83
- .noUi-horizontal .noUi-handle {
84
- width: 34px;
85
- height: 28px;
86
- left: -17px;
87
- top: -6px;
88
- }
89
- .noUi-vertical {
90
- width: 18px;
91
- }
92
- .noUi-vertical .noUi-handle {
93
- width: 28px;
94
- height: 34px;
95
- left: -6px;
96
- top: -17px;
97
- }
98
-
99
- /* Styling;
100
- */
101
- .noUi-target {
102
- background: #cdcdcd;
103
- border-radius: 4px;
104
- border: 1px solid transparent;
105
- }
106
- .noUi-connect {
107
- background: #26A69A;
108
- -webkit-transition: background 450ms;
109
- transition: background 450ms;
110
- }
111
-
112
- /* Handles and cursors;
113
- */
114
- .noUi-draggable {
115
- cursor: ew-resize;
116
- }
117
- .noUi-vertical .noUi-draggable {
118
- cursor: ns-resize;
119
- }
120
- .noUi-handle {
121
- border: 1px solid #D9D9D9;
122
- border-radius: 3px;
123
- background: #FFF;
124
- cursor: default;
125
- box-shadow: inset 0 0 1px #FFF,
126
- inset 0 1px 7px #EBEBEB,
127
- 0 3px 6px -3px #BBB;
128
- }
129
- .noUi-active {
130
- box-shadow: inset 0 0 1px #FFF,
131
- inset 0 1px 7px #DDD,
132
- 0 3px 6px -3px #BBB;
133
- }
134
-
135
- /* Handle stripes
136
- */
137
- .noUi-handle:before,
138
- .noUi-handle:after {
139
- content: "";
140
- display: block;
141
- position: absolute;
142
- height: 14px;
143
- width: 1px;
144
- background: #E8E7E6;
145
- left: 14px;
146
- top: 6px;
147
- }
148
- .noUi-handle:after {
149
- left: 17px;
150
- }
151
- .noUi-vertical .noUi-handle:before,
152
- .noUi-vertical .noUi-handle:after {
153
- width: 14px;
154
- height: 1px;
155
- left: 6px;
156
- top: 14px;
157
- }
158
- .noUi-vertical .noUi-handle:after {
159
- top: 17px;
160
- }
161
-
162
- /* Disabled state;
163
- */
164
-
165
- [disabled] .noUi-connect {
166
- background: #B8B8B8;
167
- }
168
- [disabled].noUi-target,
169
- [disabled].noUi-handle,
170
- [disabled] .noUi-handle {
171
- cursor: not-allowed;
172
- }
173
-
174
-
175
- /* Base;
176
- *
177
- */
178
- .noUi-pips,
179
- .noUi-pips * {
180
- -moz-box-sizing: border-box;
181
- box-sizing: border-box;
182
- }
183
- .noUi-pips {
184
- position: absolute;
185
- color: #999;
186
- }
187
-
188
- /* Values;
189
- *
190
- */
191
- .noUi-value {
192
- position: absolute;
193
- text-align: center;
194
- }
195
- .noUi-value-sub {
196
- color: #ccc;
197
- font-size: 10px;
198
- }
199
-
200
- /* Markings;
201
- *
202
- */
203
- .noUi-marker {
204
- position: absolute;
205
- background: #CCC;
206
- }
207
- .noUi-marker-sub {
208
- background: #AAA;
209
- }
210
- .noUi-marker-large {
211
- background: #AAA;
212
- }
213
-
214
- /* Horizontal layout;
215
- *
216
- */
217
- .noUi-pips-horizontal {
218
- padding: 10px 0;
219
- height: 80px;
220
- top: 100%;
221
- left: 0;
222
- width: 100%;
223
- }
224
- .noUi-value-horizontal {
225
- -webkit-transform: translate3d(-50%,50%,0);
226
- transform: translate3d(-50%,50%,0);
227
- }
228
-
229
- .noUi-marker-horizontal.noUi-marker {
230
- margin-left: -1px;
231
- width: 2px;
232
- height: 5px;
233
- }
234
- .noUi-marker-horizontal.noUi-marker-sub {
235
- height: 10px;
236
- }
237
- .noUi-marker-horizontal.noUi-marker-large {
238
- height: 15px;
239
- }
240
-
241
- /* Vertical layout;
242
- *
243
- */
244
- .noUi-pips-vertical {
245
- padding: 0 10px;
246
- height: 100%;
247
- top: 0;
248
- left: 100%;
249
- }
250
- .noUi-value-vertical {
251
- -webkit-transform: translate3d(0,50%,0);
252
- transform: translate3d(0,50%,0);
253
- padding-left: 25px;
254
- }
255
-
256
- .noUi-marker-vertical.noUi-marker {
257
- width: 5px;
258
- height: 2px;
259
- margin-top: -1px;
260
- }
261
- .noUi-marker-vertical.noUi-marker-sub {
262
- width: 10px;
263
- }
264
- .noUi-marker-vertical.noUi-marker-large {
265
- width: 15px;
266
- }
267
-
268
- .noUi-tooltip {
269
- display: block;
270
- position: absolute;
271
- border: 1px solid transparent;
272
- border-radius: 3px;
273
- background: #fff;
274
- color: #000;
275
- padding: 5px;
276
- text-align: center;
277
- }
278
- .noUi-horizontal .noUi-tooltip {
279
- -webkit-transform: translate(-50%, 0);
280
- transform: translate(-50%, 0);
281
- left: 50%;
282
- bottom: 120%;
283
- }
284
- .noUi-vertical .noUi-tooltip {
285
- -webkit-transform: translate(0, -50%);
286
- transform: translate(0, -50%);
287
- top: 50%;
288
- right: 120%;
289
- }
290
-
291
- /* Materialize Styles */
292
- .noUi-target {
293
- border: 0;
294
- border-radius: 0;
295
- }
296
- .noUi-horizontal {
297
- height: 3px;
298
- }
299
-
300
- .noUi-vertical {
301
- height: 100%;
302
- width: 3px;
303
- }
304
-
305
- .noUi-horizontal .noUi-handle,
306
- .noUi-vertical .noUi-handle {
307
- width: 15px;
308
- height: 15px;
309
- border-radius: 50%;
310
- box-shadow: none;
311
- background-color: #26A69A;
312
- border: none;
313
- left: -5px;
314
- top: -6px;
315
- transition: width .2s cubic-bezier(0.215, 0.610, 0.355, 1.000),
316
- height .2s cubic-bezier(0.215, 0.610, 0.355, 1.000),
317
- left .2s cubic-bezier(0.215, 0.610, 0.355, 1.000),
318
- top .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
319
- }
320
- .noUi-handle:before {
321
- content: none;
322
- }
323
- .noUi-handle:after {
324
- content: none;
325
- }
326
-
327
- .noUi-target .noUi-active.noUi-handle {
328
- width: 3px;
329
- height: 3px;
330
- left: 0;
331
- top: 0;
332
- }
333
-
334
- .noUi-target.noUi-horizontal .noUi-tooltip {
335
- position: absolute;
336
- height: 30px;
337
- width: 30px;
338
- top: -17px;
339
- left: -2px;
340
- background-color: #26A69A;
341
- border-radius: 50%;
342
- transition: border-radius .25s cubic-bezier(0.215, 0.610, 0.355, 1.000),
343
- transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
344
- transform: scale(.5) rotate(-45deg);
345
- transform-origin: 50% 100%;
346
- }
347
- .noUi-target.noUi-horizontal .noUi-active .noUi-tooltip {
348
- border-radius: 15px 15px 15px 0;
349
- transform: rotate(-45deg) translate(23px, -25px);
350
- }
351
-
352
- .noUi-tooltip span {
353
- width: 100%;
354
- text-align: center;
355
- color: #fff;
356
- font-size: 12px;
357
- opacity: 0;
358
- position: absolute;
359
- top: 6px;
360
- left: -1px;
361
- transition: opacity .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
362
- }
363
-
364
- .noUi-horizontal .noUi-tooltip span {
365
- transform: rotate(45deg);
366
- }
367
-
368
- .noUi-vertical .noUi-tooltip span {
369
- transform: rotate(135deg);
370
- }
371
-
372
-
373
- .noUi-target.noUi-vertical .noUi-tooltip {
374
- position: absolute;
375
- height: 30px;
376
- width: 30px;
377
- top: -17px;
378
- left: -2px;
379
- background-color: #26A69A;
380
- border-radius: 50%;
381
- transition: border-radius .25s cubic-bezier(0.215, 0.610, 0.355, 1.000),
382
- transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
383
- transform: scale(.5) rotate(-45deg);
384
- transform-origin: 50% 100%;
385
- }
386
- .noUi-target.noUi-vertical .noUi-active .noUi-tooltip {
387
- border-radius: 15px 15px 15px 0;
388
- transform: rotate(-135deg) translate(35px, -10px);
389
- }
390
- .noUi-vertical .noUi-tooltip span {
391
- width: 100%;
392
- text-align: center;
393
- color: #fff;
394
- font-size: 12px;
395
- transform: rotate(135deg);
396
- opacity: 0;
397
- position: absolute;
398
- top: 7px;
399
- left: -1px;
400
- transition: opacity .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
401
- }
402
-
403
- .noUi-horizontal .noUi-active .noUi-tooltip span,
404
- .noUi-vertical .noUi-active .noUi-tooltip span {
405
- opacity: 1;
406
- }
1
+ /*!
2
+ * Materialize 1.0.0 (https://materializecss.github.io/materialize)
3
+ * Copyright 2014-2015 Materialize
4
+ * MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
5
+ */
6
+
7
+ /*! nouislider - 9.1.0 - 2016-12-10 16:00:32 */
8
+
9
+ /* Functional styling;
10
+ * These styles are required for noUiSlider to function.
11
+ * You don't need to change these rules to apply your design.
12
+ */
13
+ .noUi-target,
14
+ .noUi-target * {
15
+ -webkit-touch-callout: none;
16
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
17
+ -webkit-user-select: none;
18
+ -ms-touch-action: none;
19
+ touch-action: none;
20
+ -ms-user-select: none;
21
+ -moz-user-select: none;
22
+ user-select: none;
23
+ -moz-box-sizing: border-box;
24
+ box-sizing: border-box;
25
+ }
26
+ .noUi-target {
27
+ position: relative;
28
+ direction: ltr;
29
+ }
30
+ .noUi-base {
31
+ width: 100%;
32
+ height: 100%;
33
+ position: relative;
34
+ z-index: 1; /* Fix 401 */
35
+ }
36
+ .noUi-connect {
37
+ position: absolute;
38
+ right: 0;
39
+ top: 0;
40
+ left: 0;
41
+ bottom: 0;
42
+ }
43
+ .noUi-origin {
44
+ position: absolute;
45
+ height: 0;
46
+ width: 0;
47
+ }
48
+ .noUi-handle {
49
+ position: relative;
50
+ z-index: 1;
51
+ }
52
+ .noUi-state-tap .noUi-connect,
53
+ .noUi-state-tap .noUi-origin {
54
+ -webkit-transition: top 0.25s, right 0.25s, bottom 0.25s, left 0.25s;
55
+ transition: top 0.25s, right 0.25s, bottom 0.25s, left 0.25s;
56
+ }
57
+ .noUi-state-drag * {
58
+ cursor: inherit !important;
59
+ }
60
+
61
+ .noUi-handle-touch-area{
62
+ position: relative;
63
+ width: 44px;
64
+ height: 44px;
65
+ left: -15px;
66
+ top: -15px;
67
+ }
68
+
69
+ /* Painting and performance;
70
+ * Browsers can paint handles in their own layer.
71
+ */
72
+ .noUi-base,
73
+ .noUi-handle {
74
+ -webkit-transform: translate3d(0,0,0);
75
+ transform: translate3d(0,0,0);
76
+ }
77
+
78
+ /* Slider size and handle placement;
79
+ */
80
+ .noUi-horizontal {
81
+ height: 18px;
82
+ }
83
+ .noUi-horizontal .noUi-handle {
84
+ width: 34px;
85
+ height: 28px;
86
+ left: -17px;
87
+ top: -6px;
88
+ }
89
+ .noUi-vertical {
90
+ width: 18px;
91
+ }
92
+ .noUi-vertical .noUi-handle {
93
+ width: 28px;
94
+ height: 34px;
95
+ left: -6px;
96
+ top: -17px;
97
+ }
98
+
99
+ /* Styling;
100
+ */
101
+ .noUi-target {
102
+ background: #cdcdcd;
103
+ border-radius: 4px;
104
+ border: 1px solid transparent;
105
+ }
106
+ .noUi-connect {
107
+ background: #26A69A;
108
+ -webkit-transition: background 450ms;
109
+ transition: background 450ms;
110
+ }
111
+
112
+ /* Handles and cursors;
113
+ */
114
+ .noUi-draggable {
115
+ cursor: ew-resize;
116
+ }
117
+ .noUi-vertical .noUi-draggable {
118
+ cursor: ns-resize;
119
+ }
120
+ .noUi-handle {
121
+ border: 1px solid #D9D9D9;
122
+ border-radius: 3px;
123
+ background: #FFF;
124
+ cursor: default;
125
+ box-shadow: inset 0 0 1px #FFF,
126
+ inset 0 1px 7px #EBEBEB,
127
+ 0 3px 6px -3px #BBB;
128
+ }
129
+ .noUi-active {
130
+ box-shadow: inset 0 0 1px #FFF,
131
+ inset 0 1px 7px #DDD,
132
+ 0 3px 6px -3px #BBB;
133
+ }
134
+
135
+ /* Handle stripes
136
+ */
137
+ .noUi-handle:before,
138
+ .noUi-handle:after {
139
+ content: "";
140
+ display: block;
141
+ position: absolute;
142
+ height: 14px;
143
+ width: 1px;
144
+ background: #E8E7E6;
145
+ left: 14px;
146
+ top: 6px;
147
+ }
148
+ .noUi-handle:after {
149
+ left: 17px;
150
+ }
151
+ .noUi-vertical .noUi-handle:before,
152
+ .noUi-vertical .noUi-handle:after {
153
+ width: 14px;
154
+ height: 1px;
155
+ left: 6px;
156
+ top: 14px;
157
+ }
158
+ .noUi-vertical .noUi-handle:after {
159
+ top: 17px;
160
+ }
161
+
162
+ /* Disabled state;
163
+ */
164
+ [disabled] .noUi-connect {
165
+ background: #B8B8B8;
166
+ }
167
+ [disabled].noUi-target,
168
+ [disabled].noUi-handle,
169
+ [disabled] .noUi-handle {
170
+ cursor: not-allowed;
171
+ }
172
+
173
+
174
+ /* Base;
175
+ *
176
+ */
177
+ .noUi-pips,
178
+ .noUi-pips * {
179
+ -moz-box-sizing: border-box;
180
+ box-sizing: border-box;
181
+ }
182
+ .noUi-pips {
183
+ position: absolute;
184
+ color: #999;
185
+ }
186
+
187
+ /* Values;
188
+ *
189
+ */
190
+ .noUi-value {
191
+ position: absolute;
192
+ text-align: center;
193
+ }
194
+ .noUi-value-sub {
195
+ color: #ccc;
196
+ font-size: 10px;
197
+ }
198
+
199
+ /* Markings;
200
+ *
201
+ */
202
+ .noUi-marker {
203
+ position: absolute;
204
+ background: #CCC;
205
+ }
206
+ .noUi-marker-sub {
207
+ background: #AAA;
208
+ }
209
+ .noUi-marker-large {
210
+ background: #AAA;
211
+ }
212
+
213
+ /* Horizontal layout;
214
+ *
215
+ */
216
+ .noUi-pips-horizontal {
217
+ padding: 10px 0;
218
+ height: 80px;
219
+ top: 100%;
220
+ left: 0;
221
+ width: 100%;
222
+ }
223
+ .noUi-value-horizontal {
224
+ -webkit-transform: translate3d(-50%,50%,0);
225
+ transform: translate3d(-50%,50%,0);
226
+ }
227
+
228
+ .noUi-marker-horizontal.noUi-marker {
229
+ margin-left: -1px;
230
+ width: 2px;
231
+ height: 5px;
232
+ }
233
+ .noUi-marker-horizontal.noUi-marker-sub {
234
+ height: 10px;
235
+ }
236
+ .noUi-marker-horizontal.noUi-marker-large {
237
+ height: 15px;
238
+ }
239
+
240
+ /* Vertical layout;
241
+ *
242
+ */
243
+ .noUi-pips-vertical {
244
+ padding: 0 10px;
245
+ height: 100%;
246
+ top: 0;
247
+ left: 100%;
248
+ }
249
+ .noUi-value-vertical {
250
+ -webkit-transform: translate3d(0,50%,0);
251
+ transform: translate3d(0,50%,0);
252
+ padding-left: 25px;
253
+ }
254
+
255
+ .noUi-marker-vertical.noUi-marker {
256
+ width: 5px;
257
+ height: 2px;
258
+ margin-top: -1px;
259
+ }
260
+ .noUi-marker-vertical.noUi-marker-sub {
261
+ width: 10px;
262
+ }
263
+ .noUi-marker-vertical.noUi-marker-large {
264
+ width: 15px;
265
+ }
266
+
267
+ .noUi-tooltip {
268
+ display: block;
269
+ position: absolute;
270
+ border: 1px solid transparent;
271
+ border-radius: 3px;
272
+ background: #fff;
273
+ color: #000;
274
+ padding: 5px;
275
+ text-align: center;
276
+ }
277
+ .noUi-horizontal .noUi-tooltip {
278
+ -webkit-transform: translate(-50%, 0);
279
+ transform: translate(-50%, 0);
280
+ left: 50%;
281
+ bottom: 120%;
282
+ }
283
+ .noUi-vertical .noUi-tooltip {
284
+ -webkit-transform: translate(0, -50%);
285
+ transform: translate(0, -50%);
286
+ top: 50%;
287
+ right: 120%;
288
+ }
289
+
290
+ /* Materialize Styles */
291
+ .noUi-target {
292
+ border: 0;
293
+ border-radius: 0;
294
+ }
295
+ .noUi-horizontal {
296
+ height: 3px;
297
+ }
298
+
299
+ .noUi-vertical {
300
+ height: 100%;
301
+ width: 3px;
302
+ }
303
+
304
+ .noUi-horizontal .noUi-handle,
305
+ .noUi-vertical .noUi-handle {
306
+ width: 15px;
307
+ height: 15px;
308
+ border-radius: 50%;
309
+ box-shadow: none;
310
+ background-color: #26A69A;
311
+ border: none;
312
+ left: -5px;
313
+ top: -6px;
314
+ transition: width .2s cubic-bezier(0.215, 0.610, 0.355, 1.000),
315
+ height .2s cubic-bezier(0.215, 0.610, 0.355, 1.000),
316
+ left .2s cubic-bezier(0.215, 0.610, 0.355, 1.000),
317
+ top .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
318
+ }
319
+ .noUi-handle:before {
320
+ content: none;
321
+ }
322
+ .noUi-handle:after {
323
+ content: none;
324
+ }
325
+
326
+ .noUi-target .noUi-active.noUi-handle {
327
+ width: 3px;
328
+ height: 3px;
329
+ left: 0;
330
+ top: 0;
331
+ }
332
+
333
+ .noUi-target.noUi-horizontal .noUi-tooltip {
334
+ position: absolute;
335
+ height: 30px;
336
+ width: 30px;
337
+ top: -17px;
338
+ left: -2px;
339
+ background-color: #26A69A;
340
+ border-radius: 50%;
341
+ transition: border-radius .25s cubic-bezier(0.215, 0.610, 0.355, 1.000),
342
+ transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
343
+ transform: scale(.5) rotate(-45deg);
344
+ transform-origin: 50% 100%;
345
+ }
346
+ .noUi-target.noUi-horizontal .noUi-active .noUi-tooltip {
347
+ border-radius: 15px 15px 15px 0;
348
+ transform: rotate(-45deg) translate(23px, -25px);
349
+ }
350
+
351
+ .noUi-tooltip span {
352
+ width: 100%;
353
+ text-align: center;
354
+ color: #fff;
355
+ font-size: 12px;
356
+ opacity: 0;
357
+ position: absolute;
358
+ top: 6px;
359
+ left: -1px;
360
+ transition: opacity .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
361
+ }
362
+
363
+ .noUi-horizontal .noUi-tooltip span {
364
+ transform: rotate(45deg);
365
+ }
366
+
367
+ .noUi-vertical .noUi-tooltip span {
368
+ transform: rotate(135deg);
369
+ }
370
+
371
+ .noUi-target.noUi-vertical .noUi-tooltip {
372
+ position: absolute;
373
+ height: 30px;
374
+ width: 30px;
375
+ top: -17px;
376
+ left: -2px;
377
+ background-color: #26A69A;
378
+ border-radius: 50%;
379
+ transition: border-radius .25s cubic-bezier(0.215, 0.610, 0.355, 1.000),
380
+ transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
381
+ transform: scale(.5) rotate(-45deg);
382
+ transform-origin: 50% 100%;
383
+ }
384
+ .noUi-target.noUi-vertical .noUi-active .noUi-tooltip {
385
+ border-radius: 15px 15px 15px 0;
386
+ transform: rotate(-135deg) translate(35px, -10px);
387
+ }
388
+ .noUi-vertical .noUi-tooltip span {
389
+ width: 100%;
390
+ text-align: center;
391
+ color: #fff;
392
+ font-size: 12px;
393
+ transform: rotate(135deg);
394
+ opacity: 0;
395
+ position: absolute;
396
+ top: 7px;
397
+ left: -1px;
398
+ transition: opacity .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
399
+ }
400
+
401
+ .noUi-horizontal .noUi-active .noUi-tooltip span,
402
+ .noUi-vertical .noUi-active .noUi-tooltip span {
403
+ opacity: 1;
404
+ }