fomantic-ui-sass 2.8.7.1 → 2.8.8
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/javascripts/semantic-ui/calendar.js +9 -11
- data/app/assets/javascripts/semantic-ui/dimmer.js +8 -11
- data/app/assets/javascripts/semantic-ui/dropdown.js +191 -99
- data/app/assets/javascripts/semantic-ui/form.js +98 -60
- data/app/assets/javascripts/semantic-ui/modal.js +259 -16
- data/app/assets/javascripts/semantic-ui/nag.js +130 -64
- data/app/assets/javascripts/semantic-ui/popup.js +4 -4
- data/app/assets/javascripts/semantic-ui/progress.js +6 -8
- data/app/assets/javascripts/semantic-ui/search.js +14 -12
- data/app/assets/javascripts/semantic-ui/slider.js +55 -31
- data/app/assets/javascripts/semantic-ui/toast.js +26 -6
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +46 -5
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +14 -7
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +6 -4
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +50 -3
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +6 -2
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +29 -2
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +3 -4
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +10 -5
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +237 -65
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +2 -1
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +41 -37
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +34 -2
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +2 -3
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +46 -4
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +72 -3
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +19 -8
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +168 -16
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +4 -2
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +18 -10
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +18 -33
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +3 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -2
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +97 -10
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +74 -2
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
- data/lib/fomantic/ui/sass/version.rb +2 -2
- metadata +6 -6
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI - Icon
|
2
|
+
* # Fomantic-UI 2.8.8 - Icon
|
3
3
|
* http://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -54,9 +54,12 @@ i.icon:before {
|
|
54
54
|
Loading
|
55
55
|
---------------*/
|
56
56
|
|
57
|
-
i.icon
|
57
|
+
i.loading.icon {
|
58
58
|
height: 1em;
|
59
59
|
line-height: 1;
|
60
|
+
}
|
61
|
+
i.loading.icon,
|
62
|
+
i.loading.icons {
|
60
63
|
-webkit-animation: loader 2s linear infinite;
|
61
64
|
animation: loader 2s linear infinite;
|
62
65
|
}
|
@@ -125,6 +128,10 @@ i.circular.icon {
|
|
125
128
|
width: 2em !important;
|
126
129
|
height: 2em !important;
|
127
130
|
}
|
131
|
+
i.circular.icon.colored {
|
132
|
+
-webkit-box-shadow: 0 0 0 0.1em currentColor inset;
|
133
|
+
box-shadow: 0 0 0 0.1em currentColor inset;
|
134
|
+
}
|
128
135
|
i.circular.inverted.icon {
|
129
136
|
border: none;
|
130
137
|
-webkit-box-shadow: none;
|
@@ -144,6 +151,15 @@ i.vertically.flipped.icon {
|
|
144
151
|
-webkit-transform: scale(1, -1);
|
145
152
|
transform: scale(1, -1);
|
146
153
|
}
|
154
|
+
.icons i.flipped.icon:not(.corner):not(:first-child),
|
155
|
+
.icons i.horizontally.flipped.icon:not(.corner):not(:first-child) {
|
156
|
+
-webkit-transform: translateX(-50%) translateY(-50%) scale(-1, 1);
|
157
|
+
transform: translateX(-50%) translateY(-50%) scale(-1, 1);
|
158
|
+
}
|
159
|
+
.icons i.vertically.flipped.icon:not(.corner):not(:first-child) {
|
160
|
+
-webkit-transform: translateX(-50%) translateY(-50%) scale(1, -1);
|
161
|
+
transform: translateX(-50%) translateY(-50%) scale(1, -1);
|
162
|
+
}
|
147
163
|
|
148
164
|
/*-------------------
|
149
165
|
Rotated
|
@@ -164,6 +180,21 @@ i.halfway.rotated.icon {
|
|
164
180
|
-webkit-transform: rotate(180deg);
|
165
181
|
transform: rotate(180deg);
|
166
182
|
}
|
183
|
+
.icons i.rotated.rotated.icon:not(.corner):not(:first-child),
|
184
|
+
.icons i.right.rotated.icon:not(.corner):not(:first-child),
|
185
|
+
.icons i.clockwise.rotated.icon:not(.corner):not(:first-child) {
|
186
|
+
-webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
|
187
|
+
transform: translateX(-50%) translateY(-50%) rotate(90deg);
|
188
|
+
}
|
189
|
+
.icons i.left.rotated.icon:not(.corner):not(:first-child),
|
190
|
+
.icons i.counterclockwise.rotated.icon:not(.corner):not(:first-child) {
|
191
|
+
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
|
192
|
+
transform: translateX(-50%) translateY(-50%) rotate(-90deg);
|
193
|
+
}
|
194
|
+
.icons i.halfway.rotated.icon:not(.corner):not(:first-child) {
|
195
|
+
-webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
|
196
|
+
transform: translateX(-50%) translateY(-50%) rotate(180deg);
|
197
|
+
}
|
167
198
|
|
168
199
|
/*--------------------------
|
169
200
|
Flipped & Rotated
|
@@ -199,6 +230,36 @@ i.halfway.rotated.vertically.flipped.icon {
|
|
199
230
|
-webkit-transform: scale(1, -1) rotate(180deg);
|
200
231
|
transform: scale(1, -1) rotate(180deg);
|
201
232
|
}
|
233
|
+
.icons i.rotated.flipped.icon:not(.corner):not(:first-child),
|
234
|
+
.icons i.right.rotated.flipped.icon:not(.corner):not(:first-child),
|
235
|
+
.icons i.clockwise.rotated.flipped.icon:not(.corner):not(:first-child) {
|
236
|
+
-webkit-transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(90deg);
|
237
|
+
transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(90deg);
|
238
|
+
}
|
239
|
+
.icons i.left.rotated.flipped.icon:not(.corner):not(:first-child),
|
240
|
+
.icons i.counterclockwise.rotated.flipped.icon:not(.corner):not(:first-child) {
|
241
|
+
-webkit-transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(-90deg);
|
242
|
+
transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(-90deg);
|
243
|
+
}
|
244
|
+
.icons i.halfway.rotated.flipped.icon:not(.corner):not(:first-child) {
|
245
|
+
-webkit-transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(180deg);
|
246
|
+
transform: translateX(-50%) translateY(-50%) scale(-1, 1) rotate(180deg);
|
247
|
+
}
|
248
|
+
.icons i.rotated.vertically.flipped.icon:not(.corner):not(:first-child),
|
249
|
+
.icons i.right.rotated.vertically.flipped.icon:not(.corner):not(:first-child),
|
250
|
+
.icons i.clockwise.rotated.vertically.flipped.icon:not(.corner):not(:first-child) {
|
251
|
+
-webkit-transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(90deg);
|
252
|
+
transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(90deg);
|
253
|
+
}
|
254
|
+
.icons i.left.rotated.vertically.flipped.icon:not(.corner):not(:first-child),
|
255
|
+
.icons i.counterclockwise.rotated.vertically.flipped.icon:not(.corner):not(:first-child) {
|
256
|
+
-webkit-transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(-90deg);
|
257
|
+
transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(-90deg);
|
258
|
+
}
|
259
|
+
.icons i.halfway.rotated.vertically.flipped.icon:not(.corner):not(:first-child) {
|
260
|
+
-webkit-transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(180deg);
|
261
|
+
transform: translateX(-50%) translateY(-50%) scale(1, -1) rotate(180deg);
|
262
|
+
}
|
202
263
|
|
203
264
|
/*-------------------
|
204
265
|
Bordered
|
@@ -213,6 +274,10 @@ i.bordered.icon {
|
|
213
274
|
-webkit-box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
|
214
275
|
box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
|
215
276
|
}
|
277
|
+
i.bordered.icon.colored {
|
278
|
+
-webkit-box-shadow: 0 0 0 0.1em currentColor inset;
|
279
|
+
box-shadow: 0 0 0 0.1em currentColor inset;
|
280
|
+
}
|
216
281
|
i.bordered.inverted.icon {
|
217
282
|
border: none;
|
218
283
|
-webkit-box-shadow: none;
|
@@ -238,168 +303,198 @@ i.inverted.icon {
|
|
238
303
|
Colors
|
239
304
|
--------------------*/
|
240
305
|
|
241
|
-
i.primary.icon.icon.icon.icon {
|
306
|
+
i.primary.icon.icon.icon.icon.icon {
|
242
307
|
color: #2185D0;
|
243
308
|
}
|
244
|
-
i.inverted.primary.icon.icon.icon.icon {
|
309
|
+
i.inverted.primary.icon.icon.icon.icon.icon {
|
245
310
|
color: #54C8FF;
|
246
311
|
}
|
247
|
-
i.inverted.bordered.primary.icon.icon.icon.icon,
|
248
|
-
i.inverted.circular.primary.icon.icon.icon.icon
|
312
|
+
i.inverted.bordered.primary.icon.icon.icon.icon.icon,
|
313
|
+
i.inverted.circular.primary.icon.icon.icon.icon.icon,
|
314
|
+
i.inverted.bordered.primary.icons,
|
315
|
+
i.inverted.circular.primary.icons {
|
249
316
|
background-color: #2185D0;
|
250
317
|
color: #FFFFFF;
|
251
318
|
}
|
252
|
-
i.secondary.icon.icon.icon.icon {
|
319
|
+
i.secondary.icon.icon.icon.icon.icon {
|
253
320
|
color: #1B1C1D;
|
254
321
|
}
|
255
|
-
i.inverted.secondary.icon.icon.icon.icon {
|
322
|
+
i.inverted.secondary.icon.icon.icon.icon.icon {
|
256
323
|
color: #545454;
|
257
324
|
}
|
258
|
-
i.inverted.bordered.secondary.icon.icon.icon.icon,
|
259
|
-
i.inverted.circular.secondary.icon.icon.icon.icon
|
325
|
+
i.inverted.bordered.secondary.icon.icon.icon.icon.icon,
|
326
|
+
i.inverted.circular.secondary.icon.icon.icon.icon.icon,
|
327
|
+
i.inverted.bordered.secondary.icons,
|
328
|
+
i.inverted.circular.secondary.icons {
|
260
329
|
background-color: #1B1C1D;
|
261
330
|
color: #FFFFFF;
|
262
331
|
}
|
263
|
-
i.red.icon.icon.icon.icon {
|
332
|
+
i.red.icon.icon.icon.icon.icon {
|
264
333
|
color: #DB2828;
|
265
334
|
}
|
266
|
-
i.inverted.red.icon.icon.icon.icon {
|
335
|
+
i.inverted.red.icon.icon.icon.icon.icon {
|
267
336
|
color: #FF695E;
|
268
337
|
}
|
269
|
-
i.inverted.bordered.red.icon.icon.icon.icon,
|
270
|
-
i.inverted.circular.red.icon.icon.icon.icon
|
338
|
+
i.inverted.bordered.red.icon.icon.icon.icon.icon,
|
339
|
+
i.inverted.circular.red.icon.icon.icon.icon.icon,
|
340
|
+
i.inverted.bordered.red.icons,
|
341
|
+
i.inverted.circular.red.icons {
|
271
342
|
background-color: #DB2828;
|
272
343
|
color: #FFFFFF;
|
273
344
|
}
|
274
|
-
i.orange.icon.icon.icon.icon {
|
345
|
+
i.orange.icon.icon.icon.icon.icon {
|
275
346
|
color: #F2711C;
|
276
347
|
}
|
277
|
-
i.inverted.orange.icon.icon.icon.icon {
|
348
|
+
i.inverted.orange.icon.icon.icon.icon.icon {
|
278
349
|
color: #FF851B;
|
279
350
|
}
|
280
|
-
i.inverted.bordered.orange.icon.icon.icon.icon,
|
281
|
-
i.inverted.circular.orange.icon.icon.icon.icon
|
351
|
+
i.inverted.bordered.orange.icon.icon.icon.icon.icon,
|
352
|
+
i.inverted.circular.orange.icon.icon.icon.icon.icon,
|
353
|
+
i.inverted.bordered.orange.icons,
|
354
|
+
i.inverted.circular.orange.icons {
|
282
355
|
background-color: #F2711C;
|
283
356
|
color: #FFFFFF;
|
284
357
|
}
|
285
|
-
i.yellow.icon.icon.icon.icon {
|
358
|
+
i.yellow.icon.icon.icon.icon.icon {
|
286
359
|
color: #FBBD08;
|
287
360
|
}
|
288
|
-
i.inverted.yellow.icon.icon.icon.icon {
|
361
|
+
i.inverted.yellow.icon.icon.icon.icon.icon {
|
289
362
|
color: #FFE21F;
|
290
363
|
}
|
291
|
-
i.inverted.bordered.yellow.icon.icon.icon.icon,
|
292
|
-
i.inverted.circular.yellow.icon.icon.icon.icon
|
364
|
+
i.inverted.bordered.yellow.icon.icon.icon.icon.icon,
|
365
|
+
i.inverted.circular.yellow.icon.icon.icon.icon.icon,
|
366
|
+
i.inverted.bordered.yellow.icons,
|
367
|
+
i.inverted.circular.yellow.icons {
|
293
368
|
background-color: #FBBD08;
|
294
369
|
color: #FFFFFF;
|
295
370
|
}
|
296
|
-
i.olive.icon.icon.icon.icon {
|
371
|
+
i.olive.icon.icon.icon.icon.icon {
|
297
372
|
color: #B5CC18;
|
298
373
|
}
|
299
|
-
i.inverted.olive.icon.icon.icon.icon {
|
374
|
+
i.inverted.olive.icon.icon.icon.icon.icon {
|
300
375
|
color: #D9E778;
|
301
376
|
}
|
302
|
-
i.inverted.bordered.olive.icon.icon.icon.icon,
|
303
|
-
i.inverted.circular.olive.icon.icon.icon.icon
|
377
|
+
i.inverted.bordered.olive.icon.icon.icon.icon.icon,
|
378
|
+
i.inverted.circular.olive.icon.icon.icon.icon.icon,
|
379
|
+
i.inverted.bordered.olive.icons,
|
380
|
+
i.inverted.circular.olive.icons {
|
304
381
|
background-color: #B5CC18;
|
305
382
|
color: #FFFFFF;
|
306
383
|
}
|
307
|
-
i.green.icon.icon.icon.icon {
|
384
|
+
i.green.icon.icon.icon.icon.icon {
|
308
385
|
color: #21BA45;
|
309
386
|
}
|
310
|
-
i.inverted.green.icon.icon.icon.icon {
|
387
|
+
i.inverted.green.icon.icon.icon.icon.icon {
|
311
388
|
color: #2ECC40;
|
312
389
|
}
|
313
|
-
i.inverted.bordered.green.icon.icon.icon.icon,
|
314
|
-
i.inverted.circular.green.icon.icon.icon.icon
|
390
|
+
i.inverted.bordered.green.icon.icon.icon.icon.icon,
|
391
|
+
i.inverted.circular.green.icon.icon.icon.icon.icon,
|
392
|
+
i.inverted.bordered.green.icons,
|
393
|
+
i.inverted.circular.green.icons {
|
315
394
|
background-color: #21BA45;
|
316
395
|
color: #FFFFFF;
|
317
396
|
}
|
318
|
-
i.teal.icon.icon.icon.icon {
|
397
|
+
i.teal.icon.icon.icon.icon.icon {
|
319
398
|
color: #00B5AD;
|
320
399
|
}
|
321
|
-
i.inverted.teal.icon.icon.icon.icon {
|
400
|
+
i.inverted.teal.icon.icon.icon.icon.icon {
|
322
401
|
color: #6DFFFF;
|
323
402
|
}
|
324
|
-
i.inverted.bordered.teal.icon.icon.icon.icon,
|
325
|
-
i.inverted.circular.teal.icon.icon.icon.icon
|
403
|
+
i.inverted.bordered.teal.icon.icon.icon.icon.icon,
|
404
|
+
i.inverted.circular.teal.icon.icon.icon.icon.icon,
|
405
|
+
i.inverted.bordered.teal.icons,
|
406
|
+
i.inverted.circular.teal.icons {
|
326
407
|
background-color: #00B5AD;
|
327
408
|
color: #FFFFFF;
|
328
409
|
}
|
329
|
-
i.blue.icon.icon.icon.icon {
|
410
|
+
i.blue.icon.icon.icon.icon.icon {
|
330
411
|
color: #2185D0;
|
331
412
|
}
|
332
|
-
i.inverted.blue.icon.icon.icon.icon {
|
413
|
+
i.inverted.blue.icon.icon.icon.icon.icon {
|
333
414
|
color: #54C8FF;
|
334
415
|
}
|
335
|
-
i.inverted.bordered.blue.icon.icon.icon.icon,
|
336
|
-
i.inverted.circular.blue.icon.icon.icon.icon
|
416
|
+
i.inverted.bordered.blue.icon.icon.icon.icon.icon,
|
417
|
+
i.inverted.circular.blue.icon.icon.icon.icon.icon,
|
418
|
+
i.inverted.bordered.blue.icons,
|
419
|
+
i.inverted.circular.blue.icons {
|
337
420
|
background-color: #2185D0;
|
338
421
|
color: #FFFFFF;
|
339
422
|
}
|
340
|
-
i.violet.icon.icon.icon.icon {
|
423
|
+
i.violet.icon.icon.icon.icon.icon {
|
341
424
|
color: #6435C9;
|
342
425
|
}
|
343
|
-
i.inverted.violet.icon.icon.icon.icon {
|
426
|
+
i.inverted.violet.icon.icon.icon.icon.icon {
|
344
427
|
color: #A291FB;
|
345
428
|
}
|
346
|
-
i.inverted.bordered.violet.icon.icon.icon.icon,
|
347
|
-
i.inverted.circular.violet.icon.icon.icon.icon
|
429
|
+
i.inverted.bordered.violet.icon.icon.icon.icon.icon,
|
430
|
+
i.inverted.circular.violet.icon.icon.icon.icon.icon,
|
431
|
+
i.inverted.bordered.violet.icons,
|
432
|
+
i.inverted.circular.violet.icons {
|
348
433
|
background-color: #6435C9;
|
349
434
|
color: #FFFFFF;
|
350
435
|
}
|
351
|
-
i.purple.icon.icon.icon.icon {
|
436
|
+
i.purple.icon.icon.icon.icon.icon {
|
352
437
|
color: #A333C8;
|
353
438
|
}
|
354
|
-
i.inverted.purple.icon.icon.icon.icon {
|
439
|
+
i.inverted.purple.icon.icon.icon.icon.icon {
|
355
440
|
color: #DC73FF;
|
356
441
|
}
|
357
|
-
i.inverted.bordered.purple.icon.icon.icon.icon,
|
358
|
-
i.inverted.circular.purple.icon.icon.icon.icon
|
442
|
+
i.inverted.bordered.purple.icon.icon.icon.icon.icon,
|
443
|
+
i.inverted.circular.purple.icon.icon.icon.icon.icon,
|
444
|
+
i.inverted.bordered.purple.icons,
|
445
|
+
i.inverted.circular.purple.icons {
|
359
446
|
background-color: #A333C8;
|
360
447
|
color: #FFFFFF;
|
361
448
|
}
|
362
|
-
i.pink.icon.icon.icon.icon {
|
449
|
+
i.pink.icon.icon.icon.icon.icon {
|
363
450
|
color: #E03997;
|
364
451
|
}
|
365
|
-
i.inverted.pink.icon.icon.icon.icon {
|
452
|
+
i.inverted.pink.icon.icon.icon.icon.icon {
|
366
453
|
color: #FF8EDF;
|
367
454
|
}
|
368
|
-
i.inverted.bordered.pink.icon.icon.icon.icon,
|
369
|
-
i.inverted.circular.pink.icon.icon.icon.icon
|
455
|
+
i.inverted.bordered.pink.icon.icon.icon.icon.icon,
|
456
|
+
i.inverted.circular.pink.icon.icon.icon.icon.icon,
|
457
|
+
i.inverted.bordered.pink.icons,
|
458
|
+
i.inverted.circular.pink.icons {
|
370
459
|
background-color: #E03997;
|
371
460
|
color: #FFFFFF;
|
372
461
|
}
|
373
|
-
i.brown.icon.icon.icon.icon {
|
462
|
+
i.brown.icon.icon.icon.icon.icon {
|
374
463
|
color: #A5673F;
|
375
464
|
}
|
376
|
-
i.inverted.brown.icon.icon.icon.icon {
|
465
|
+
i.inverted.brown.icon.icon.icon.icon.icon {
|
377
466
|
color: #D67C1C;
|
378
467
|
}
|
379
|
-
i.inverted.bordered.brown.icon.icon.icon.icon,
|
380
|
-
i.inverted.circular.brown.icon.icon.icon.icon
|
468
|
+
i.inverted.bordered.brown.icon.icon.icon.icon.icon,
|
469
|
+
i.inverted.circular.brown.icon.icon.icon.icon.icon,
|
470
|
+
i.inverted.bordered.brown.icons,
|
471
|
+
i.inverted.circular.brown.icons {
|
381
472
|
background-color: #A5673F;
|
382
473
|
color: #FFFFFF;
|
383
474
|
}
|
384
|
-
i.grey.icon.icon.icon.icon {
|
475
|
+
i.grey.icon.icon.icon.icon.icon {
|
385
476
|
color: #767676;
|
386
477
|
}
|
387
|
-
i.inverted.grey.icon.icon.icon.icon {
|
478
|
+
i.inverted.grey.icon.icon.icon.icon.icon {
|
388
479
|
color: #DCDDDE;
|
389
480
|
}
|
390
|
-
i.inverted.bordered.grey.icon.icon.icon.icon,
|
391
|
-
i.inverted.circular.grey.icon.icon.icon.icon
|
481
|
+
i.inverted.bordered.grey.icon.icon.icon.icon.icon,
|
482
|
+
i.inverted.circular.grey.icon.icon.icon.icon.icon,
|
483
|
+
i.inverted.bordered.grey.icons,
|
484
|
+
i.inverted.circular.grey.icons {
|
392
485
|
background-color: #767676;
|
393
486
|
color: #FFFFFF;
|
394
487
|
}
|
395
|
-
i.black.icon.icon.icon.icon {
|
488
|
+
i.black.icon.icon.icon.icon.icon {
|
396
489
|
color: #1B1C1D;
|
397
490
|
}
|
398
|
-
i.inverted.black.icon.icon.icon.icon {
|
491
|
+
i.inverted.black.icon.icon.icon.icon.icon {
|
399
492
|
color: #545454;
|
400
493
|
}
|
401
|
-
i.inverted.bordered.black.icon.icon.icon.icon,
|
402
|
-
i.inverted.circular.black.icon.icon.icon.icon
|
494
|
+
i.inverted.bordered.black.icon.icon.icon.icon.icon,
|
495
|
+
i.inverted.circular.black.icon.icon.icon.icon.icon,
|
496
|
+
i.inverted.bordered.black.icons,
|
497
|
+
i.inverted.circular.black.icons {
|
403
498
|
background-color: #1B1C1D;
|
404
499
|
color: #FFFFFF;
|
405
500
|
}
|
@@ -412,6 +507,7 @@ i.icon,
|
|
412
507
|
i.icons {
|
413
508
|
font-size: 1em;
|
414
509
|
line-height: 1;
|
510
|
+
font-style: normal;
|
415
511
|
}
|
416
512
|
i.mini.mini.mini.icon,
|
417
513
|
i.mini.mini.mini.icons {
|
@@ -463,15 +559,19 @@ i.icons .icon {
|
|
463
559
|
position: absolute;
|
464
560
|
top: 50%;
|
465
561
|
left: 50%;
|
562
|
+
margin: 0;
|
563
|
+
}
|
564
|
+
i.icons .icon:not(.corner):not(.rotated):not(.flipped) {
|
466
565
|
-webkit-transform: translateX(-50%) translateY(-50%);
|
467
566
|
transform: translateX(-50%) translateY(-50%);
|
468
|
-
margin: 0;
|
469
567
|
}
|
470
568
|
i.icons .icon:first-child {
|
471
569
|
position: static;
|
472
570
|
width: auto;
|
473
571
|
height: auto;
|
474
572
|
vertical-align: top;
|
573
|
+
}
|
574
|
+
i.icons:not(.bordered):not(.circular) .icon:first-child:not(.rotated):not(.flipped) {
|
475
575
|
-webkit-transform: none;
|
476
576
|
transform: none;
|
477
577
|
}
|
@@ -482,11 +582,13 @@ i.icons .corner.icon {
|
|
482
582
|
left: auto;
|
483
583
|
right: 0;
|
484
584
|
bottom: 0;
|
485
|
-
-webkit-transform: none;
|
486
|
-
transform: none;
|
487
585
|
font-size: 0.45em;
|
488
586
|
text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
|
489
587
|
}
|
588
|
+
i.icons .corner.icon:not(.rotated):not(.flipped) {
|
589
|
+
-webkit-transform: none;
|
590
|
+
transform: none;
|
591
|
+
}
|
490
592
|
i.icons .icon.corner[class*="top right"] {
|
491
593
|
top: 0;
|
492
594
|
left: auto;
|
@@ -514,6 +616,76 @@ i.icons .icon.corner[class*="bottom right"] {
|
|
514
616
|
i.icons .inverted.corner.icon {
|
515
617
|
text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D;
|
516
618
|
}
|
619
|
+
|
620
|
+
|
621
|
+
/*************************************************
|
622
|
+
Bordered/circular with corner or group icons
|
623
|
+
*************************************************/
|
624
|
+
|
625
|
+
i.bordered.icons,
|
626
|
+
i.circular.icons {
|
627
|
+
width: 2em;
|
628
|
+
height: 2em;
|
629
|
+
-webkit-box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
|
630
|
+
box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
|
631
|
+
vertical-align: middle;
|
632
|
+
}
|
633
|
+
i.bordered.icons.colored,
|
634
|
+
i.circular.icons.colored {
|
635
|
+
-webkit-box-shadow: 0 0 0 0.1em currentColor inset;
|
636
|
+
box-shadow: 0 0 0 0.1em currentColor inset;
|
637
|
+
}
|
638
|
+
i.circular.icons {
|
639
|
+
border-radius: 500em;
|
640
|
+
}
|
641
|
+
i.bordered.icons i.icon:first-child,
|
642
|
+
i.circular.icons i.icon:first-child {
|
643
|
+
position: absolute;
|
644
|
+
-webkit-transform: translateX(-50%) translateY(-50%);
|
645
|
+
transform: translateX(-50%) translateY(-50%);
|
646
|
+
}
|
647
|
+
|
648
|
+
/* Inverted Icon */
|
649
|
+
i.bordered.inverted.icons,
|
650
|
+
i.circular.inverted.icons {
|
651
|
+
border: none;
|
652
|
+
-webkit-box-shadow: none;
|
653
|
+
box-shadow: none;
|
654
|
+
background-color: #1B1C1D;
|
655
|
+
color: #FFFFFF;
|
656
|
+
}
|
657
|
+
|
658
|
+
/* Corner Icon */
|
659
|
+
i.bordered.icons .icon.corner,
|
660
|
+
i.circular.icons .icon.corner,
|
661
|
+
i.bordered.icons .icon.corner[class*="bottom right"],
|
662
|
+
i.circular.icons .icon.corner[class*="bottom right"] {
|
663
|
+
top: auto;
|
664
|
+
left: auto;
|
665
|
+
right: 1.15em;
|
666
|
+
bottom: 1.15em;
|
667
|
+
}
|
668
|
+
i.bordered.icons .icon.corner[class*="top right"],
|
669
|
+
i.circular.icons .icon.corner[class*="top right"] {
|
670
|
+
top: 1.15em;
|
671
|
+
left: auto;
|
672
|
+
right: 1.15em;
|
673
|
+
bottom: auto;
|
674
|
+
}
|
675
|
+
i.bordered.icons .icon.corner[class*="top left"],
|
676
|
+
i.circular.icons .icon.corner[class*="top left"] {
|
677
|
+
top: 1.15em;
|
678
|
+
left: 1.15em;
|
679
|
+
right: auto;
|
680
|
+
bottom: auto;
|
681
|
+
}
|
682
|
+
i.bordered.icons .icon.corner[class*="bottom left"],
|
683
|
+
i.circular.icons .icon.corner[class*="bottom left"] {
|
684
|
+
top: auto;
|
685
|
+
left: 1.15em;
|
686
|
+
right: auto;
|
687
|
+
bottom: 1.15em;
|
688
|
+
}
|
517
689
|
/*
|
518
690
|
* Font Awesome 5.13.0 by @fontawesome [https://fontawesome.com]
|
519
691
|
* License - https://fontawesome.com/license (Icons: CC BY 4.0 License, Fonts: SIL OFL 1.1 License, CSS: MIT License)
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI - Input
|
2
|
+
* # Fomantic-UI 2.8.8 - Input
|
3
3
|
* http://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -62,6 +62,7 @@
|
|
62
62
|
}
|
63
63
|
.ui.input > input::-moz-placeholder {
|
64
64
|
color: rgba(191, 191, 191, 0.87);
|
65
|
+
opacity: 1;
|
65
66
|
}
|
66
67
|
.ui.input > input:-ms-input-placeholder {
|
67
68
|
color: rgba(191, 191, 191, 0.87);
|