app/assets/stylesheets/semantic-ui/elements/_icon.scss in semantic-ui-sass-2.1.8.0 vs app/assets/stylesheets/semantic-ui/elements/_icon.scss in semantic-ui-sass-2.2.0.0
- old
+ new
@@ -1,11 +1,10 @@
/*!
- * # Semantic UI 2.1.7 - Icon
+ * # Semantic UI 2.2.0 - Icon
* http://github.com/semantic-org/semantic-ui/
*
*
- * Copyright 2015 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
@@ -14,12 +13,12 @@
Icon
*******************************/
@font-face {
font-family: 'Icons';
- src: font-url("semantic-ui/icons.eot");
- src: font-url("semantic-ui/icons.eot?#iefix") format('embedded-opentype'), font-url("semantic-ui/icons.woff2") format('woff2'), font-url("semantic-ui/icons.woff") format('woff'), font-url("semantic-ui/icons.ttf") format('truetype'), font-url("semantic-ui/icons.svg#icons") format('svg');
+ src: url("./../themes/default/assets/fonts/icons.eot");
+ src: url("./../themes/default/assets/fonts/icons.eot?#iefix") format('embedded-opentype'), url("./../themes/default/assets/fonts/icons.woff2") format('woff2'), url("./../themes/default/assets/fonts/icons.woff") format('woff'), url("./../themes/default/assets/fonts/icons.ttf") format('truetype'), url("./../themes/default/assets/fonts/icons.svg#icons") format('svg');
font-style: normal;
font-weight: normal;
font-variant: normal;
text-decoration: inherit;
text-transform: none;
@@ -122,11 +121,11 @@
i.link.icon {
cursor: pointer;
opacity: 0.8;
-webkit-transition: opacity 0.1s ease;
- transition: opacity 0.1s ease;
+ transition: opacity 0.1s ease;
}
i.link.icon:hover {
opacity: 1 !important;
}
@@ -204,209 +203,209 @@
/* Inverted Shapes */
i.inverted.bordered.icon,
i.inverted.circular.icon {
- background-color: #1b1c1d !important;
- color: #ffffff !important;
+ background-color: #1B1C1D !important;
+ color: #FFFFFF !important;
}
i.inverted.icon {
- color: #ffffff;
+ color: #FFFFFF;
}
/*-------------------
Colors
--------------------*/
/* Red */
i.red.icon {
- color: #db2828 !important;
+ color: #DB2828 !important;
}
i.inverted.red.icon {
- color: #ff695e !important;
+ color: #FF695E !important;
}
i.inverted.bordered.red.icon,
i.inverted.circular.red.icon {
- background-color: #db2828 !important;
- color: #ffffff !important;
+ background-color: #DB2828 !important;
+ color: #FFFFFF !important;
}
/* Orange */
i.orange.icon {
- color: #f2711c !important;
+ color: #F2711C !important;
}
i.inverted.orange.icon {
- color: #ff851b !important;
+ color: #FF851B !important;
}
i.inverted.bordered.orange.icon,
i.inverted.circular.orange.icon {
- background-color: #f2711c !important;
- color: #ffffff !important;
+ background-color: #F2711C !important;
+ color: #FFFFFF !important;
}
/* Yellow */
i.yellow.icon {
- color: #fbbd08 !important;
+ color: #FBBD08 !important;
}
i.inverted.yellow.icon {
- color: #ffe21f !important;
+ color: #FFE21F !important;
}
i.inverted.bordered.yellow.icon,
i.inverted.circular.yellow.icon {
- background-color: #fbbd08 !important;
- color: #ffffff !important;
+ background-color: #FBBD08 !important;
+ color: #FFFFFF !important;
}
/* Olive */
i.olive.icon {
- color: #b5cc18 !important;
+ color: #B5CC18 !important;
}
i.inverted.olive.icon {
- color: #d9e778 !important;
+ color: #D9E778 !important;
}
i.inverted.bordered.olive.icon,
i.inverted.circular.olive.icon {
- background-color: #b5cc18 !important;
- color: #ffffff !important;
+ background-color: #B5CC18 !important;
+ color: #FFFFFF !important;
}
/* Green */
i.green.icon {
- color: #21ba45 !important;
+ color: #21BA45 !important;
}
i.inverted.green.icon {
- color: #2ecc40 !important;
+ color: #2ECC40 !important;
}
i.inverted.bordered.green.icon,
i.inverted.circular.green.icon {
- background-color: #21ba45 !important;
- color: #ffffff !important;
+ background-color: #21BA45 !important;
+ color: #FFFFFF !important;
}
/* Teal */
i.teal.icon {
- color: #00b5ad !important;
+ color: #00B5AD !important;
}
i.inverted.teal.icon {
- color: #6dffff !important;
+ color: #6DFFFF !important;
}
i.inverted.bordered.teal.icon,
i.inverted.circular.teal.icon {
- background-color: #00b5ad !important;
- color: #ffffff !important;
+ background-color: #00B5AD !important;
+ color: #FFFFFF !important;
}
/* Blue */
i.blue.icon {
- color: #2185d0 !important;
+ color: #2185D0 !important;
}
i.inverted.blue.icon {
- color: #54c8ff !important;
+ color: #54C8FF !important;
}
i.inverted.bordered.blue.icon,
i.inverted.circular.blue.icon {
- background-color: #2185d0 !important;
- color: #ffffff !important;
+ background-color: #2185D0 !important;
+ color: #FFFFFF !important;
}
/* Violet */
i.violet.icon {
- color: #6435c9 !important;
+ color: #6435C9 !important;
}
i.inverted.violet.icon {
- color: #a291fb !important;
+ color: #A291FB !important;
}
i.inverted.bordered.violet.icon,
i.inverted.circular.violet.icon {
- background-color: #6435c9 !important;
- color: #ffffff !important;
+ background-color: #6435C9 !important;
+ color: #FFFFFF !important;
}
/* Purple */
i.purple.icon {
- color: #a333c8 !important;
+ color: #A333C8 !important;
}
i.inverted.purple.icon {
- color: #dc73ff !important;
+ color: #DC73FF !important;
}
i.inverted.bordered.purple.icon,
i.inverted.circular.purple.icon {
- background-color: #a333c8 !important;
- color: #ffffff !important;
+ background-color: #A333C8 !important;
+ color: #FFFFFF !important;
}
/* Pink */
i.pink.icon {
- color: #e03997 !important;
+ color: #E03997 !important;
}
i.inverted.pink.icon {
- color: #ff8edf !important;
+ color: #FF8EDF !important;
}
i.inverted.bordered.pink.icon,
i.inverted.circular.pink.icon {
- background-color: #e03997 !important;
- color: #ffffff !important;
+ background-color: #E03997 !important;
+ color: #FFFFFF !important;
}
/* Brown */
i.brown.icon {
- color: #a5673f !important;
+ color: #A5673F !important;
}
i.inverted.brown.icon {
- color: #d67c1c !important;
+ color: #D67C1C !important;
}
i.inverted.bordered.brown.icon,
i.inverted.circular.brown.icon {
- background-color: #a5673f !important;
- color: #ffffff !important;
+ background-color: #A5673F !important;
+ color: #FFFFFF !important;
}
/* Grey */
i.grey.icon {
color: #767676 !important;
}
i.inverted.grey.icon {
- color: #dcddde !important;
+ color: #DCDDDE !important;
}
i.inverted.bordered.grey.icon,
i.inverted.circular.grey.icon {
background-color: #767676 !important;
- color: #ffffff !important;
+ color: #FFFFFF !important;
}
/* Black */
i.black.icon {
- color: #1b1c1d !important;
+ color: #1B1C1D !important;
}
i.inverted.black.icon {
color: #545454 !important;
}
-i.inverted.bordeblack.black.icon,
+i.inverted.bordered.black.icon,
i.inverted.circular.black.icon {
- background-color: #1b1c1d !important;
- color: #ffffff !important;
+ background-color: #1B1C1D !important;
+ color: #FFFFFF !important;
}
/*-------------------
Sizes
--------------------*/
i.mini.icon,
i.mini.icons {
line-height: 1;
- font-size: 0.71428571rem;
+ font-size: 0.4em;
}
i.tiny.icon,
i.tiny.icons {
line-height: 1;
- font-size: 0.85714286rem;
+ font-size: 0.5em;
}
i.small.icon,
i.small.icons {
line-height: 1;
- font-size: 0.92857143em;
+ font-size: 0.75em;
}
i.icon,
i.icons {
font-size: 1em;
}
@@ -474,17 +473,17 @@
bottom: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
font-size: 0.45em;
- text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
+ text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
}
i.icons .inverted.corner.icon {
- text-shadow: -1px -1px 0 #1b1c1d, 1px -1px 0 #1b1c1d, -1px 1px 0 #1b1c1d, 1px 1px 0 #1b1c1d;
+ text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D;
}
/*
- * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
+ * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/*******************************
@@ -522,13 +521,10 @@
content: "\f002";
}
i.icon.mail.outline:before {
content: "\f003";
}
-i.icon.external:before {
- content: "\f08e";
-}
i.icon.signal:before {
content: "\f012";
}
i.icon.setting:before {
content: "\f013";
@@ -546,28 +542,40 @@
content: "\f02b";
}
i.icon.tags:before {
content: "\f02c";
}
+i.icon.image:before {
+ content: "\f03e";
+}
i.icon.calendar:before {
content: "\f073";
}
i.icon.comment:before {
content: "\f075";
}
+i.icon.shop:before {
+ content: "\f07a";
+}
i.icon.comments:before {
content: "\f086";
}
-i.icon.shop:before {
- content: "\f07a";
+i.icon.external:before {
+ content: "\f08e";
}
i.icon.privacy:before {
content: "\f084";
}
i.icon.settings:before {
content: "\f085";
}
+i.icon.comments:before {
+ content: "\f086";
+}
+i.icon.external:before {
+ content: "\f08e";
+}
i.icon.trophy:before {
content: "\f091";
}
i.icon.payment:before {
content: "\f09d";
@@ -588,19 +596,25 @@
content: "\f0c3";
}
i.icon.mail:before {
content: "\f0e0";
}
-i.icon.idea:before {
- content: "\f0eb";
-}
i.icon.dashboard:before {
content: "\f0e4";
}
+i.icon.comment.outline:before {
+ content: "\f0e5";
+}
+i.icon.comments.outline:before {
+ content: "\f0e6";
+}
i.icon.sitemap:before {
content: "\f0e8";
}
+i.icon.idea:before {
+ content: "\f0eb";
+}
i.icon.alarm:before {
content: "\f0f3";
}
i.icon.terminal:before {
content: "\f120";
@@ -618,13 +632,10 @@
content: "\f145";
}
i.icon.external.square:before {
content: "\f14c";
}
-i.icon.map:before {
- content: "\f14e";
-}
i.icon.bug:before {
content: "\f188";
}
i.icon.mail.square:before {
content: "\f199";
@@ -633,29 +644,23 @@
content: "\f1da";
}
i.icon.options:before {
content: "\f1de";
}
-i.icon.comment.outline:before {
- content: "\f0e5";
-}
-i.icon.comments.outline:before {
- content: "\f0e6";
-}
i.icon.text.telephone:before {
content: "\f1e4";
}
i.icon.find:before {
content: "\f1e5";
}
i.icon.wifi:before {
content: "\f1eb";
}
-i.icon.alarm.slash:before {
+i.icon.alarm.mute:before {
content: "\f1f6";
}
-i.icon.alarm.slash.outline:before {
+i.icon.alarm.mute.outline:before {
content: "\f1f7";
}
i.icon.copyright:before {
content: "\f1f9";
}
@@ -669,12 +674,72 @@
content: "\f1fc";
}
i.icon.heartbeat:before {
content: "\f21e";
}
+i.icon.mouse.pointer:before {
+ content: "\f245";
+}
+i.icon.hourglass.empty:before {
+ content: "\f250";
+}
+i.icon.hourglass.start:before {
+ content: "\f251";
+}
+i.icon.hourglass.half:before {
+ content: "\f252";
+}
+i.icon.hourglass.end:before {
+ content: "\f253";
+}
+i.icon.hourglass.full:before {
+ content: "\f254";
+}
+i.icon.hand.pointer:before {
+ content: "\f25a";
+}
+i.icon.trademark:before {
+ content: "\f25c";
+}
+i.icon.registered:before {
+ content: "\f25d";
+}
+i.icon.creative.commons:before {
+ content: "\f25e";
+}
+i.icon.add.to.calendar:before {
+ content: "\f271";
+}
+i.icon.remove.from.calendar:before {
+ content: "\f272";
+}
+i.icon.delete.calendar:before {
+ content: "\f273";
+}
+i.icon.checked.calendar:before {
+ content: "\f274";
+}
+i.icon.industry:before {
+ content: "\f275";
+}
+i.icon.shopping.bag:before {
+ content: "\f290";
+}
+i.icon.shopping.basket:before {
+ content: "\f291";
+}
+i.icon.hashtag:before {
+ content: "\f292";
+}
+i.icon.percent:before {
+ content: "\f295";
+}
/* User Actions */
+i.icon.wait:before {
+ content: "\f017";
+}
i.icon.download:before {
content: "\f019";
}
i.icon.repeat:before {
content: "\f01e";
@@ -692,16 +757,16 @@
content: "\f02f";
}
i.icon.write:before {
content: "\f040";
}
-i.icon.theme:before {
- content: "\f043";
-}
i.icon.adjust:before {
content: "\f042";
}
+i.icon.theme:before {
+ content: "\f043";
+}
i.icon.edit:before {
content: "\f044";
}
i.icon.external.share:before {
content: "\f045";
@@ -746,16 +811,16 @@
content: "\f093";
}
i.icon.call:before {
content: "\f095";
}
-i.icon.call.square:before {
- content: "\f098";
-}
i.icon.remove.bookmark:before {
content: "\f097";
}
+i.icon.call.square:before {
+ content: "\f098";
+}
i.icon.unlock:before {
content: "\f09c";
}
i.icon.configure:before {
content: "\f0ad";
@@ -788,10 +853,16 @@
content: "\f12d";
}
i.icon.unlock.alternate:before {
content: "\f13e";
}
+i.icon.write.square:before {
+ content: "\f14b";
+}
+i.icon.share.square:before {
+ content: "\f14d";
+}
i.icon.archive:before {
content: "\f187";
}
i.icon.translate:before {
content: "\f1ab";
@@ -809,19 +880,10 @@
content: "\f1e0";
}
i.icon.share.alternate.square:before {
content: "\f1e1";
}
-i.icon.wait:before {
- content: "\f017";
-}
-i.icon.write.square:before {
- content: "\f14b";
-}
-i.icon.share.square:before {
- content: "\f14d";
-}
i.icon.add.to.cart:before {
content: "\f217";
}
i.icon.in.cart:before {
content: "\f218";
@@ -830,59 +892,77 @@
content: "\f234";
}
i.icon.remove.user:before {
content: "\f235";
}
+i.icon.object.group:before {
+ content: "\f247";
+}
+i.icon.object.ungroup:before {
+ content: "\f248";
+}
+i.icon.clone:before {
+ content: "\f24d";
+}
+i.icon.talk:before {
+ content: "\f27a";
+}
+i.icon.talk.outline:before {
+ content: "\f27b";
+}
/* Messages */
i.icon.help.circle:before {
content: "\f059";
}
i.icon.info.circle:before {
content: "\f05a";
}
-i.icon.warning:before {
- content: "\f12a";
-}
i.icon.warning.circle:before {
content: "\f06a";
}
i.icon.warning.sign:before {
content: "\f071";
}
+i.icon.announcement:before {
+ content: "\f0a1";
+}
i.icon.help:before {
content: "\f128";
}
i.icon.info:before {
content: "\f129";
}
-i.icon.announcement:before {
- content: "\f0a1";
+i.icon.warning:before {
+ content: "\f12a";
}
i.icon.birthday:before {
content: "\f1fd";
}
+i.icon.help.circle.outline:before {
+ content: "\f29c";
+}
/* Users */
+i.icon.user:before {
+ content: "\f007";
+}
i.icon.users:before {
content: "\f0c0";
}
i.icon.doctor:before {
content: "\f0f0";
}
-i.icon.child:before {
- content: "\f1ae";
-}
-i.icon.user:before {
- content: "\f007";
-}
i.icon.handicap:before {
content: "\f193";
}
i.icon.student:before {
content: "\f19d";
}
+i.icon.child:before {
+ content: "\f1ae";
+}
i.icon.spy:before {
content: "\f21b";
}
/* Gender & Sexuality */
@@ -926,21 +1006,59 @@
content: "\f22b";
}
i.icon.neuter:before {
content: "\f22c";
}
+i.icon.genderless:before {
+ content: "\f22d";
+}
+/* Accessibility */
+i.icon.universal.access:before {
+ content: "\f29a";
+}
+i.icon.wheelchair:before {
+ content: "\f29b";
+}
+i.icon.blind:before {
+ content: "\f29d";
+}
+i.icon.audio.description:before {
+ content: "\f29e";
+}
+i.icon.volume.control.phone:before {
+ content: "\f2a0";
+}
+i.icon.braille:before {
+ content: "\f2a1";
+}
+i.icon.asl:before {
+ content: "\f2a3";
+}
+i.icon.assistive.listening.systems:before {
+ content: "\f2a2";
+}
+i.icon.deafness:before {
+ content: "\f2a4";
+}
+i.icon.sign.language:before {
+ content: "\f2a7";
+}
+i.icon.low.vision:before {
+ content: "\f2a8";
+}
+
/* View Adjustment */
+i.icon.block.layout:before {
+ content: "\f009";
+}
i.icon.grid.layout:before {
content: "\f00a";
}
i.icon.list.layout:before {
content: "\f00b";
}
-i.icon.block.layout:before {
- content: "\f009";
-}
i.icon.zoom:before {
content: "\f00e";
}
i.icon.zoom.out:before {
content: "\f010";
@@ -984,13 +1102,10 @@
content: "\f072";
}
i.icon.magnet:before {
content: "\f076";
}
-i.icon.legal:before {
- content: "\f0e3";
-}
i.icon.lemon:before {
content: "\f094";
}
i.icon.world:before {
content: "\f0ac";
@@ -1002,14 +1117,17 @@
content: "\f0d1";
}
i.icon.money:before {
content: "\f0d6";
}
+i.icon.legal:before {
+ content: "\f0e3";
+}
i.icon.lightning:before {
content: "\f0e7";
}
-i.icon.rain:before {
+i.icon.umbrella:before {
content: "\f0e9";
}
i.icon.treatment:before {
content: "\f0f1";
}
@@ -1062,30 +1180,69 @@
content: "\f1ec";
}
i.icon.diamond:before {
content: "\f219";
}
+i.icon.sticky.note:before {
+ content: "\f249";
+}
+i.icon.sticky.note.outline:before {
+ content: "\f24a";
+}
+i.icon.law:before {
+ content: "\f24e";
+}
+i.icon.hand.peace:before {
+ content: "\f25b";
+}
+i.icon.hand.rock:before {
+ content: "\f255";
+}
+i.icon.hand.paper:before {
+ content: "\f256";
+}
+i.icon.hand.scissors:before {
+ content: "\f257";
+}
+i.icon.hand.lizard:before {
+ content: "\f258";
+}
+i.icon.hand.spock:before {
+ content: "\f259";
+}
+i.icon.tv:before {
+ content: "\f26c";
+}
/* Shapes */
i.icon.crosshairs:before {
content: "\f05b";
}
i.icon.asterisk:before {
content: "\f069";
}
+i.icon.square.outline:before {
+ content: "\f096";
+}
i.icon.certificate:before {
content: "\f0a3";
}
-i.icon.circle:before {
- content: "\f111";
+i.icon.square:before {
+ content: "\f0c8";
}
i.icon.quote.left:before {
content: "\f10d";
}
i.icon.quote.right:before {
content: "\f10e";
}
+i.icon.spinner:before {
+ content: "\f110";
+}
+i.icon.circle:before {
+ content: "\f111";
+}
i.icon.ellipsis.horizontal:before {
content: "\f141";
}
i.icon.ellipsis.vertical:before {
content: "\f142";
@@ -1100,16 +1257,10 @@
content: "\f1ce";
}
i.icon.circle.thin:before {
content: "\f1db";
}
-i.icon.square.outline:before {
- content: "\f096";
-}
-i.icon.square:before {
- content: "\f0c8";
-}
/* Item Selection */
i.icon.checkmark:before {
content: "\f00c";
}
@@ -1150,22 +1301,22 @@
content: "\f0fe";
}
i.icon.radio:before {
content: "\f10c";
}
-i.icon.selected.radio:before {
- content: "\f192";
-}
i.icon.minus.square:before {
content: "\f146";
}
i.icon.minus.square.outline:before {
content: "\f147";
}
i.icon.check.square:before {
content: "\f14a";
}
+i.icon.selected.radio:before {
+ content: "\f192";
+}
i.icon.plus.square.outline:before {
content: "\f196";
}
i.icon.toggle.off:before {
content: "\f204";
@@ -1335,17 +1486,37 @@
}
i.icon.toggle.left:before {
content: "\f191";
}
+/* Mobile */
+i.icon.tablet:before {
+ content: "\f10a";
+}
+i.icon.mobile:before {
+ content: "\f10b";
+}
+i.icon.battery.full:before {
+ content: "\f240";
+}
+i.icon.battery.high:before {
+ content: "\f241";
+}
+i.icon.battery.medium:before {
+ content: "\f242";
+}
+i.icon.battery.low:before {
+ content: "\f243";
+}
+i.icon.battery.empty:before {
+ content: "\f244";
+}
+
/* Computer */
i.icon.power:before {
content: "\f011";
}
-i.icon.trash:before {
- content: "\f1f8";
-}
i.icon.trash.outline:before {
content: "\f014";
}
i.icon.disk.outline:before {
content: "\f0a0";
@@ -1354,16 +1525,10 @@
content: "\f108";
}
i.icon.laptop:before {
content: "\f109";
}
-i.icon.tablet:before {
- content: "\f10a";
-}
-i.icon.mobile:before {
- content: "\f10b";
-}
i.icon.game:before {
content: "\f11b";
}
i.icon.keyboard:before {
content: "\f11c";
@@ -1371,40 +1536,43 @@
i.icon.plug:before {
content: "\f1e6";
}
/* File System */
+i.icon.trash:before {
+ content: "\f1f8";
+}
+i.icon.file.outline:before {
+ content: "\f016";
+}
i.icon.folder:before {
content: "\f07b";
}
i.icon.folder.open:before {
content: "\f07c";
}
+i.icon.file.text.outline:before {
+ content: "\f0f6";
+}
+i.icon.folder.outline:before {
+ content: "\f114";
+}
+i.icon.folder.open.outline:before {
+ content: "\f115";
+}
i.icon.level.up:before {
content: "\f148";
}
i.icon.level.down:before {
content: "\f149";
}
i.icon.file:before {
content: "\f15b";
}
-i.icon.file.outline:before {
- content: "\f016";
-}
i.icon.file.text:before {
content: "\f15c";
}
-i.icon.file.text.outline:before {
- content: "\f0f6";
-}
-i.icon.folder.outline:before {
- content: "\f114";
-}
-i.icon.folder.open.outline:before {
- content: "\f115";
-}
i.icon.file.pdf.outline:before {
content: "\f1c1";
}
i.icon.file.word.outline:before {
content: "\f1c2";
@@ -1430,28 +1598,28 @@
i.icon.file.code.outline:before {
content: "\f1c9";
}
/* Technologies */
+i.icon.qrcode:before {
+ content: "\f029";
+}
i.icon.barcode:before {
content: "\f02a";
}
-i.icon.qrcode:before {
- content: "\f029";
+i.icon.rss:before {
+ content: "\f09e";
}
i.icon.fork:before {
content: "\f126";
}
i.icon.html5:before {
content: "\f13b";
}
i.icon.css3:before {
content: "\f13c";
}
-i.icon.rss:before {
- content: "\f09e";
-}
i.icon.rss.square:before {
content: "\f143";
}
i.icon.openid:before {
content: "\f19b";
@@ -1460,10 +1628,19 @@
content: "\f1c0";
}
i.icon.server:before {
content: "\f233";
}
+i.icon.usb:before {
+ content: "\f287";
+}
+i.icon.bluetooth:before {
+ content: "\f293";
+}
+i.icon.bluetooth.alternative:before {
+ content: "\f294";
+}
/* Rating */
i.icon.heart:before {
content: "\f004";
}
@@ -1563,10 +1740,22 @@
content: "\f144";
}
i.icon.closed.captioning:before {
content: "\f20a";
}
+i.icon.pause.circle:before {
+ content: "\f28b";
+}
+i.icon.pause.circle.outline:before {
+ content: "\f28c";
+}
+i.icon.stop.circle:before {
+ content: "\f28d";
+}
+i.icon.stop.circle.outline:before {
+ content: "\f28e";
+}
/* Map, Locations, & Transportation */
i.icon.marker:before {
content: "\f041";
}
@@ -1595,10 +1784,13 @@
content: "\f0fd";
}
i.icon.location.arrow:before {
content: "\f124";
}
+i.icon.compass:before {
+ content: "\f14e";
+}
i.icon.space.shuttle:before {
content: "\f197";
}
i.icon.university:before {
content: "\f19c";
@@ -1643,10 +1835,22 @@
content: "\f238";
}
i.icon.subway:before {
content: "\f239";
}
+i.icon.map.pin:before {
+ content: "\f276";
+}
+i.icon.map.signs:before {
+ content: "\f277";
+}
+i.icon.map.outline:before {
+ content: "\f278";
+}
+i.icon.map:before {
+ content: "\f279";
+}
/* Tables */
i.icon.table:before {
content: "\f0ce";
}
@@ -1654,16 +1858,16 @@
content: "\f0db";
}
i.icon.sort:before {
content: "\f0dc";
}
-i.icon.sort.ascending:before {
- content: "\f0de";
-}
i.icon.sort.descending:before {
content: "\f0dd";
}
+i.icon.sort.ascending:before {
+ content: "\f0de";
+}
i.icon.sort.alphabet.ascending:before {
content: "\f15d";
}
i.icon.sort.alphabet.descending:before {
content: "\f15e";
@@ -1749,11 +1953,11 @@
content: "\f0cd";
}
i.icon.paste:before {
content: "\f0ea";
}
-i.icon.unlink:before {
+i.icon.unlinkify:before {
content: "\f127";
}
i.icon.superscript:before {
content: "\f12b";
}
@@ -1764,10 +1968,13 @@
content: "\f1dc";
}
i.icon.paragraph:before {
content: "\f1dd";
}
+i.icon.text.cursor:before {
+ content: "\f246";
+}
/* Currency */
i.icon.euro:before {
content: "\f153";
}
@@ -1787,10 +1994,13 @@
content: "\f158";
}
i.icon.won:before {
content: "\f159";
}
+i.icon.bitcoin:before {
+ content: "\f15a";
+}
i.icon.lira:before {
content: "\f195";
}
i.icon.shekel:before {
content: "\f20b";
@@ -1798,13 +2008,10 @@
/* Payment Options */
i.icon.paypal:before {
content: "\f1ed";
}
-i.icon.paypal.card:before {
- content: "\f1f4";
-}
i.icon.google.wallet:before {
content: "\f1ee";
}
i.icon.visa:before {
content: "\f1f0";
@@ -1816,13 +2023,25 @@
content: "\f1f2";
}
i.icon.american.express:before {
content: "\f1f3";
}
+i.icon.paypal.card:before {
+ content: "\f1f4";
+}
i.icon.stripe:before {
content: "\f1f5";
}
+i.icon.japan.credit.bureau:before {
+ content: "\f24b";
+}
+i.icon.diners.club:before {
+ content: "\f24c";
+}
+i.icon.credit.card.alternative:before {
+ content: "\f283";
+}
/* Networks and Websites*/
i.icon.twitter.square:before {
content: "\f081";
}
i.icon.facebook.square:before {
@@ -1835,11 +2054,11 @@
content: "\f092";
}
i.icon.twitter:before {
content: "\f099";
}
-i.icon.facebook:before {
+i.icon.facebook.f:before {
content: "\f09a";
}
i.icon.github:before {
content: "\f09b";
}
@@ -1862,13 +2081,10 @@
content: "\f113";
}
i.icon.maxcdn:before {
content: "\f136";
}
-i.icon.bitcoin:before {
- content: "\f15a";
-}
i.icon.youtube.square:before {
content: "\f166";
}
i.icon.youtube:before {
content: "\f167";
@@ -1919,11 +2135,11 @@
content: "\f17b";
}
i.icon.linux:before {
content: "\f17c";
}
-i.icon.dribbble:before {
+i.icon.dribble:before {
content: "\f17d";
}
i.icon.skype:before {
content: "\f17e";
}
@@ -1949,11 +2165,11 @@
content: "\f18c";
}
i.icon.stack.exchange:before {
content: "\f18d";
}
-i.icon.vimeo:before {
+i.icon.vimeo.square:before {
content: "\f194";
}
i.icon.slack:before {
content: "\f198";
}
@@ -2099,19 +2315,169 @@
content: "\f215";
}
i.icon.skyatlas:before {
content: "\f216";
}
+i.icon.facebook:before {
+ content: "\f230";
+}
+i.icon.pinterest:before {
+ content: "\f231";
+}
i.icon.whatsapp:before {
content: "\f232";
}
i.icon.viacoin:before {
content: "\f237";
}
i.icon.medium:before {
content: "\f23a";
}
+i.icon.y.combinator:before {
+ content: "\f23b";
+}
+i.icon.optinmonster:before {
+ content: "\f23c";
+}
+i.icon.opencart:before {
+ content: "\f23d";
+}
+i.icon.expeditedssl:before {
+ content: "\f23e";
+}
+i.icon.gg:before {
+ content: "\f260";
+}
+i.icon.gg.circle:before {
+ content: "\f261";
+}
+i.icon.tripadvisor:before {
+ content: "\f262";
+}
+i.icon.odnoklassniki:before {
+ content: "\f263";
+}
+i.icon.odnoklassniki.square:before {
+ content: "\f264";
+}
+i.icon.pocket:before {
+ content: "\f265";
+}
+i.icon.wikipedia:before {
+ content: "\f266";
+}
+i.icon.safari:before {
+ content: "\f267";
+}
+i.icon.chrome:before {
+ content: "\f268";
+}
+i.icon.firefox:before {
+ content: "\f269";
+}
+i.icon.opera:before {
+ content: "\f26a";
+}
+i.icon.internet.explorer:before {
+ content: "\f26b";
+}
+i.icon.contao:before {
+ content: "\f26d";
+}
+i.icon.\35 00px:before {
+ content: "\f26e";
+}
+i.icon.amazon:before {
+ content: "\f270";
+}
+i.icon.houzz:before {
+ content: "\f27c";
+}
+i.icon.vimeo:before {
+ content: "\f27d";
+}
+i.icon.black.tie:before {
+ content: "\f27e";
+}
+i.icon.fonticons:before {
+ content: "\f280";
+}
+i.icon.reddit.alien:before {
+ content: "\f281";
+}
+i.icon.microsoft.edge:before {
+ content: "\f282";
+}
+i.icon.codiepie:before {
+ content: "\f284";
+}
+i.icon.modx:before {
+ content: "\f285";
+}
+i.icon.fort.awesome:before {
+ content: "\f286";
+}
+i.icon.product.hunt:before {
+ content: "\f288";
+}
+i.icon.mixcloud:before {
+ content: "\f289";
+}
+i.icon.scribd:before {
+ content: "\f28a";
+}
+i.icon.gitlab:before {
+ content: "\f296";
+}
+i.icon.wpbeginner:before {
+ content: "\f297";
+}
+i.icon.wpforms:before {
+ content: "\f298";
+}
+i.icon.envira.gallery:before {
+ content: "\f299";
+}
+i.icon.glide:before {
+ content: "\f2a5";
+}
+i.icon.glide.g:before {
+ content: "\f2a6";
+}
+i.icon.viadeo:before {
+ content: "\f2a9";
+}
+i.icon.viadeo.square:before {
+ content: "\f2aa";
+}
+i.icon.snapchat:before {
+ content: "\f2ab";
+}
+i.icon.snapchat.ghost:before {
+ content: "\f2ac";
+}
+i.icon.snapchat.square:before {
+ content: "\f2ad";
+}
+i.icon.pied.piper.hat:before {
+ content: "\f2ae";
+}
+i.icon.first.order:before {
+ content: "\f2b0";
+}
+i.icon.yoast:before {
+ content: "\f2b1";
+}
+i.icon.themeisle:before {
+ content: "\f2b2";
+}
+i.icon.google.plus.circle:before {
+ content: "\f2b3";
+}
+i.icon.font.awesome:before {
+ content: "\f2b4";
+}
/*******************************
Aliases
*******************************/
@@ -2138,25 +2504,10 @@
content: "\f00d";
}
i.icon.x:before {
content: "\f00d";
}
-i.icon.user.times:before {
- content: "\f235";
-}
-i.icon.user.close:before {
- content: "\f235";
-}
-i.icon.user.cancel:before {
- content: "\f235";
-}
-i.icon.user.delete:before {
- content: "\f235";
-}
-i.icon.user.x:before {
- content: "\f235";
-}
i.icon.zoom.in:before {
content: "\f00e";
}
i.icon.magnify:before {
content: "\f00e";
@@ -2201,52 +2552,52 @@
content: "\f044";
}
i.icon.plus.circle:before {
content: "\f055";
}
+i.icon.question.circle:before {
+ content: "\f059";
+}
i.icon.dont:before {
content: "\f05e";
}
i.icon.minimize:before {
content: "\f066";
}
i.icon.add:before {
content: "\f067";
}
-i.icon.eye:before {
- content: "\f06e";
+i.icon.exclamation.circle:before {
+ content: "\f06a";
}
i.icon.attention:before {
content: "\f06a";
}
-i.icon.cart:before {
- content: "\f07a";
+i.icon.eye:before {
+ content: "\f06e";
}
+i.icon.exclamation.triangle:before {
+ content: "\f071";
+}
i.icon.shuffle:before {
content: "\f074";
}
i.icon.talk:before {
content: "\f075";
}
i.icon.chat:before {
content: "\f075";
}
+i.icon.cart:before {
+ content: "\f07a";
+}
i.icon.shopping.cart:before {
content: "\f07a";
}
i.icon.bar.graph:before {
content: "\f080";
}
-i.icon.area.graph:before {
- content: "\f1fe";
-}
-i.icon.pie.graph:before {
- content: "\f200";
-}
-i.icon.line.graph:before {
- content: "\f201";
-}
i.icon.key:before {
content: "\f084";
}
i.icon.cogs:before {
content: "\f085";
@@ -2270,16 +2621,16 @@
content: "\f08d";
}
i.icon.winner:before {
content: "\f091";
}
-i.icon.bookmark.outline:before {
- content: "\f097";
-}
i.icon.phone:before {
content: "\f095";
}
+i.icon.bookmark.outline:before {
+ content: "\f097";
+}
i.icon.phone.square:before {
content: "\f098";
}
i.icon.credit.card:before {
content: "\f09d";
@@ -2288,22 +2639,13 @@
content: "\f0a0";
}
i.icon.bullhorn:before {
content: "\f0a1";
}
-i.icon.bell:before {
- content: "\f0f3";
-}
i.icon.bell.outline:before {
content: "\f0a2";
}
-i.icon.bell.slash:before {
- content: "\f1f6";
-}
-i.icon.bell.slash.outline:before {
- content: "\f1f7";
-}
i.icon.hand.outline.right:before {
content: "\f0a4";
}
i.icon.hand.outline.left:before {
content: "\f0a5";
@@ -2324,10 +2666,16 @@
content: "\f0b1";
}
i.icon.group:before {
content: "\f0c0";
}
+i.icon.linkify:before {
+ content: "\f0c1";
+}
+i.icon.chain:before {
+ content: "\f0c1";
+}
i.icon.flask:before {
content: "\f0c3";
}
i.icon.sidebar:before {
content: "\f0c9";
@@ -2372,19 +2720,22 @@
content: "\f0e0";
}
i.icon.conversation:before {
content: "\f0e6";
}
-i.icon.umbrella:before {
+i.icon.rain:before {
content: "\f0e9";
}
i.icon.clipboard:before {
content: "\f0ea";
}
i.icon.lightbulb:before {
content: "\f0eb";
}
+i.icon.bell:before {
+ content: "\f0f3";
+}
i.icon.ambulance:before {
content: "\f0f9";
}
i.icon.medkit:before {
content: "\f0fa";
@@ -2402,28 +2753,25 @@
content: "\f108";
}
i.icon.circle.outline:before {
content: "\f10c";
}
-i.icon.intersex:before {
- content: "\f10c";
-}
-i.icon.asexual:before {
- content: "\f10c";
-}
-i.icon.spinner:before {
- content: "\f110";
-}
i.icon.gamepad:before {
content: "\f11b";
}
i.icon.star.half.full:before {
content: "\f123";
}
+i.icon.broken.chain:before {
+ content: "\f127";
+}
i.icon.question:before {
content: "\f128";
}
+i.icon.exclamation:before {
+ content: "\f12a";
+}
i.icon.eraser:before {
content: "\f12d";
}
i.icon.microphone:before {
content: "\f130";
@@ -2441,16 +2789,10 @@
content: "\f144";
}
i.icon.pencil.square:before {
content: "\f14b";
}
-i.icon.compass:before {
- content: "\f14e";
-}
-i.icon.amex:before {
- content: "\f1f3";
-}
i.icon.eur:before {
content: "\f153";
}
i.icon.gbp:before {
content: "\f154";
@@ -2459,71 +2801,112 @@
content: "\f155";
}
i.icon.inr:before {
content: "\f156";
}
-i.icon.cny:before,
-i.icon.rmb:before,
+i.icon.cny:before {
+ content: "\f157";
+}
+i.icon.rmb:before {
+ content: "\f157";
+}
i.icon.jpy:before {
content: "\f157";
}
-i.icon.rouble:before,
+i.icon.rouble:before {
+ content: "\f158";
+}
i.icon.rub:before {
content: "\f158";
}
i.icon.krw:before {
content: "\f159";
}
i.icon.btc:before {
content: "\f15a";
}
-i.icon.sheqel:before,
-i.icon.ils:before {
- content: "\f20b";
+i.icon.gratipay:before {
+ content: "\f184";
}
-i.icon.try:before {
- content: "\f195";
-}
i.icon.zip:before {
content: "\f187";
}
i.icon.dot.circle.outline:before {
content: "\f192";
}
-i.icon.sliders:before {
- content: "\f1de";
+i.icon.try:before {
+ content: "\f195";
}
-i.icon.wi-fi:before {
- content: "\f1eb";
-}
i.icon.graduation:before {
content: "\f19d";
}
+i.icon.circle.outline:before {
+ content: "\f1db";
+}
+i.icon.sliders:before {
+ content: "\f1de";
+}
i.icon.weixin:before {
content: "\f1d7";
}
-i.icon.binoculars:before {
- content: "\f1e5";
+i.icon.tty:before {
+ content: "\f1e4";
}
-i.icon.gratipay:before {
- content: "\f184";
-}
-i.icon.genderless:before {
- content: "\f1db";
-}
i.icon.teletype:before {
content: "\f1e4";
}
+i.icon.binoculars:before {
+ content: "\f1e5";
+}
i.icon.power.cord:before {
content: "\f1e6";
}
-i.icon.tty:before {
- content: "\f1e4";
+i.icon.wi-fi:before {
+ content: "\f1eb";
}
+i.icon.visa.card:before {
+ content: "\f1f0";
+}
+i.icon.mastercard.card:before {
+ content: "\f1f1";
+}
+i.icon.discover.card:before {
+ content: "\f1f2";
+}
+i.icon.amex:before {
+ content: "\f1f3";
+}
+i.icon.american.express.card:before {
+ content: "\f1f3";
+}
+i.icon.stripe.card:before {
+ content: "\f1f5";
+}
+i.icon.bell.slash:before {
+ content: "\f1f6";
+}
+i.icon.bell.slash.outline:before {
+ content: "\f1f7";
+}
+i.icon.area.graph:before {
+ content: "\f1fe";
+}
+i.icon.pie.graph:before {
+ content: "\f200";
+}
+i.icon.line.graph:before {
+ content: "\f201";
+}
i.icon.cc:before {
content: "\f20a";
}
+i.icon.sheqel:before {
+ content: "\f20b";
+}
+i.icon.ils:before {
+ content: "\f20b";
+}
i.icon.plus.cart:before {
content: "\f217";
}
i.icon.arrow.down.cart:before {
content: "\f218";
@@ -2538,10 +2921,13 @@
content: "\f222";
}
i.icon.mercury:before {
content: "\f223";
}
+i.icon.intersex:before {
+ content: "\f224";
+}
i.icon.venus.double:before {
content: "\f226";
}
i.icon.female.homosexual:before {
content: "\f226";
@@ -2562,26 +2948,200 @@
content: "\f229";
}
i.icon.mars.vertical:before {
content: "\f22a";
}
-i.icon.mars.horizontal:before {
- content: "\f22b";
-}
i.icon.mars.stroke.vertical:before {
content: "\f22a";
}
+i.icon.mars.horizontal:before {
+ content: "\f22b";
+}
i.icon.mars.stroke.horizontal:before {
content: "\f22b";
}
-i.icon.facebook.official {
+i.icon.asexual:before {
+ content: "\f22d";
+}
+i.icon.facebook.official:before {
content: "\f230";
}
-i.icon.pinterest.official {
- content: "\f231";
+i.icon.user.plus:before {
+ content: "\f234";
}
+i.icon.user.times:before {
+ content: "\f235";
+}
+i.icon.user.close:before {
+ content: "\f235";
+}
+i.icon.user.cancel:before {
+ content: "\f235";
+}
+i.icon.user.delete:before {
+ content: "\f235";
+}
+i.icon.user.x:before {
+ content: "\f235";
+}
i.icon.bed:before {
content: "\f236";
+}
+i.icon.yc:before {
+ content: "\f23b";
+}
+i.icon.ycombinator:before {
+ content: "\f23b";
+}
+i.icon.battery.four:before {
+ content: "\f240";
+}
+i.icon.battery.three:before {
+ content: "\f241";
+}
+i.icon.battery.three.quarters:before {
+ content: "\f241";
+}
+i.icon.battery.two:before {
+ content: "\f242";
+}
+i.icon.battery.half:before {
+ content: "\f242";
+}
+i.icon.battery.one:before {
+ content: "\f243";
+}
+i.icon.battery.quarter:before {
+ content: "\f243";
+}
+i.icon.battery.zero:before {
+ content: "\f244";
+}
+i.icon.i.cursor:before {
+ content: "\f246";
+}
+i.icon.jcb:before {
+ content: "\f24b";
+}
+i.icon.japan.credit.bureau.card:before {
+ content: "\f24b";
+}
+i.icon.diners.club.card:before {
+ content: "\f24c";
+}
+i.icon.balance:before {
+ content: "\f24e";
+}
+i.icon.hourglass.outline:before {
+ content: "\f250";
+}
+i.icon.hourglass.zero:before {
+ content: "\f250";
+}
+i.icon.hourglass.one:before {
+ content: "\f251";
+}
+i.icon.hourglass.two:before {
+ content: "\f252";
+}
+i.icon.hourglass.three:before {
+ content: "\f253";
+}
+i.icon.hourglass.four:before {
+ content: "\f254";
+}
+i.icon.grab {
+ content: "\f255";
+}
+i.icon.hand.victory:before {
+ content: "\f25b";
+}
+i.icon.tm:before {
+ content: "\f25c";
+}
+i.icon.r.circle:before {
+ content: "\f25d";
+}
+i.icon.television {
+ content: "\f26c";
+}
+i.icon.five.hundred.pixels:before {
+ content: "\f26e";
+}
+i.icon.calendar.plus:before {
+ content: "\f271";
+}
+i.icon.calendar.minus:before {
+ content: "\f272";
+}
+i.icon.calendar.times:before {
+ content: "\f273";
+}
+i.icon.calendar.check:before {
+ content: "\f274";
+}
+i.icon.factory:before {
+ content: "\f275";
+}
+i.icon.commenting:before {
+ content: "\f27a";
+}
+i.icon.commenting.outline:before {
+ content: "\f27b";
+}
+i.icon.edge:before {
+ content: "\f282";
+}
+i.icon.ms.edge:before {
+ content: "\f282";
+}
+i.icon.wordpress.beginner:before {
+ content: "\f297";
+}
+i.icon.wordpress.forms:before {
+ content: "\f298";
+}
+i.icon.envira:before {
+ content: "\f299";
+}
+i.icon.question.circle.outline:before {
+ content: "\f29c";
+}
+i.icon.assistive.listening.devices:before {
+ content: "\f2a2";
+}
+i.icon.als:before {
+ content: "\f2a2";
+}
+i.icon.ald:before {
+ content: "\f2a2";
+}
+i.icon.asl.interpreting:before {
+ content: "\f2a3";
+}
+i.icon.deaf:before {
+ content: "\f2a4";
+}
+i.icon.american.sign.language.interpreting:before {
+ content: "\f2a3";
+}
+i.icon.hard.of.hearing:before {
+ content: "\f2a4";
+}
+i.icon.signing:before {
+ content: "\f2a7";
+}
+i.icon.new.pied.piper:before {
+ content: "\f2ae";
+}
+i.icon.theme.isle:before {
+ content: "\f2b2";
+}
+i.icon.google.plus.official:before {
+ content: "\f2b3";
+}
+i.icon.fa:before {
+ content: "\f2b4";
}
/*******************************
Site Overrides