fomantic-ui-sass 2.9.0 → 2.9.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.
- checksums.yaml +4 -4
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +569 -596
- data/app/assets/javascripts/semantic-ui/api.js +1158 -1180
- data/app/assets/javascripts/semantic-ui/calendar.js +1935 -1810
- data/app/assets/javascripts/semantic-ui/checkbox.js +843 -842
- data/app/assets/javascripts/semantic-ui/dimmer.js +707 -738
- data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4237
- data/app/assets/javascripts/semantic-ui/embed.js +646 -676
- data/app/assets/javascripts/semantic-ui/flyout.js +1515 -1466
- data/app/assets/javascripts/semantic-ui/form.js +2023 -2005
- data/app/assets/javascripts/semantic-ui/modal.js +1545 -1487
- data/app/assets/javascripts/semantic-ui/nag.js +521 -527
- data/app/assets/javascripts/semantic-ui/popup.js +1457 -1457
- data/app/assets/javascripts/semantic-ui/progress.js +970 -998
- data/app/assets/javascripts/semantic-ui/rating.js +508 -524
- data/app/assets/javascripts/semantic-ui/search.js +1521 -1535
- data/app/assets/javascripts/semantic-ui/shape.js +784 -811
- data/app/assets/javascripts/semantic-ui/sidebar.js +1062 -1100
- data/app/assets/javascripts/semantic-ui/site.js +437 -477
- data/app/assets/javascripts/semantic-ui/slider.js +1311 -1312
- data/app/assets/javascripts/semantic-ui/state.js +639 -658
- data/app/assets/javascripts/semantic-ui/sticky.js +848 -902
- data/app/assets/javascripts/semantic-ui/tab.js +903 -967
- data/app/assets/javascripts/semantic-ui/toast.js +911 -885
- data/app/assets/javascripts/semantic-ui/transition.js +1049 -1078
- data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +246 -341
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +185 -331
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +272 -433
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +127 -199
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +549 -776
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +711 -1123
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +9 -8
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +45 -63
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +3556 -3556
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +272 -270
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +120 -144
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +667 -747
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +358 -276
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +361 -412
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +51 -72
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +69 -157
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +24 -44
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +150 -226
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +79 -152
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -15
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +30 -43
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +37 -55
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +26 -29
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +122 -193
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +55 -174
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +254 -388
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +20 -31
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +97 -143
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +122 -156
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +426 -204
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +83 -124
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +71 -100
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +105 -208
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +93 -121
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +12 -16
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +71 -149
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +36 -47
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +221 -367
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +43 -61
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +37 -59
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +86 -133
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +77 -118
- data/lib/fomantic/ui/sass/version.rb +2 -2
- data/tasks/converter.rb +1 -1
- metadata +17 -1
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
.ui.slider .inner .track-fill {
|
|
39
39
|
position: absolute;
|
|
40
40
|
border-radius: 4px;
|
|
41
|
-
background-color: #
|
|
41
|
+
background-color: #1b1c1d;
|
|
42
42
|
}
|
|
43
43
|
.ui.slider:not(.vertical) .inner .track-fill {
|
|
44
44
|
height: 0.4em;
|
|
@@ -51,24 +51,16 @@
|
|
|
51
51
|
top: 0;
|
|
52
52
|
height: 1.5em;
|
|
53
53
|
width: 1.5em;
|
|
54
|
-
background: #
|
|
55
|
-
background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
|
56
|
-
background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
|
54
|
+
background: #fff linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
|
57
55
|
border-radius: 100%;
|
|
58
|
-
|
|
59
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
|
60
|
-
-webkit-transition: background 0.3s ease;
|
|
56
|
+
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
|
61
57
|
transition: background 0.3s ease;
|
|
62
58
|
}
|
|
63
59
|
.ui.slider:not(.disabled) .inner .thumb:hover {
|
|
64
60
|
cursor: pointer;
|
|
65
|
-
background: #f2f2f2 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
|
|
66
|
-
background: #f2f2f2 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
|
67
61
|
background: #f2f2f2 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
|
68
62
|
}
|
|
69
63
|
.ui.slider:not(.disabled):focus .inner .thumb {
|
|
70
|
-
background: #f2f2f2 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
|
|
71
|
-
background: #f2f2f2 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
|
72
64
|
background: #f2f2f2 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
|
73
65
|
}
|
|
74
66
|
|
|
@@ -78,10 +70,9 @@
|
|
|
78
70
|
*******************************/
|
|
79
71
|
|
|
80
72
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
73
|
+
/* --------------
|
|
74
|
+
Disabled
|
|
75
|
+
--------------- */
|
|
85
76
|
.ui.disabled.slider:not(.checkbox) {
|
|
86
77
|
opacity: 0.5;
|
|
87
78
|
}
|
|
@@ -92,10 +83,9 @@
|
|
|
92
83
|
background: #ccc;
|
|
93
84
|
}
|
|
94
85
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
86
|
+
/* --------------
|
|
87
|
+
Reversed
|
|
88
|
+
--------------- */
|
|
99
89
|
.ui.reversed.slider .inner .track-fill {
|
|
100
90
|
left: auto;
|
|
101
91
|
right: 0;
|
|
@@ -108,8 +98,7 @@
|
|
|
108
98
|
left: 0.03em;
|
|
109
99
|
}
|
|
110
100
|
.ui.labeled.reversed.slider > .labels .label {
|
|
111
|
-
|
|
112
|
-
transform: translate(-100%, -100%);
|
|
101
|
+
transform: translate(-100%, -100%);
|
|
113
102
|
}
|
|
114
103
|
|
|
115
104
|
|
|
@@ -118,10 +107,9 @@
|
|
|
118
107
|
*******************************/
|
|
119
108
|
|
|
120
109
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
110
|
+
/* --------------
|
|
111
|
+
Vertical
|
|
112
|
+
--------------- */
|
|
125
113
|
.ui.vertical.slider {
|
|
126
114
|
height: 100%;
|
|
127
115
|
width: 1.5em;
|
|
@@ -152,10 +140,9 @@
|
|
|
152
140
|
bottom: 0;
|
|
153
141
|
}
|
|
154
142
|
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
143
|
+
/* --------------
|
|
144
|
+
Labeled
|
|
145
|
+
--------------- */
|
|
159
146
|
.ui.labeled.slider > .labels {
|
|
160
147
|
height: 1.5em;
|
|
161
148
|
width: auto;
|
|
@@ -167,26 +154,21 @@
|
|
|
167
154
|
right: 0;
|
|
168
155
|
}
|
|
169
156
|
.ui.labeled.slider:not(.vertical) > .labels {
|
|
170
|
-
|
|
171
|
-
transform: translateY(-50%);
|
|
157
|
+
transform: translateY(-50%);
|
|
172
158
|
}
|
|
173
159
|
.ui.labeled.slider > .labels .label {
|
|
174
|
-
display: -webkit-inline-box;
|
|
175
|
-
display: -ms-inline-flexbox;
|
|
176
160
|
display: inline-flex;
|
|
177
161
|
padding: 0.2em 0;
|
|
178
162
|
position: absolute;
|
|
179
|
-
|
|
180
|
-
transform: translate(-50%, -100%);
|
|
163
|
+
transform: translate(-50%, -100%);
|
|
181
164
|
white-space: nowrap;
|
|
182
165
|
}
|
|
183
166
|
.ui.bottom.aligned.labeled.slider > .labels .label {
|
|
184
167
|
bottom: 0;
|
|
185
|
-
|
|
186
|
-
transform: translate(-50%, 100%);
|
|
168
|
+
transform: translate(-50%, 100%);
|
|
187
169
|
}
|
|
188
170
|
.ui.labeled.ticked.slider > .labels .label::after {
|
|
189
|
-
content:
|
|
171
|
+
content: " ";
|
|
190
172
|
height: 1.5em;
|
|
191
173
|
width: 1px;
|
|
192
174
|
background: #ccc;
|
|
@@ -209,12 +191,10 @@
|
|
|
209
191
|
left: 50%;
|
|
210
192
|
top: 0;
|
|
211
193
|
bottom: 0;
|
|
212
|
-
|
|
213
|
-
transform: translateX(-50%);
|
|
194
|
+
transform: translateX(-50%);
|
|
214
195
|
}
|
|
215
196
|
.ui.labeled.vertical.slider > .labels .label {
|
|
216
|
-
|
|
217
|
-
transform: translate(-100%, -50%);
|
|
197
|
+
transform: translate(-100%, -50%);
|
|
218
198
|
}
|
|
219
199
|
.ui.labeled.vertical.slider > .labels .label::after {
|
|
220
200
|
width: 1.5em;
|
|
@@ -229,17 +209,14 @@
|
|
|
229
209
|
|
|
230
210
|
/* Vertical Reversed Labels */
|
|
231
211
|
.ui.labeled.vertical.reversed.slider > .labels .label {
|
|
232
|
-
|
|
233
|
-
transform: translate(-100%, 50%);
|
|
212
|
+
transform: translate(-100%, 50%);
|
|
234
213
|
}
|
|
235
214
|
|
|
236
|
-
|
|
215
|
+
/* --------------
|
|
237
216
|
Hover
|
|
238
|
-
|
|
239
|
-
|
|
217
|
+
--------------- */
|
|
240
218
|
.ui.hover.slider .inner .thumb {
|
|
241
219
|
opacity: 0;
|
|
242
|
-
-webkit-transition: opacity 0.2s linear;
|
|
243
220
|
transition: opacity 0.2s linear;
|
|
244
221
|
}
|
|
245
222
|
.ui.hover.slider:not(.disabled):hover .inner .thumb,
|
|
@@ -247,10 +224,9 @@
|
|
|
247
224
|
opacity: 1;
|
|
248
225
|
}
|
|
249
226
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
227
|
+
/* --------------
|
|
228
|
+
Inverted
|
|
229
|
+
--------------- */
|
|
254
230
|
.ui.inverted.slider .inner .track-fill {
|
|
255
231
|
background-color: #545454;
|
|
256
232
|
}
|
|
@@ -258,22 +234,21 @@
|
|
|
258
234
|
background-color: rgba(255, 255, 255, 0.08);
|
|
259
235
|
}
|
|
260
236
|
|
|
261
|
-
|
|
237
|
+
/* --------------
|
|
262
238
|
Colors
|
|
263
|
-
|
|
264
|
-
|
|
239
|
+
--------------- */
|
|
265
240
|
|
|
266
241
|
/* Standard */
|
|
267
242
|
.ui.primary.slider .inner .track-fill {
|
|
268
|
-
background-color: #
|
|
243
|
+
background-color: #2185d0;
|
|
269
244
|
}
|
|
270
245
|
.ui.primary.inverted.slider .inner .track-fill {
|
|
271
|
-
background-color: #
|
|
246
|
+
background-color: #54c8ff;
|
|
272
247
|
}
|
|
273
248
|
|
|
274
249
|
/* Basic */
|
|
275
250
|
.ui.primary.slider.basic .inner .thumb {
|
|
276
|
-
background-color: #
|
|
251
|
+
background-color: #2185d0;
|
|
277
252
|
}
|
|
278
253
|
.ui.primary.slider.basic .inner .thumb:hover,
|
|
279
254
|
.ui.primary.slider.basic:focus .inner .thumb {
|
|
@@ -282,7 +257,7 @@
|
|
|
282
257
|
|
|
283
258
|
/* Basic Inverted */
|
|
284
259
|
.ui.primary.inverted.slider.basic .inner .thumb {
|
|
285
|
-
background-color: #
|
|
260
|
+
background-color: #54c8ff;
|
|
286
261
|
}
|
|
287
262
|
.ui.primary.inverted.slider.basic .inner .thumb:hover,
|
|
288
263
|
.ui.primary.inverted.slider.basic:focus .inner .thumb {
|
|
@@ -291,7 +266,7 @@
|
|
|
291
266
|
|
|
292
267
|
/* Standard */
|
|
293
268
|
.ui.secondary.slider .inner .track-fill {
|
|
294
|
-
background-color: #
|
|
269
|
+
background-color: #1b1c1d;
|
|
295
270
|
}
|
|
296
271
|
.ui.secondary.inverted.slider .inner .track-fill {
|
|
297
272
|
background-color: #545454;
|
|
@@ -299,7 +274,7 @@
|
|
|
299
274
|
|
|
300
275
|
/* Basic */
|
|
301
276
|
.ui.secondary.slider.basic .inner .thumb {
|
|
302
|
-
background-color: #
|
|
277
|
+
background-color: #1b1c1d;
|
|
303
278
|
}
|
|
304
279
|
.ui.secondary.slider.basic .inner .thumb:hover,
|
|
305
280
|
.ui.secondary.slider.basic:focus .inner .thumb {
|
|
@@ -317,15 +292,15 @@
|
|
|
317
292
|
|
|
318
293
|
/* Standard */
|
|
319
294
|
.ui.red.slider .inner .track-fill {
|
|
320
|
-
background-color: #
|
|
295
|
+
background-color: #db2828;
|
|
321
296
|
}
|
|
322
297
|
.ui.red.inverted.slider .inner .track-fill {
|
|
323
|
-
background-color: #
|
|
298
|
+
background-color: #ff695e;
|
|
324
299
|
}
|
|
325
300
|
|
|
326
301
|
/* Basic */
|
|
327
302
|
.ui.red.slider.basic .inner .thumb {
|
|
328
|
-
background-color: #
|
|
303
|
+
background-color: #db2828;
|
|
329
304
|
}
|
|
330
305
|
.ui.red.slider.basic .inner .thumb:hover,
|
|
331
306
|
.ui.red.slider.basic:focus .inner .thumb {
|
|
@@ -334,7 +309,7 @@
|
|
|
334
309
|
|
|
335
310
|
/* Basic Inverted */
|
|
336
311
|
.ui.red.inverted.slider.basic .inner .thumb {
|
|
337
|
-
background-color: #
|
|
312
|
+
background-color: #ff695e;
|
|
338
313
|
}
|
|
339
314
|
.ui.red.inverted.slider.basic .inner .thumb:hover,
|
|
340
315
|
.ui.red.inverted.slider.basic:focus .inner .thumb {
|
|
@@ -343,15 +318,15 @@
|
|
|
343
318
|
|
|
344
319
|
/* Standard */
|
|
345
320
|
.ui.orange.slider .inner .track-fill {
|
|
346
|
-
background-color: #
|
|
321
|
+
background-color: #f2711c;
|
|
347
322
|
}
|
|
348
323
|
.ui.orange.inverted.slider .inner .track-fill {
|
|
349
|
-
background-color: #
|
|
324
|
+
background-color: #ff851b;
|
|
350
325
|
}
|
|
351
326
|
|
|
352
327
|
/* Basic */
|
|
353
328
|
.ui.orange.slider.basic .inner .thumb {
|
|
354
|
-
background-color: #
|
|
329
|
+
background-color: #f2711c;
|
|
355
330
|
}
|
|
356
331
|
.ui.orange.slider.basic .inner .thumb:hover,
|
|
357
332
|
.ui.orange.slider.basic:focus .inner .thumb {
|
|
@@ -360,7 +335,7 @@
|
|
|
360
335
|
|
|
361
336
|
/* Basic Inverted */
|
|
362
337
|
.ui.orange.inverted.slider.basic .inner .thumb {
|
|
363
|
-
background-color: #
|
|
338
|
+
background-color: #ff851b;
|
|
364
339
|
}
|
|
365
340
|
.ui.orange.inverted.slider.basic .inner .thumb:hover,
|
|
366
341
|
.ui.orange.inverted.slider.basic:focus .inner .thumb {
|
|
@@ -369,15 +344,15 @@
|
|
|
369
344
|
|
|
370
345
|
/* Standard */
|
|
371
346
|
.ui.yellow.slider .inner .track-fill {
|
|
372
|
-
background-color: #
|
|
347
|
+
background-color: #fbbd08;
|
|
373
348
|
}
|
|
374
349
|
.ui.yellow.inverted.slider .inner .track-fill {
|
|
375
|
-
background-color: #
|
|
350
|
+
background-color: #ffe21f;
|
|
376
351
|
}
|
|
377
352
|
|
|
378
353
|
/* Basic */
|
|
379
354
|
.ui.yellow.slider.basic .inner .thumb {
|
|
380
|
-
background-color: #
|
|
355
|
+
background-color: #fbbd08;
|
|
381
356
|
}
|
|
382
357
|
.ui.yellow.slider.basic .inner .thumb:hover,
|
|
383
358
|
.ui.yellow.slider.basic:focus .inner .thumb {
|
|
@@ -386,7 +361,7 @@
|
|
|
386
361
|
|
|
387
362
|
/* Basic Inverted */
|
|
388
363
|
.ui.yellow.inverted.slider.basic .inner .thumb {
|
|
389
|
-
background-color: #
|
|
364
|
+
background-color: #ffe21f;
|
|
390
365
|
}
|
|
391
366
|
.ui.yellow.inverted.slider.basic .inner .thumb:hover,
|
|
392
367
|
.ui.yellow.inverted.slider.basic:focus .inner .thumb {
|
|
@@ -395,15 +370,15 @@
|
|
|
395
370
|
|
|
396
371
|
/* Standard */
|
|
397
372
|
.ui.olive.slider .inner .track-fill {
|
|
398
|
-
background-color: #
|
|
373
|
+
background-color: #b5cc18;
|
|
399
374
|
}
|
|
400
375
|
.ui.olive.inverted.slider .inner .track-fill {
|
|
401
|
-
background-color: #
|
|
376
|
+
background-color: #d9e778;
|
|
402
377
|
}
|
|
403
378
|
|
|
404
379
|
/* Basic */
|
|
405
380
|
.ui.olive.slider.basic .inner .thumb {
|
|
406
|
-
background-color: #
|
|
381
|
+
background-color: #b5cc18;
|
|
407
382
|
}
|
|
408
383
|
.ui.olive.slider.basic .inner .thumb:hover,
|
|
409
384
|
.ui.olive.slider.basic:focus .inner .thumb {
|
|
@@ -412,7 +387,7 @@
|
|
|
412
387
|
|
|
413
388
|
/* Basic Inverted */
|
|
414
389
|
.ui.olive.inverted.slider.basic .inner .thumb {
|
|
415
|
-
background-color: #
|
|
390
|
+
background-color: #d9e778;
|
|
416
391
|
}
|
|
417
392
|
.ui.olive.inverted.slider.basic .inner .thumb:hover,
|
|
418
393
|
.ui.olive.inverted.slider.basic:focus .inner .thumb {
|
|
@@ -421,15 +396,15 @@
|
|
|
421
396
|
|
|
422
397
|
/* Standard */
|
|
423
398
|
.ui.green.slider .inner .track-fill {
|
|
424
|
-
background-color: #
|
|
399
|
+
background-color: #21ba45;
|
|
425
400
|
}
|
|
426
401
|
.ui.green.inverted.slider .inner .track-fill {
|
|
427
|
-
background-color: #
|
|
402
|
+
background-color: #2ecc40;
|
|
428
403
|
}
|
|
429
404
|
|
|
430
405
|
/* Basic */
|
|
431
406
|
.ui.green.slider.basic .inner .thumb {
|
|
432
|
-
background-color: #
|
|
407
|
+
background-color: #21ba45;
|
|
433
408
|
}
|
|
434
409
|
.ui.green.slider.basic .inner .thumb:hover,
|
|
435
410
|
.ui.green.slider.basic:focus .inner .thumb {
|
|
@@ -438,7 +413,7 @@
|
|
|
438
413
|
|
|
439
414
|
/* Basic Inverted */
|
|
440
415
|
.ui.green.inverted.slider.basic .inner .thumb {
|
|
441
|
-
background-color: #
|
|
416
|
+
background-color: #2ecc40;
|
|
442
417
|
}
|
|
443
418
|
.ui.green.inverted.slider.basic .inner .thumb:hover,
|
|
444
419
|
.ui.green.inverted.slider.basic:focus .inner .thumb {
|
|
@@ -447,15 +422,15 @@
|
|
|
447
422
|
|
|
448
423
|
/* Standard */
|
|
449
424
|
.ui.teal.slider .inner .track-fill {
|
|
450
|
-
background-color: #
|
|
425
|
+
background-color: #00b5ad;
|
|
451
426
|
}
|
|
452
427
|
.ui.teal.inverted.slider .inner .track-fill {
|
|
453
|
-
background-color: #
|
|
428
|
+
background-color: #6dffff;
|
|
454
429
|
}
|
|
455
430
|
|
|
456
431
|
/* Basic */
|
|
457
432
|
.ui.teal.slider.basic .inner .thumb {
|
|
458
|
-
background-color: #
|
|
433
|
+
background-color: #00b5ad;
|
|
459
434
|
}
|
|
460
435
|
.ui.teal.slider.basic .inner .thumb:hover,
|
|
461
436
|
.ui.teal.slider.basic:focus .inner .thumb {
|
|
@@ -464,7 +439,7 @@
|
|
|
464
439
|
|
|
465
440
|
/* Basic Inverted */
|
|
466
441
|
.ui.teal.inverted.slider.basic .inner .thumb {
|
|
467
|
-
background-color: #
|
|
442
|
+
background-color: #6dffff;
|
|
468
443
|
}
|
|
469
444
|
.ui.teal.inverted.slider.basic .inner .thumb:hover,
|
|
470
445
|
.ui.teal.inverted.slider.basic:focus .inner .thumb {
|
|
@@ -473,15 +448,15 @@
|
|
|
473
448
|
|
|
474
449
|
/* Standard */
|
|
475
450
|
.ui.blue.slider .inner .track-fill {
|
|
476
|
-
background-color: #
|
|
451
|
+
background-color: #2185d0;
|
|
477
452
|
}
|
|
478
453
|
.ui.blue.inverted.slider .inner .track-fill {
|
|
479
|
-
background-color: #
|
|
454
|
+
background-color: #54c8ff;
|
|
480
455
|
}
|
|
481
456
|
|
|
482
457
|
/* Basic */
|
|
483
458
|
.ui.blue.slider.basic .inner .thumb {
|
|
484
|
-
background-color: #
|
|
459
|
+
background-color: #2185d0;
|
|
485
460
|
}
|
|
486
461
|
.ui.blue.slider.basic .inner .thumb:hover,
|
|
487
462
|
.ui.blue.slider.basic:focus .inner .thumb {
|
|
@@ -490,7 +465,7 @@
|
|
|
490
465
|
|
|
491
466
|
/* Basic Inverted */
|
|
492
467
|
.ui.blue.inverted.slider.basic .inner .thumb {
|
|
493
|
-
background-color: #
|
|
468
|
+
background-color: #54c8ff;
|
|
494
469
|
}
|
|
495
470
|
.ui.blue.inverted.slider.basic .inner .thumb:hover,
|
|
496
471
|
.ui.blue.inverted.slider.basic:focus .inner .thumb {
|
|
@@ -499,15 +474,15 @@
|
|
|
499
474
|
|
|
500
475
|
/* Standard */
|
|
501
476
|
.ui.violet.slider .inner .track-fill {
|
|
502
|
-
background-color: #
|
|
477
|
+
background-color: #6435c9;
|
|
503
478
|
}
|
|
504
479
|
.ui.violet.inverted.slider .inner .track-fill {
|
|
505
|
-
background-color: #
|
|
480
|
+
background-color: #a291fb;
|
|
506
481
|
}
|
|
507
482
|
|
|
508
483
|
/* Basic */
|
|
509
484
|
.ui.violet.slider.basic .inner .thumb {
|
|
510
|
-
background-color: #
|
|
485
|
+
background-color: #6435c9;
|
|
511
486
|
}
|
|
512
487
|
.ui.violet.slider.basic .inner .thumb:hover,
|
|
513
488
|
.ui.violet.slider.basic:focus .inner .thumb {
|
|
@@ -516,7 +491,7 @@
|
|
|
516
491
|
|
|
517
492
|
/* Basic Inverted */
|
|
518
493
|
.ui.violet.inverted.slider.basic .inner .thumb {
|
|
519
|
-
background-color: #
|
|
494
|
+
background-color: #a291fb;
|
|
520
495
|
}
|
|
521
496
|
.ui.violet.inverted.slider.basic .inner .thumb:hover,
|
|
522
497
|
.ui.violet.inverted.slider.basic:focus .inner .thumb {
|
|
@@ -525,15 +500,15 @@
|
|
|
525
500
|
|
|
526
501
|
/* Standard */
|
|
527
502
|
.ui.purple.slider .inner .track-fill {
|
|
528
|
-
background-color: #
|
|
503
|
+
background-color: #a333c8;
|
|
529
504
|
}
|
|
530
505
|
.ui.purple.inverted.slider .inner .track-fill {
|
|
531
|
-
background-color: #
|
|
506
|
+
background-color: #dc73ff;
|
|
532
507
|
}
|
|
533
508
|
|
|
534
509
|
/* Basic */
|
|
535
510
|
.ui.purple.slider.basic .inner .thumb {
|
|
536
|
-
background-color: #
|
|
511
|
+
background-color: #a333c8;
|
|
537
512
|
}
|
|
538
513
|
.ui.purple.slider.basic .inner .thumb:hover,
|
|
539
514
|
.ui.purple.slider.basic:focus .inner .thumb {
|
|
@@ -542,7 +517,7 @@
|
|
|
542
517
|
|
|
543
518
|
/* Basic Inverted */
|
|
544
519
|
.ui.purple.inverted.slider.basic .inner .thumb {
|
|
545
|
-
background-color: #
|
|
520
|
+
background-color: #dc73ff;
|
|
546
521
|
}
|
|
547
522
|
.ui.purple.inverted.slider.basic .inner .thumb:hover,
|
|
548
523
|
.ui.purple.inverted.slider.basic:focus .inner .thumb {
|
|
@@ -551,15 +526,15 @@
|
|
|
551
526
|
|
|
552
527
|
/* Standard */
|
|
553
528
|
.ui.pink.slider .inner .track-fill {
|
|
554
|
-
background-color: #
|
|
529
|
+
background-color: #e03997;
|
|
555
530
|
}
|
|
556
531
|
.ui.pink.inverted.slider .inner .track-fill {
|
|
557
|
-
background-color: #
|
|
532
|
+
background-color: #ff8edf;
|
|
558
533
|
}
|
|
559
534
|
|
|
560
535
|
/* Basic */
|
|
561
536
|
.ui.pink.slider.basic .inner .thumb {
|
|
562
|
-
background-color: #
|
|
537
|
+
background-color: #e03997;
|
|
563
538
|
}
|
|
564
539
|
.ui.pink.slider.basic .inner .thumb:hover,
|
|
565
540
|
.ui.pink.slider.basic:focus .inner .thumb {
|
|
@@ -568,7 +543,7 @@
|
|
|
568
543
|
|
|
569
544
|
/* Basic Inverted */
|
|
570
545
|
.ui.pink.inverted.slider.basic .inner .thumb {
|
|
571
|
-
background-color: #
|
|
546
|
+
background-color: #ff8edf;
|
|
572
547
|
}
|
|
573
548
|
.ui.pink.inverted.slider.basic .inner .thumb:hover,
|
|
574
549
|
.ui.pink.inverted.slider.basic:focus .inner .thumb {
|
|
@@ -577,15 +552,15 @@
|
|
|
577
552
|
|
|
578
553
|
/* Standard */
|
|
579
554
|
.ui.brown.slider .inner .track-fill {
|
|
580
|
-
background-color: #
|
|
555
|
+
background-color: #a5673f;
|
|
581
556
|
}
|
|
582
557
|
.ui.brown.inverted.slider .inner .track-fill {
|
|
583
|
-
background-color: #
|
|
558
|
+
background-color: #d67c1c;
|
|
584
559
|
}
|
|
585
560
|
|
|
586
561
|
/* Basic */
|
|
587
562
|
.ui.brown.slider.basic .inner .thumb {
|
|
588
|
-
background-color: #
|
|
563
|
+
background-color: #a5673f;
|
|
589
564
|
}
|
|
590
565
|
.ui.brown.slider.basic .inner .thumb:hover,
|
|
591
566
|
.ui.brown.slider.basic:focus .inner .thumb {
|
|
@@ -594,7 +569,7 @@
|
|
|
594
569
|
|
|
595
570
|
/* Basic Inverted */
|
|
596
571
|
.ui.brown.inverted.slider.basic .inner .thumb {
|
|
597
|
-
background-color: #
|
|
572
|
+
background-color: #d67c1c;
|
|
598
573
|
}
|
|
599
574
|
.ui.brown.inverted.slider.basic .inner .thumb:hover,
|
|
600
575
|
.ui.brown.inverted.slider.basic:focus .inner .thumb {
|
|
@@ -606,7 +581,7 @@
|
|
|
606
581
|
background-color: #767676;
|
|
607
582
|
}
|
|
608
583
|
.ui.grey.inverted.slider .inner .track-fill {
|
|
609
|
-
background-color: #
|
|
584
|
+
background-color: #dcddde;
|
|
610
585
|
}
|
|
611
586
|
|
|
612
587
|
/* Basic */
|
|
@@ -620,7 +595,7 @@
|
|
|
620
595
|
|
|
621
596
|
/* Basic Inverted */
|
|
622
597
|
.ui.grey.inverted.slider.basic .inner .thumb {
|
|
623
|
-
background-color: #
|
|
598
|
+
background-color: #dcddde;
|
|
624
599
|
}
|
|
625
600
|
.ui.grey.inverted.slider.basic .inner .thumb:hover,
|
|
626
601
|
.ui.grey.inverted.slider.basic:focus .inner .thumb {
|
|
@@ -629,7 +604,7 @@
|
|
|
629
604
|
|
|
630
605
|
/* Standard */
|
|
631
606
|
.ui.black.slider .inner .track-fill {
|
|
632
|
-
background-color: #
|
|
607
|
+
background-color: #1b1c1d;
|
|
633
608
|
}
|
|
634
609
|
.ui.black.inverted.slider .inner .track-fill {
|
|
635
610
|
background-color: #545454;
|
|
@@ -637,7 +612,7 @@
|
|
|
637
612
|
|
|
638
613
|
/* Basic */
|
|
639
614
|
.ui.black.slider.basic .inner .thumb {
|
|
640
|
-
background-color: #
|
|
615
|
+
background-color: #1b1c1d;
|
|
641
616
|
}
|
|
642
617
|
.ui.black.slider.basic .inner .thumb:hover,
|
|
643
618
|
.ui.black.slider.basic:focus .inner .thumb {
|
|
@@ -653,24 +628,22 @@
|
|
|
653
628
|
background-color: #000000;
|
|
654
629
|
}
|
|
655
630
|
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
631
|
+
/* --------------
|
|
632
|
+
Basic
|
|
633
|
+
--------------- */
|
|
660
634
|
|
|
661
635
|
/* Standard */
|
|
662
636
|
.ui.slider.basic .inner .thumb {
|
|
663
|
-
background-color: #
|
|
637
|
+
background-color: #1b1c1d;
|
|
664
638
|
}
|
|
665
639
|
.ui.slider.basic .inner .thumb:hover,
|
|
666
640
|
.ui.slider.basic:focus .inner .thumb {
|
|
667
641
|
background-color: #27292a;
|
|
668
642
|
}
|
|
669
643
|
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
644
|
+
/* --------------
|
|
645
|
+
Basic Inverted
|
|
646
|
+
--------------- */
|
|
674
647
|
|
|
675
648
|
/* Standard */
|
|
676
649
|
.ui.inverted.slider.basic .inner .thumb {
|
|
@@ -681,10 +654,9 @@
|
|
|
681
654
|
background-color: #000000;
|
|
682
655
|
}
|
|
683
656
|
|
|
684
|
-
|
|
657
|
+
/* --------------
|
|
685
658
|
Sizing
|
|
686
|
-
|
|
687
|
-
|
|
659
|
+
--------------- */
|
|
688
660
|
.ui.slider.small .inner .thumb {
|
|
689
661
|
height: 1em;
|
|
690
662
|
width: 1em;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* # Fomantic-UI 2.9.
|
|
3
|
-
*
|
|
2
|
+
* # Fomantic-UI 2.9.1 - Sticky
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
4
4
|
*
|
|
5
5
|
*
|
|
6
6
|
* Released under the MIT license
|
|
7
|
-
*
|
|
7
|
+
* https://opensource.org/licenses/MIT
|
|
8
8
|
*
|
|
9
9
|
*/
|
|
10
10
|
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
|
|
16
16
|
.ui.sticky {
|
|
17
17
|
position: static;
|
|
18
|
-
-webkit-transition: none;
|
|
19
18
|
transition: none;
|
|
20
19
|
z-index: 800;
|
|
21
20
|
}
|
|
@@ -58,9 +57,6 @@
|
|
|
58
57
|
*******************************/
|
|
59
58
|
|
|
60
59
|
.ui.native.sticky {
|
|
61
|
-
position: -moz-sticky;
|
|
62
|
-
position: -ms-sticky;
|
|
63
|
-
position: -o-sticky;
|
|
64
60
|
position: sticky;
|
|
65
61
|
}
|
|
66
62
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* # Fomantic-UI 2.9.
|
|
3
|
-
*
|
|
2
|
+
* # Fomantic-UI 2.9.1 - Tab
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
4
4
|
*
|
|
5
5
|
*
|
|
6
6
|
* Released under the MIT license
|
|
7
|
-
*
|
|
7
|
+
* https://opensource.org/licenses/MIT
|
|
8
8
|
*
|
|
9
9
|
*/
|
|
10
10
|
|
|
@@ -23,19 +23,17 @@
|
|
|
23
23
|
*******************************/
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
/* --------------------
|
|
27
27
|
Active
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
--------------------- */
|
|
30
29
|
.ui.tab.active,
|
|
31
30
|
.ui.tab.open {
|
|
32
31
|
display: block;
|
|
33
32
|
}
|
|
34
33
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
34
|
+
/* --------------------
|
|
35
|
+
Loading
|
|
36
|
+
--------------------- */
|
|
39
37
|
.ui.tab.loading {
|
|
40
38
|
position: relative;
|
|
41
39
|
overflow: hidden;
|
|
@@ -49,7 +47,7 @@
|
|
|
49
47
|
.ui.tab.loading::before,
|
|
50
48
|
.ui.tab.loading.segment::before {
|
|
51
49
|
position: absolute;
|
|
52
|
-
content:
|
|
50
|
+
content: "";
|
|
53
51
|
top: 50%;
|
|
54
52
|
left: 50%;
|
|
55
53
|
margin: -1.25em 0 0 -1.25em;
|
|
@@ -61,18 +59,16 @@
|
|
|
61
59
|
.ui.tab.loading::after,
|
|
62
60
|
.ui.tab.loading.segment::after {
|
|
63
61
|
position: absolute;
|
|
64
|
-
content:
|
|
62
|
+
content: "";
|
|
65
63
|
top: 50%;
|
|
66
64
|
left: 50%;
|
|
67
65
|
margin: -1.25em 0 0 -1.25em;
|
|
68
66
|
width: 2.5em;
|
|
69
67
|
height: 2.5em;
|
|
70
|
-
|
|
71
|
-
animation: loader 0.6s infinite linear;
|
|
68
|
+
animation: loader 0.6s infinite linear;
|
|
72
69
|
border: 0.2em solid #767676;
|
|
73
70
|
border-radius: 500rem;
|
|
74
|
-
|
|
75
|
-
box-shadow: 0 0 0 1px transparent;
|
|
71
|
+
box-shadow: 0 0 0 1px transparent;
|
|
76
72
|
}
|
|
77
73
|
|
|
78
74
|
|