fomantic-ui-sass 2.8.8.1 → 2.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- 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.eot +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
- data/app/assets/fonts/semantic-ui/brand-icons.ttf +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.eot +0 -0
- data/app/assets/fonts/semantic-ui/icons.svg +245 -7
- data/app/assets/fonts/semantic-ui/icons.ttf +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.eot +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
- data/app/assets/fonts/semantic-ui/outline-icons.ttf +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 -590
- data/app/assets/javascripts/semantic-ui/api.js +1153 -1116
- data/app/assets/javascripts/semantic-ui/calendar.js +1941 -1698
- data/app/assets/javascripts/semantic-ui/checkbox.js +862 -854
- data/app/assets/javascripts/semantic-ui/dimmer.js +697 -713
- data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4192
- data/app/assets/javascripts/semantic-ui/embed.js +646 -672
- data/app/assets/javascripts/semantic-ui/flyout.js +1579 -0
- data/app/assets/javascripts/semantic-ui/form.js +2024 -2000
- data/app/assets/javascripts/semantic-ui/modal.js +1546 -1384
- data/app/assets/javascripts/semantic-ui/nag.js +521 -527
- data/app/assets/javascripts/semantic-ui/popup.js +1457 -1463
- data/app/assets/javascripts/semantic-ui/progress.js +970 -995
- data/app/assets/javascripts/semantic-ui/rating.js +508 -520
- data/app/assets/javascripts/semantic-ui/search.js +1521 -1508
- data/app/assets/javascripts/semantic-ui/shape.js +784 -811
- data/app/assets/javascripts/semantic-ui/sidebar.js +1061 -1002
- data/app/assets/javascripts/semantic-ui/site.js +437 -477
- data/app/assets/javascripts/semantic-ui/slider.js +1311 -1297
- data/app/assets/javascripts/semantic-ui/state.js +639 -658
- data/app/assets/javascripts/semantic-ui/sticky.js +848 -891
- data/app/assets/javascripts/semantic-ui/tab.js +895 -941
- data/app/assets/javascripts/semantic-ui/toast.js +911 -851
- data/app/assets/javascripts/semantic-ui/transition.js +1049 -1073
- 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 +389 -407
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +203 -345
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +372 -501
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +154 -226
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2065 -880
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +867 -1232
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +101 -6
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +75 -93
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +11148 -9190
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1037 -929
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +124 -146
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2728 -2759
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +982 -163
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +432 -479
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +80 -101
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +452 -540
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +56 -76
- 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 +263 -255
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +106 -179
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +14 -18
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +132 -48
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +196 -74
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +43 -29
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +210 -280
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +78 -182
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +339 -423
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +24 -35
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +546 -0
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +150 -153
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +530 -310
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +88 -168
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +73 -102
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +126 -215
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +110 -138
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +16 -20
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +111 -141
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +39 -50
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +949 -458
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +44 -62
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +50 -72
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +89 -136
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +78 -119
- data/lib/fomantic/ui/sass/version.rb +2 -2
- data/tasks/converter.rb +1 -1
- metadata +21 -3
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.
|
3
|
-
*
|
2
|
+
* # Fomantic-UI 2.9.1 - Statistic
|
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
|
|
@@ -16,13 +16,8 @@
|
|
16
16
|
|
17
17
|
/* Standalone */
|
18
18
|
.ui.statistic {
|
19
|
-
display: -webkit-inline-box;
|
20
|
-
display: -ms-inline-flexbox;
|
21
19
|
display: inline-flex;
|
22
|
-
-
|
23
|
-
-webkit-box-direction: normal;
|
24
|
-
-ms-flex-direction: column;
|
25
|
-
flex-direction: column;
|
20
|
+
flex-direction: column;
|
26
21
|
margin: 1em 0;
|
27
22
|
max-width: none;
|
28
23
|
}
|
@@ -44,40 +39,26 @@
|
|
44
39
|
|
45
40
|
/* Grouped */
|
46
41
|
.ui.statistics {
|
47
|
-
display: -webkit-box;
|
48
|
-
display: -ms-flexbox;
|
49
42
|
display: flex;
|
50
|
-
-
|
51
|
-
|
52
|
-
align-items: flex-start;
|
53
|
-
-ms-flex-wrap: wrap;
|
54
|
-
flex-wrap: wrap;
|
43
|
+
align-items: flex-start;
|
44
|
+
flex-wrap: wrap;
|
55
45
|
}
|
56
46
|
.ui.statistics > .statistic {
|
57
|
-
display: -webkit-inline-box;
|
58
|
-
display: -ms-inline-flexbox;
|
59
47
|
display: inline-flex;
|
60
|
-
|
61
|
-
|
62
|
-
flex: 0 1 auto;
|
63
|
-
-webkit-box-orient: vertical;
|
64
|
-
-webkit-box-direction: normal;
|
65
|
-
-ms-flex-direction: column;
|
66
|
-
flex-direction: column;
|
48
|
+
flex: 0 1 auto;
|
49
|
+
flex-direction: column;
|
67
50
|
margin: 0 1.5em 1em;
|
68
51
|
max-width: none;
|
69
52
|
}
|
70
53
|
.ui.statistics {
|
71
|
-
display: -webkit-box;
|
72
|
-
display: -ms-flexbox;
|
73
54
|
display: flex;
|
74
55
|
margin: 1em -1.5em -1em;
|
75
56
|
}
|
76
57
|
|
77
58
|
/* Clearing */
|
78
|
-
.ui.statistics
|
59
|
+
.ui.statistics::after {
|
79
60
|
display: block;
|
80
|
-
content:
|
61
|
+
content: " ";
|
81
62
|
height: 0;
|
82
63
|
clear: both;
|
83
64
|
overflow: hidden;
|
@@ -93,28 +74,26 @@
|
|
93
74
|
*******************************/
|
94
75
|
|
95
76
|
|
96
|
-
|
77
|
+
/* --------------
|
97
78
|
Value
|
98
|
-
|
99
|
-
|
79
|
+
--------------- */
|
100
80
|
.ui.statistics .statistic > .value,
|
101
81
|
.ui.statistic > .value {
|
102
|
-
font-family:
|
82
|
+
font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
103
83
|
font-size: 4rem;
|
104
84
|
font-weight: normal;
|
105
85
|
line-height: 1em;
|
106
|
-
color: #
|
86
|
+
color: #1b1c1d;
|
107
87
|
text-transform: uppercase;
|
108
88
|
text-align: center;
|
109
89
|
}
|
110
90
|
|
111
|
-
|
91
|
+
/* --------------
|
112
92
|
Label
|
113
|
-
|
114
|
-
|
93
|
+
--------------- */
|
115
94
|
.ui.statistics .statistic > .label,
|
116
95
|
.ui.statistic > .label {
|
117
|
-
font-family:
|
96
|
+
font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
118
97
|
font-size: 1em;
|
119
98
|
font-weight: bold;
|
120
99
|
color: rgba(0, 0, 0, 0.87);
|
@@ -140,10 +119,9 @@
|
|
140
119
|
*******************************/
|
141
120
|
|
142
121
|
|
143
|
-
|
122
|
+
/* --------------
|
144
123
|
Icon Value
|
145
|
-
|
146
|
-
|
124
|
+
--------------- */
|
147
125
|
.ui.statistics .statistic > .value > i.icon,
|
148
126
|
.ui.statistic > .value > i.icon {
|
149
127
|
opacity: 1;
|
@@ -151,10 +129,9 @@
|
|
151
129
|
margin: 0;
|
152
130
|
}
|
153
131
|
|
154
|
-
|
132
|
+
/* --------------
|
155
133
|
Text Value
|
156
|
-
|
157
|
-
|
134
|
+
--------------- */
|
158
135
|
.ui.statistics .statistic > .text.value,
|
159
136
|
.ui.statistic > .text.value {
|
160
137
|
line-height: 1em;
|
@@ -167,10 +144,9 @@
|
|
167
144
|
text-align: center;
|
168
145
|
}
|
169
146
|
|
170
|
-
|
147
|
+
/* --------------
|
171
148
|
Image Value
|
172
|
-
|
173
|
-
|
149
|
+
--------------- */
|
174
150
|
.ui.statistics .statistic > .value img,
|
175
151
|
.ui.statistic > .value img {
|
176
152
|
max-height: 3rem;
|
@@ -183,10 +159,9 @@
|
|
183
159
|
*******************************/
|
184
160
|
|
185
161
|
|
186
|
-
|
162
|
+
/* --------------
|
187
163
|
Count
|
188
|
-
|
189
|
-
|
164
|
+
--------------- */
|
190
165
|
.ui.ten.statistics {
|
191
166
|
margin: 0 0 -1em;
|
192
167
|
}
|
@@ -257,36 +232,25 @@
|
|
257
232
|
min-width: 100%;
|
258
233
|
margin: 0 0 1em;
|
259
234
|
}
|
235
|
+
.ui.fluid.statistic {
|
236
|
+
width: 100%;
|
237
|
+
}
|
260
238
|
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
239
|
+
/* --------------
|
240
|
+
Horizontal
|
241
|
+
--------------- */
|
265
242
|
.ui.horizontal.statistic {
|
266
|
-
-
|
267
|
-
-
|
268
|
-
-ms-flex-direction: row;
|
269
|
-
flex-direction: row;
|
270
|
-
-webkit-box-align: center;
|
271
|
-
-ms-flex-align: center;
|
272
|
-
align-items: center;
|
243
|
+
flex-direction: row;
|
244
|
+
align-items: center;
|
273
245
|
}
|
274
246
|
.ui.horizontal.statistics {
|
275
|
-
-
|
276
|
-
-webkit-box-direction: normal;
|
277
|
-
-ms-flex-direction: column;
|
278
|
-
flex-direction: column;
|
247
|
+
flex-direction: column;
|
279
248
|
margin: 0;
|
280
249
|
max-width: none;
|
281
250
|
}
|
282
251
|
.ui.horizontal.statistics .statistic {
|
283
|
-
-
|
284
|
-
-
|
285
|
-
-ms-flex-direction: row;
|
286
|
-
flex-direction: row;
|
287
|
-
-webkit-box-align: center;
|
288
|
-
-ms-flex-align: center;
|
289
|
-
align-items: center;
|
252
|
+
flex-direction: row;
|
253
|
+
align-items: center;
|
290
254
|
max-width: none;
|
291
255
|
margin: 1em 0;
|
292
256
|
}
|
@@ -310,37 +274,35 @@
|
|
310
274
|
margin: 0 0 0 0.75em;
|
311
275
|
}
|
312
276
|
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
277
|
+
/* --------------
|
278
|
+
Inverted
|
279
|
+
--------------- */
|
317
280
|
.ui.inverted.statistics .statistic > .value,
|
318
281
|
.ui.inverted.statistic .value {
|
319
|
-
color: #
|
282
|
+
color: #fff;
|
320
283
|
}
|
321
284
|
.ui.inverted.statistics .statistic > .label,
|
322
285
|
.ui.inverted.statistic .label {
|
323
286
|
color: rgba(255, 255, 255, 0.9);
|
324
287
|
}
|
325
288
|
|
326
|
-
|
289
|
+
/* --------------
|
327
290
|
Colors
|
328
|
-
|
329
|
-
|
291
|
+
--------------- */
|
330
292
|
.ui.primary.statistics .statistic > .value,
|
331
293
|
.ui.statistics .primary.statistic > .value,
|
332
294
|
.ui.primary.statistic > .value {
|
333
|
-
color: #
|
295
|
+
color: #2185d0;
|
334
296
|
}
|
335
297
|
.ui.inverted.primary.statistics .statistic > .value,
|
336
298
|
.ui.statistics .inverted.primary.statistic > .value,
|
337
299
|
.ui.inverted.primary.statistic > .value {
|
338
|
-
color: #
|
300
|
+
color: #54c8ff;
|
339
301
|
}
|
340
302
|
.ui.secondary.statistics .statistic > .value,
|
341
303
|
.ui.statistics .secondary.statistic > .value,
|
342
304
|
.ui.secondary.statistic > .value {
|
343
|
-
color: #
|
305
|
+
color: #1b1c1d;
|
344
306
|
}
|
345
307
|
.ui.inverted.secondary.statistics .statistic > .value,
|
346
308
|
.ui.statistics .inverted.secondary.statistic > .value,
|
@@ -350,112 +312,112 @@
|
|
350
312
|
.ui.red.statistics .statistic > .value,
|
351
313
|
.ui.statistics .red.statistic > .value,
|
352
314
|
.ui.red.statistic > .value {
|
353
|
-
color: #
|
315
|
+
color: #db2828;
|
354
316
|
}
|
355
317
|
.ui.inverted.red.statistics .statistic > .value,
|
356
318
|
.ui.statistics .inverted.red.statistic > .value,
|
357
319
|
.ui.inverted.red.statistic > .value {
|
358
|
-
color: #
|
320
|
+
color: #ff695e;
|
359
321
|
}
|
360
322
|
.ui.orange.statistics .statistic > .value,
|
361
323
|
.ui.statistics .orange.statistic > .value,
|
362
324
|
.ui.orange.statistic > .value {
|
363
|
-
color: #
|
325
|
+
color: #f2711c;
|
364
326
|
}
|
365
327
|
.ui.inverted.orange.statistics .statistic > .value,
|
366
328
|
.ui.statistics .inverted.orange.statistic > .value,
|
367
329
|
.ui.inverted.orange.statistic > .value {
|
368
|
-
color: #
|
330
|
+
color: #ff851b;
|
369
331
|
}
|
370
332
|
.ui.yellow.statistics .statistic > .value,
|
371
333
|
.ui.statistics .yellow.statistic > .value,
|
372
334
|
.ui.yellow.statistic > .value {
|
373
|
-
color: #
|
335
|
+
color: #fbbd08;
|
374
336
|
}
|
375
337
|
.ui.inverted.yellow.statistics .statistic > .value,
|
376
338
|
.ui.statistics .inverted.yellow.statistic > .value,
|
377
339
|
.ui.inverted.yellow.statistic > .value {
|
378
|
-
color: #
|
340
|
+
color: #ffe21f;
|
379
341
|
}
|
380
342
|
.ui.olive.statistics .statistic > .value,
|
381
343
|
.ui.statistics .olive.statistic > .value,
|
382
344
|
.ui.olive.statistic > .value {
|
383
|
-
color: #
|
345
|
+
color: #b5cc18;
|
384
346
|
}
|
385
347
|
.ui.inverted.olive.statistics .statistic > .value,
|
386
348
|
.ui.statistics .inverted.olive.statistic > .value,
|
387
349
|
.ui.inverted.olive.statistic > .value {
|
388
|
-
color: #
|
350
|
+
color: #d9e778;
|
389
351
|
}
|
390
352
|
.ui.green.statistics .statistic > .value,
|
391
353
|
.ui.statistics .green.statistic > .value,
|
392
354
|
.ui.green.statistic > .value {
|
393
|
-
color: #
|
355
|
+
color: #21ba45;
|
394
356
|
}
|
395
357
|
.ui.inverted.green.statistics .statistic > .value,
|
396
358
|
.ui.statistics .inverted.green.statistic > .value,
|
397
359
|
.ui.inverted.green.statistic > .value {
|
398
|
-
color: #
|
360
|
+
color: #2ecc40;
|
399
361
|
}
|
400
362
|
.ui.teal.statistics .statistic > .value,
|
401
363
|
.ui.statistics .teal.statistic > .value,
|
402
364
|
.ui.teal.statistic > .value {
|
403
|
-
color: #
|
365
|
+
color: #00b5ad;
|
404
366
|
}
|
405
367
|
.ui.inverted.teal.statistics .statistic > .value,
|
406
368
|
.ui.statistics .inverted.teal.statistic > .value,
|
407
369
|
.ui.inverted.teal.statistic > .value {
|
408
|
-
color: #
|
370
|
+
color: #6dffff;
|
409
371
|
}
|
410
372
|
.ui.blue.statistics .statistic > .value,
|
411
373
|
.ui.statistics .blue.statistic > .value,
|
412
374
|
.ui.blue.statistic > .value {
|
413
|
-
color: #
|
375
|
+
color: #2185d0;
|
414
376
|
}
|
415
377
|
.ui.inverted.blue.statistics .statistic > .value,
|
416
378
|
.ui.statistics .inverted.blue.statistic > .value,
|
417
379
|
.ui.inverted.blue.statistic > .value {
|
418
|
-
color: #
|
380
|
+
color: #54c8ff;
|
419
381
|
}
|
420
382
|
.ui.violet.statistics .statistic > .value,
|
421
383
|
.ui.statistics .violet.statistic > .value,
|
422
384
|
.ui.violet.statistic > .value {
|
423
|
-
color: #
|
385
|
+
color: #6435c9;
|
424
386
|
}
|
425
387
|
.ui.inverted.violet.statistics .statistic > .value,
|
426
388
|
.ui.statistics .inverted.violet.statistic > .value,
|
427
389
|
.ui.inverted.violet.statistic > .value {
|
428
|
-
color: #
|
390
|
+
color: #a291fb;
|
429
391
|
}
|
430
392
|
.ui.purple.statistics .statistic > .value,
|
431
393
|
.ui.statistics .purple.statistic > .value,
|
432
394
|
.ui.purple.statistic > .value {
|
433
|
-
color: #
|
395
|
+
color: #a333c8;
|
434
396
|
}
|
435
397
|
.ui.inverted.purple.statistics .statistic > .value,
|
436
398
|
.ui.statistics .inverted.purple.statistic > .value,
|
437
399
|
.ui.inverted.purple.statistic > .value {
|
438
|
-
color: #
|
400
|
+
color: #dc73ff;
|
439
401
|
}
|
440
402
|
.ui.pink.statistics .statistic > .value,
|
441
403
|
.ui.statistics .pink.statistic > .value,
|
442
404
|
.ui.pink.statistic > .value {
|
443
|
-
color: #
|
405
|
+
color: #e03997;
|
444
406
|
}
|
445
407
|
.ui.inverted.pink.statistics .statistic > .value,
|
446
408
|
.ui.statistics .inverted.pink.statistic > .value,
|
447
409
|
.ui.inverted.pink.statistic > .value {
|
448
|
-
color: #
|
410
|
+
color: #ff8edf;
|
449
411
|
}
|
450
412
|
.ui.brown.statistics .statistic > .value,
|
451
413
|
.ui.statistics .brown.statistic > .value,
|
452
414
|
.ui.brown.statistic > .value {
|
453
|
-
color: #
|
415
|
+
color: #a5673f;
|
454
416
|
}
|
455
417
|
.ui.inverted.brown.statistics .statistic > .value,
|
456
418
|
.ui.statistics .inverted.brown.statistic > .value,
|
457
419
|
.ui.inverted.brown.statistic > .value {
|
458
|
-
color: #
|
420
|
+
color: #d67c1c;
|
459
421
|
}
|
460
422
|
.ui.grey.statistics .statistic > .value,
|
461
423
|
.ui.statistics .grey.statistic > .value,
|
@@ -465,12 +427,12 @@
|
|
465
427
|
.ui.inverted.grey.statistics .statistic > .value,
|
466
428
|
.ui.statistics .inverted.grey.statistic > .value,
|
467
429
|
.ui.inverted.grey.statistic > .value {
|
468
|
-
color: #
|
430
|
+
color: #dcddde;
|
469
431
|
}
|
470
432
|
.ui.black.statistics .statistic > .value,
|
471
433
|
.ui.statistics .black.statistic > .value,
|
472
434
|
.ui.black.statistic > .value {
|
473
|
-
color: #
|
435
|
+
color: #1b1c1d;
|
474
436
|
}
|
475
437
|
.ui.inverted.black.statistics .statistic > .value,
|
476
438
|
.ui.statistics .inverted.black.statistic > .value,
|
@@ -478,10 +440,9 @@
|
|
478
440
|
color: #545454;
|
479
441
|
}
|
480
442
|
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
443
|
+
/* --------------
|
444
|
+
Floated
|
445
|
+
--------------- */
|
485
446
|
.ui[class*="left floated"].statistic {
|
486
447
|
float: left;
|
487
448
|
margin: 0 2em 1em 0;
|
@@ -494,10 +455,9 @@
|
|
494
455
|
margin-bottom: 0;
|
495
456
|
}
|
496
457
|
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
458
|
+
/* --------------
|
459
|
+
Stackable
|
460
|
+
--------------- */
|
501
461
|
@media only screen and (max-width: 767.98px) {
|
502
462
|
.ui.stackable.statistics {
|
503
463
|
width: auto;
|
@@ -506,15 +466,14 @@
|
|
506
466
|
}
|
507
467
|
.ui.stackable.statistics > .statistic {
|
508
468
|
width: 100% !important;
|
509
|
-
margin: 0
|
469
|
+
margin: 0 !important;
|
510
470
|
padding: 1rem 1rem !important;
|
511
471
|
}
|
512
472
|
}
|
513
473
|
|
514
|
-
|
474
|
+
/* --------------
|
515
475
|
Sizes
|
516
|
-
|
517
|
-
|
476
|
+
--------------- */
|
518
477
|
|
519
478
|
/* Medium */
|
520
479
|
.ui.statistics .statistic > .value,
|
data/tasks/converter.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fomantic-ui-sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- doabit
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2023-09-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: autoprefixer-rails
|
@@ -184,6 +184,22 @@ files:
|
|
184
184
|
- LICENSE.txt
|
185
185
|
- README.md
|
186
186
|
- Rakefile
|
187
|
+
- app/assets/fonts/semantic-ui/Lato-Bold.woff
|
188
|
+
- app/assets/fonts/semantic-ui/Lato-Bold.woff2
|
189
|
+
- app/assets/fonts/semantic-ui/Lato-BoldItalic.woff
|
190
|
+
- app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2
|
191
|
+
- app/assets/fonts/semantic-ui/Lato-Italic.woff
|
192
|
+
- app/assets/fonts/semantic-ui/Lato-Italic.woff2
|
193
|
+
- app/assets/fonts/semantic-ui/Lato-Regular.woff
|
194
|
+
- app/assets/fonts/semantic-ui/Lato-Regular.woff2
|
195
|
+
- app/assets/fonts/semantic-ui/LatoLatin-Bold.woff
|
196
|
+
- app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2
|
197
|
+
- app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff
|
198
|
+
- app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2
|
199
|
+
- app/assets/fonts/semantic-ui/LatoLatin-Italic.woff
|
200
|
+
- app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2
|
201
|
+
- app/assets/fonts/semantic-ui/LatoLatin-Regular.woff
|
202
|
+
- app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2
|
187
203
|
- app/assets/fonts/semantic-ui/brand-icons.eot
|
188
204
|
- app/assets/fonts/semantic-ui/brand-icons.svg
|
189
205
|
- app/assets/fonts/semantic-ui/brand-icons.ttf
|
@@ -210,6 +226,7 @@ files:
|
|
210
226
|
- app/assets/javascripts/semantic-ui/dimmer.js
|
211
227
|
- app/assets/javascripts/semantic-ui/dropdown.js
|
212
228
|
- app/assets/javascripts/semantic-ui/embed.js
|
229
|
+
- app/assets/javascripts/semantic-ui/flyout.js
|
213
230
|
- app/assets/javascripts/semantic-ui/form.js
|
214
231
|
- app/assets/javascripts/semantic-ui/modal.js
|
215
232
|
- app/assets/javascripts/semantic-ui/nag.js
|
@@ -267,6 +284,7 @@ files:
|
|
267
284
|
- app/assets/stylesheets/semantic-ui/modules/_dimmer.scss
|
268
285
|
- app/assets/stylesheets/semantic-ui/modules/_dropdown.scss
|
269
286
|
- app/assets/stylesheets/semantic-ui/modules/_embed.scss
|
287
|
+
- app/assets/stylesheets/semantic-ui/modules/_flyout.scss
|
270
288
|
- app/assets/stylesheets/semantic-ui/modules/_modal.scss
|
271
289
|
- app/assets/stylesheets/semantic-ui/modules/_nag.scss
|
272
290
|
- app/assets/stylesheets/semantic-ui/modules/_popup.scss
|
@@ -364,7 +382,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
364
382
|
- !ruby/object:Gem::Version
|
365
383
|
version: '0'
|
366
384
|
requirements: []
|
367
|
-
rubygems_version: 3.3.
|
385
|
+
rubygems_version: 3.3.26
|
368
386
|
signing_key:
|
369
387
|
specification_version: 4
|
370
388
|
summary: Fomantic UI, converted to Sass and ready to drop into Rails, Compass, or
|