semantic-ui-sass 2.1.4.0 → 2.1.6.0
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/CHANGELOG.md +4 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +1 -1
- data/app/assets/javascripts/semantic-ui/api.js +1 -1
- data/app/assets/javascripts/semantic-ui/checkbox.js +9 -4
- data/app/assets/javascripts/semantic-ui/colorize.js +1 -1
- data/app/assets/javascripts/semantic-ui/dimmer.js +2 -2
- data/app/assets/javascripts/semantic-ui/dropdown.js +77 -52
- data/app/assets/javascripts/semantic-ui/embed.js +1 -1
- data/app/assets/javascripts/semantic-ui/form.js +6 -4
- data/app/assets/javascripts/semantic-ui/modal.js +6 -3
- data/app/assets/javascripts/semantic-ui/nag.js +1 -1
- data/app/assets/javascripts/semantic-ui/popup.js +12 -3
- data/app/assets/javascripts/semantic-ui/progress.js +2 -1
- data/app/assets/javascripts/semantic-ui/rating.js +1 -1
- data/app/assets/javascripts/semantic-ui/search.js +22 -9
- data/app/assets/javascripts/semantic-ui/shape.js +1 -1
- data/app/assets/javascripts/semantic-ui/sidebar.js +1 -1
- data/app/assets/javascripts/semantic-ui/site.js +1 -1
- data/app/assets/javascripts/semantic-ui/state.js +1 -1
- data/app/assets/javascripts/semantic-ui/sticky.js +40 -20
- data/app/assets/javascripts/semantic-ui/tab.js +1 -1
- data/app/assets/javascripts/semantic-ui/transition.js +3 -1
- data/app/assets/javascripts/semantic-ui/visibility.js +1 -1
- data/app/assets/javascripts/semantic-ui/visit.js +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +55 -51
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +42 -42
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +73 -73
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +50 -50
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +81 -64
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +284 -284
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +42 -41
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +58 -55
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +13 -13
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +115 -115
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +3 -3
- 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 +52 -47
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +13 -13
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +6 -6
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +19 -19
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +20 -20
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +12 -12
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +38 -8
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +45 -45
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +9 -9
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +13 -13
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +35 -35
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +5 -5
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +26 -26
- data/lib/semantic/ui/sass/version.rb +2 -2
- metadata +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.1.
|
2
|
+
* # Semantic UI 2.1.6 - Divider
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -195,7 +195,7 @@
|
|
195
195
|
.ui.divider.inverted,
|
196
196
|
.ui.vertical.inverted.divider,
|
197
197
|
.ui.horizontal.inverted.divider {
|
198
|
-
color: #
|
198
|
+
color: #FFFFFF;
|
199
199
|
}
|
200
200
|
.ui.divider.inverted,
|
201
201
|
.ui.divider.inverted:after,
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.1.
|
2
|
+
* # Semantic UI 2.1.6 - Header
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -38,6 +38,7 @@
|
|
38
38
|
---------------*/
|
39
39
|
|
40
40
|
.ui.header .sub.header {
|
41
|
+
display: block;
|
41
42
|
font-weight: normal;
|
42
43
|
padding: 0em;
|
43
44
|
margin: 0em;
|
@@ -294,7 +295,7 @@ h5.ui.header .sub.header {
|
|
294
295
|
--------------------*/
|
295
296
|
|
296
297
|
.ui.inverted.header {
|
297
|
-
color: #
|
298
|
+
color: #FFFFFF;
|
298
299
|
}
|
299
300
|
.ui.inverted.header .sub.header {
|
300
301
|
color: rgba(255, 255, 255, 0.8);
|
@@ -322,18 +323,18 @@ h5.ui.header .sub.header {
|
|
322
323
|
/*--- Red ---*/
|
323
324
|
|
324
325
|
.ui.red.header {
|
325
|
-
color: #
|
326
|
+
color: #DB2828 !important;
|
326
327
|
}
|
327
328
|
a.ui.red.header:hover {
|
328
329
|
color: #d01919 !important;
|
329
330
|
}
|
330
331
|
.ui.red.dividing.header {
|
331
|
-
border-bottom: 2px solid #
|
332
|
+
border-bottom: 2px solid #DB2828;
|
332
333
|
}
|
333
334
|
|
334
335
|
/* Inverted */
|
335
336
|
.ui.inverted.red.header {
|
336
|
-
color: #
|
337
|
+
color: #FF695E !important;
|
337
338
|
}
|
338
339
|
a.ui.inverted.red.header:hover {
|
339
340
|
color: #ff5144 !important;
|
@@ -342,18 +343,18 @@ a.ui.inverted.red.header:hover {
|
|
342
343
|
/*--- Orange ---*/
|
343
344
|
|
344
345
|
.ui.orange.header {
|
345
|
-
color: #
|
346
|
+
color: #F2711C !important;
|
346
347
|
}
|
347
348
|
a.ui.orange.header:hover {
|
348
349
|
color: #f26202 !important;
|
349
350
|
}
|
350
351
|
.ui.orange.dividing.header {
|
351
|
-
border-bottom: 2px solid #
|
352
|
+
border-bottom: 2px solid #F2711C;
|
352
353
|
}
|
353
354
|
|
354
355
|
/* Inverted */
|
355
356
|
.ui.inverted.orange.header {
|
356
|
-
color: #
|
357
|
+
color: #FF851B !important;
|
357
358
|
}
|
358
359
|
a.ui.inverted.orange.header:hover {
|
359
360
|
color: #ff7701 !important;
|
@@ -362,18 +363,18 @@ a.ui.inverted.orange.header:hover {
|
|
362
363
|
/*--- Olive ---*/
|
363
364
|
|
364
365
|
.ui.olive.header {
|
365
|
-
color: #
|
366
|
+
color: #B5CC18 !important;
|
366
367
|
}
|
367
368
|
a.ui.olive.header:hover {
|
368
369
|
color: #a7bd0d !important;
|
369
370
|
}
|
370
371
|
.ui.olive.dividing.header {
|
371
|
-
border-bottom: 2px solid #
|
372
|
+
border-bottom: 2px solid #B5CC18;
|
372
373
|
}
|
373
374
|
|
374
375
|
/* Inverted */
|
375
376
|
.ui.inverted.olive.header {
|
376
|
-
color: #
|
377
|
+
color: #D9E778 !important;
|
377
378
|
}
|
378
379
|
a.ui.inverted.olive.header:hover {
|
379
380
|
color: #d8ea5c !important;
|
@@ -382,18 +383,18 @@ a.ui.inverted.olive.header:hover {
|
|
382
383
|
/*--- Yellow ---*/
|
383
384
|
|
384
385
|
.ui.yellow.header {
|
385
|
-
color: #
|
386
|
+
color: #FBBD08 !important;
|
386
387
|
}
|
387
388
|
a.ui.yellow.header:hover {
|
388
389
|
color: #eaae00 !important;
|
389
390
|
}
|
390
391
|
.ui.yellow.dividing.header {
|
391
|
-
border-bottom: 2px solid #
|
392
|
+
border-bottom: 2px solid #FBBD08;
|
392
393
|
}
|
393
394
|
|
394
395
|
/* Inverted */
|
395
396
|
.ui.inverted.yellow.header {
|
396
|
-
color: #
|
397
|
+
color: #FFE21F !important;
|
397
398
|
}
|
398
399
|
a.ui.inverted.yellow.header:hover {
|
399
400
|
color: #ffdf05 !important;
|
@@ -402,18 +403,18 @@ a.ui.inverted.yellow.header:hover {
|
|
402
403
|
/*--- Green ---*/
|
403
404
|
|
404
405
|
.ui.green.header {
|
405
|
-
color: #
|
406
|
+
color: #21BA45 !important;
|
406
407
|
}
|
407
408
|
a.ui.green.header:hover {
|
408
409
|
color: #16ab39 !important;
|
409
410
|
}
|
410
411
|
.ui.green.dividing.header {
|
411
|
-
border-bottom: 2px solid #
|
412
|
+
border-bottom: 2px solid #21BA45;
|
412
413
|
}
|
413
414
|
|
414
415
|
/* Inverted */
|
415
416
|
.ui.inverted.green.header {
|
416
|
-
color: #
|
417
|
+
color: #2ECC40 !important;
|
417
418
|
}
|
418
419
|
a.ui.inverted.green.header:hover {
|
419
420
|
color: #22be34 !important;
|
@@ -422,18 +423,18 @@ a.ui.inverted.green.header:hover {
|
|
422
423
|
/*--- Teal ---*/
|
423
424
|
|
424
425
|
.ui.teal.header {
|
425
|
-
color: #
|
426
|
+
color: #00B5AD !important;
|
426
427
|
}
|
427
428
|
a.ui.teal.header:hover {
|
428
429
|
color: #009c95 !important;
|
429
430
|
}
|
430
431
|
.ui.teal.dividing.header {
|
431
|
-
border-bottom: 2px solid #
|
432
|
+
border-bottom: 2px solid #00B5AD;
|
432
433
|
}
|
433
434
|
|
434
435
|
/* Inverted */
|
435
436
|
.ui.inverted.teal.header {
|
436
|
-
color: #
|
437
|
+
color: #6DFFFF !important;
|
437
438
|
}
|
438
439
|
a.ui.inverted.teal.header:hover {
|
439
440
|
color: #54ffff !important;
|
@@ -442,18 +443,18 @@ a.ui.inverted.teal.header:hover {
|
|
442
443
|
/*--- Blue ---*/
|
443
444
|
|
444
445
|
.ui.blue.header {
|
445
|
-
color: #
|
446
|
+
color: #2185D0 !important;
|
446
447
|
}
|
447
448
|
a.ui.blue.header:hover {
|
448
449
|
color: #1678c2 !important;
|
449
450
|
}
|
450
451
|
.ui.blue.dividing.header {
|
451
|
-
border-bottom: 2px solid #
|
452
|
+
border-bottom: 2px solid #2185D0;
|
452
453
|
}
|
453
454
|
|
454
455
|
/* Inverted */
|
455
456
|
.ui.inverted.blue.header {
|
456
|
-
color: #
|
457
|
+
color: #54C8FF !important;
|
457
458
|
}
|
458
459
|
a.ui.inverted.blue.header:hover {
|
459
460
|
color: #3ac0ff !important;
|
@@ -462,18 +463,18 @@ a.ui.inverted.blue.header:hover {
|
|
462
463
|
/*--- Violet ---*/
|
463
464
|
|
464
465
|
.ui.violet.header {
|
465
|
-
color: #
|
466
|
+
color: #6435C9 !important;
|
466
467
|
}
|
467
468
|
a.ui.violet.header:hover {
|
468
469
|
color: #5829bb !important;
|
469
470
|
}
|
470
471
|
.ui.violet.dividing.header {
|
471
|
-
border-bottom: 2px solid #
|
472
|
+
border-bottom: 2px solid #6435C9;
|
472
473
|
}
|
473
474
|
|
474
475
|
/* Inverted */
|
475
476
|
.ui.inverted.violet.header {
|
476
|
-
color: #
|
477
|
+
color: #A291FB !important;
|
477
478
|
}
|
478
479
|
a.ui.inverted.violet.header:hover {
|
479
480
|
color: #8a73ff !important;
|
@@ -482,18 +483,18 @@ a.ui.inverted.violet.header:hover {
|
|
482
483
|
/*--- Purple ---*/
|
483
484
|
|
484
485
|
.ui.purple.header {
|
485
|
-
color: #
|
486
|
+
color: #A333C8 !important;
|
486
487
|
}
|
487
488
|
a.ui.purple.header:hover {
|
488
489
|
color: #9627ba !important;
|
489
490
|
}
|
490
491
|
.ui.purple.dividing.header {
|
491
|
-
border-bottom: 2px solid #
|
492
|
+
border-bottom: 2px solid #A333C8;
|
492
493
|
}
|
493
494
|
|
494
495
|
/* Inverted */
|
495
496
|
.ui.inverted.purple.header {
|
496
|
-
color: #
|
497
|
+
color: #DC73FF !important;
|
497
498
|
}
|
498
499
|
a.ui.inverted.purple.header:hover {
|
499
500
|
color: #d65aff !important;
|
@@ -502,18 +503,18 @@ a.ui.inverted.purple.header:hover {
|
|
502
503
|
/*--- Pink ---*/
|
503
504
|
|
504
505
|
.ui.pink.header {
|
505
|
-
color: #
|
506
|
+
color: #E03997 !important;
|
506
507
|
}
|
507
508
|
a.ui.pink.header:hover {
|
508
509
|
color: #e61a8d !important;
|
509
510
|
}
|
510
511
|
.ui.pink.dividing.header {
|
511
|
-
border-bottom: 2px solid #
|
512
|
+
border-bottom: 2px solid #E03997;
|
512
513
|
}
|
513
514
|
|
514
515
|
/* Inverted */
|
515
516
|
.ui.inverted.pink.header {
|
516
|
-
color: #
|
517
|
+
color: #FF8EDF !important;
|
517
518
|
}
|
518
519
|
a.ui.inverted.pink.header:hover {
|
519
520
|
color: #ff74d8 !important;
|
@@ -522,18 +523,18 @@ a.ui.inverted.pink.header:hover {
|
|
522
523
|
/*--- Brown ---*/
|
523
524
|
|
524
525
|
.ui.brown.header {
|
525
|
-
color: #
|
526
|
+
color: #A5673F !important;
|
526
527
|
}
|
527
528
|
a.ui.brown.header:hover {
|
528
529
|
color: #975b33 !important;
|
529
530
|
}
|
530
531
|
.ui.brown.dividing.header {
|
531
|
-
border-bottom: 2px solid #
|
532
|
+
border-bottom: 2px solid #A5673F;
|
532
533
|
}
|
533
534
|
|
534
535
|
/* Inverted */
|
535
536
|
.ui.inverted.brown.header {
|
536
|
-
color: #
|
537
|
+
color: #D67C1C !important;
|
537
538
|
}
|
538
539
|
a.ui.inverted.brown.header:hover {
|
539
540
|
color: #c86f11 !important;
|
@@ -553,7 +554,7 @@ a.ui.grey.header:hover {
|
|
553
554
|
|
554
555
|
/* Inverted */
|
555
556
|
.ui.inverted.grey.header {
|
556
|
-
color: #
|
557
|
+
color: #DCDDDE !important;
|
557
558
|
}
|
558
559
|
a.ui.inverted.grey.header:hover {
|
559
560
|
color: #cfd0d2 !important;
|
@@ -629,10 +630,10 @@ a.ui.inverted.grey.header:hover {
|
|
629
630
|
--------------------*/
|
630
631
|
|
631
632
|
.ui.block.header {
|
632
|
-
background: #
|
633
|
+
background: #F3F4F5;
|
633
634
|
padding: 0.71428571rem 1rem;
|
634
635
|
box-shadow: none;
|
635
|
-
border: 1px solid #
|
636
|
+
border: 1px solid #D4D4D5;
|
636
637
|
border-radius: 0.28571429rem;
|
637
638
|
}
|
638
639
|
.ui.tiny.block.header {
|
@@ -656,15 +657,15 @@ a.ui.inverted.grey.header:hover {
|
|
656
657
|
--------------------*/
|
657
658
|
|
658
659
|
.ui.attached.header {
|
659
|
-
background: #
|
660
|
+
background: #FFFFFF;
|
660
661
|
padding: 0.71428571rem 1rem;
|
661
662
|
margin-left: -1px;
|
662
663
|
margin-right: -1px;
|
663
664
|
box-shadow: none;
|
664
|
-
border: 1px solid #
|
665
|
+
border: 1px solid #D4D4D5;
|
665
666
|
}
|
666
667
|
.ui.attached.block.header {
|
667
|
-
background: #
|
668
|
+
background: #F3F4F5;
|
668
669
|
}
|
669
670
|
.ui.attached:not(.top):not(.bottom).header {
|
670
671
|
margin-top: 0em;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.1.
|
2
|
+
* # Semantic UI 2.1.6 - Icon
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -206,11 +206,11 @@ i.bordered.inverted.icon {
|
|
206
206
|
/* Inverted Shapes */
|
207
207
|
i.inverted.bordered.icon,
|
208
208
|
i.inverted.circular.icon {
|
209
|
-
background-color: #
|
210
|
-
color: #
|
209
|
+
background-color: #1B1C1D !important;
|
210
|
+
color: #FFFFFF !important;
|
211
211
|
}
|
212
212
|
i.inverted.icon {
|
213
|
-
color: #
|
213
|
+
color: #FFFFFF;
|
214
214
|
}
|
215
215
|
|
216
216
|
/*-------------------
|
@@ -220,145 +220,145 @@ i.inverted.icon {
|
|
220
220
|
|
221
221
|
/* Red */
|
222
222
|
i.red.icon {
|
223
|
-
color: #
|
223
|
+
color: #DB2828 !important;
|
224
224
|
}
|
225
225
|
i.inverted.red.icon {
|
226
|
-
color: #
|
226
|
+
color: #FF695E !important;
|
227
227
|
}
|
228
228
|
i.inverted.bordered.red.icon,
|
229
229
|
i.inverted.circular.red.icon {
|
230
|
-
background-color: #
|
231
|
-
color: #
|
230
|
+
background-color: #DB2828 !important;
|
231
|
+
color: #FFFFFF !important;
|
232
232
|
}
|
233
233
|
|
234
234
|
/* Orange */
|
235
235
|
i.orange.icon {
|
236
|
-
color: #
|
236
|
+
color: #F2711C !important;
|
237
237
|
}
|
238
238
|
i.inverted.orange.icon {
|
239
|
-
color: #
|
239
|
+
color: #FF851B !important;
|
240
240
|
}
|
241
241
|
i.inverted.bordered.orange.icon,
|
242
242
|
i.inverted.circular.orange.icon {
|
243
|
-
background-color: #
|
244
|
-
color: #
|
243
|
+
background-color: #F2711C !important;
|
244
|
+
color: #FFFFFF !important;
|
245
245
|
}
|
246
246
|
|
247
247
|
/* Yellow */
|
248
248
|
i.yellow.icon {
|
249
|
-
color: #
|
249
|
+
color: #FBBD08 !important;
|
250
250
|
}
|
251
251
|
i.inverted.yellow.icon {
|
252
|
-
color: #
|
252
|
+
color: #FFE21F !important;
|
253
253
|
}
|
254
254
|
i.inverted.bordered.yellow.icon,
|
255
255
|
i.inverted.circular.yellow.icon {
|
256
|
-
background-color: #
|
257
|
-
color: #
|
256
|
+
background-color: #FBBD08 !important;
|
257
|
+
color: #FFFFFF !important;
|
258
258
|
}
|
259
259
|
|
260
260
|
/* Olive */
|
261
261
|
i.olive.icon {
|
262
|
-
color: #
|
262
|
+
color: #B5CC18 !important;
|
263
263
|
}
|
264
264
|
i.inverted.olive.icon {
|
265
|
-
color: #
|
265
|
+
color: #D9E778 !important;
|
266
266
|
}
|
267
267
|
i.inverted.bordered.olive.icon,
|
268
268
|
i.inverted.circular.olive.icon {
|
269
|
-
background-color: #
|
270
|
-
color: #
|
269
|
+
background-color: #B5CC18 !important;
|
270
|
+
color: #FFFFFF !important;
|
271
271
|
}
|
272
272
|
|
273
273
|
/* Green */
|
274
274
|
i.green.icon {
|
275
|
-
color: #
|
275
|
+
color: #21BA45 !important;
|
276
276
|
}
|
277
277
|
i.inverted.green.icon {
|
278
|
-
color: #
|
278
|
+
color: #2ECC40 !important;
|
279
279
|
}
|
280
280
|
i.inverted.bordered.green.icon,
|
281
281
|
i.inverted.circular.green.icon {
|
282
|
-
background-color: #
|
283
|
-
color: #
|
282
|
+
background-color: #21BA45 !important;
|
283
|
+
color: #FFFFFF !important;
|
284
284
|
}
|
285
285
|
|
286
286
|
/* Teal */
|
287
287
|
i.teal.icon {
|
288
|
-
color: #
|
288
|
+
color: #00B5AD !important;
|
289
289
|
}
|
290
290
|
i.inverted.teal.icon {
|
291
|
-
color: #
|
291
|
+
color: #6DFFFF !important;
|
292
292
|
}
|
293
293
|
i.inverted.bordered.teal.icon,
|
294
294
|
i.inverted.circular.teal.icon {
|
295
|
-
background-color: #
|
296
|
-
color: #
|
295
|
+
background-color: #00B5AD !important;
|
296
|
+
color: #FFFFFF !important;
|
297
297
|
}
|
298
298
|
|
299
299
|
/* Blue */
|
300
300
|
i.blue.icon {
|
301
|
-
color: #
|
301
|
+
color: #2185D0 !important;
|
302
302
|
}
|
303
303
|
i.inverted.blue.icon {
|
304
|
-
color: #
|
304
|
+
color: #54C8FF !important;
|
305
305
|
}
|
306
306
|
i.inverted.bordered.blue.icon,
|
307
307
|
i.inverted.circular.blue.icon {
|
308
|
-
background-color: #
|
309
|
-
color: #
|
308
|
+
background-color: #2185D0 !important;
|
309
|
+
color: #FFFFFF !important;
|
310
310
|
}
|
311
311
|
|
312
312
|
/* Violet */
|
313
313
|
i.violet.icon {
|
314
|
-
color: #
|
314
|
+
color: #6435C9 !important;
|
315
315
|
}
|
316
316
|
i.inverted.violet.icon {
|
317
|
-
color: #
|
317
|
+
color: #A291FB !important;
|
318
318
|
}
|
319
319
|
i.inverted.bordered.violet.icon,
|
320
320
|
i.inverted.circular.violet.icon {
|
321
|
-
background-color: #
|
322
|
-
color: #
|
321
|
+
background-color: #6435C9 !important;
|
322
|
+
color: #FFFFFF !important;
|
323
323
|
}
|
324
324
|
|
325
325
|
/* Purple */
|
326
326
|
i.purple.icon {
|
327
|
-
color: #
|
327
|
+
color: #A333C8 !important;
|
328
328
|
}
|
329
329
|
i.inverted.purple.icon {
|
330
|
-
color: #
|
330
|
+
color: #DC73FF !important;
|
331
331
|
}
|
332
332
|
i.inverted.bordered.purple.icon,
|
333
333
|
i.inverted.circular.purple.icon {
|
334
|
-
background-color: #
|
335
|
-
color: #
|
334
|
+
background-color: #A333C8 !important;
|
335
|
+
color: #FFFFFF !important;
|
336
336
|
}
|
337
337
|
|
338
338
|
/* Pink */
|
339
339
|
i.pink.icon {
|
340
|
-
color: #
|
340
|
+
color: #E03997 !important;
|
341
341
|
}
|
342
342
|
i.inverted.pink.icon {
|
343
|
-
color: #
|
343
|
+
color: #FF8EDF !important;
|
344
344
|
}
|
345
345
|
i.inverted.bordered.pink.icon,
|
346
346
|
i.inverted.circular.pink.icon {
|
347
|
-
background-color: #
|
348
|
-
color: #
|
347
|
+
background-color: #E03997 !important;
|
348
|
+
color: #FFFFFF !important;
|
349
349
|
}
|
350
350
|
|
351
351
|
/* Brown */
|
352
352
|
i.brown.icon {
|
353
|
-
color: #
|
353
|
+
color: #A5673F !important;
|
354
354
|
}
|
355
355
|
i.inverted.brown.icon {
|
356
|
-
color: #
|
356
|
+
color: #D67C1C !important;
|
357
357
|
}
|
358
358
|
i.inverted.bordered.brown.icon,
|
359
359
|
i.inverted.circular.brown.icon {
|
360
|
-
background-color: #
|
361
|
-
color: #
|
360
|
+
background-color: #A5673F !important;
|
361
|
+
color: #FFFFFF !important;
|
362
362
|
}
|
363
363
|
|
364
364
|
/* Grey */
|
@@ -366,25 +366,25 @@ i.grey.icon {
|
|
366
366
|
color: #767676 !important;
|
367
367
|
}
|
368
368
|
i.inverted.grey.icon {
|
369
|
-
color: #
|
369
|
+
color: #DCDDDE !important;
|
370
370
|
}
|
371
371
|
i.inverted.bordered.grey.icon,
|
372
372
|
i.inverted.circular.grey.icon {
|
373
373
|
background-color: #767676 !important;
|
374
|
-
color: #
|
374
|
+
color: #FFFFFF !important;
|
375
375
|
}
|
376
376
|
|
377
377
|
/* Black */
|
378
378
|
i.black.icon {
|
379
|
-
color: #
|
379
|
+
color: #1B1C1D !important;
|
380
380
|
}
|
381
381
|
i.inverted.black.icon {
|
382
382
|
color: #545454 !important;
|
383
383
|
}
|
384
384
|
i.inverted.bordeblack.black.icon,
|
385
385
|
i.inverted.circular.black.icon {
|
386
|
-
background-color: #
|
387
|
-
color: #
|
386
|
+
background-color: #1B1C1D !important;
|
387
|
+
color: #FFFFFF !important;
|
388
388
|
}
|
389
389
|
|
390
390
|
/*-------------------
|
@@ -476,10 +476,10 @@ i.icons .corner.icon {
|
|
476
476
|
-ms-transform: none;
|
477
477
|
transform: none;
|
478
478
|
font-size: 0.45em;
|
479
|
-
text-shadow: -1px -1px 0 #
|
479
|
+
text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
|
480
480
|
}
|
481
481
|
i.icons .inverted.corner.icon {
|
482
|
-
text-shadow: -1px -1px 0 #
|
482
|
+
text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D;
|
483
483
|
}
|
484
484
|
/*
|
485
485
|
* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
|
@@ -2377,6 +2377,9 @@ i.icon.conversation:before {
|
|
2377
2377
|
i.icon.umbrella:before {
|
2378
2378
|
content: "\f0e9";
|
2379
2379
|
}
|
2380
|
+
i.icon.clipboard:before {
|
2381
|
+
content: "\f0ea";
|
2382
|
+
}
|
2380
2383
|
i.icon.lightbulb:before {
|
2381
2384
|
content: "\f0eb";
|
2382
2385
|
}
|