boxicons/static/css/boxicons.css

3133 lines
39 KiB
CSS
Raw Normal View History

2018-07-22 19:54:07 +02:00
@font-face
{
font-family: 'boxicons';
font-weight: normal;
font-style: normal;
src: url('../fonts/boxicons.eot');
src: url('../fonts/boxicons.eot') format('embedded-opentype'),
url('../fonts/boxicons.woff2') format('woff2'),
2018-07-04 06:00:35 +02:00
url('../fonts/boxicons.woff') format('woff'),
2018-07-22 19:54:07 +02:00
url('../fonts/boxicons.ttf') format('truetype'),
2018-07-04 06:00:35 +02:00
url('../fonts/boxicons.svg?#boxicons') format('svg');
2018-06-15 09:50:17 +02:00
}
2018-06-26 10:41:09 +02:00
.bx
{
font-family: 'boxicons' !important;
font-weight: normal;
font-style: normal;
font-variant: normal;
line-height: 1;
display: inline-block;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
2018-07-22 19:54:07 +02:00
.bx-ul
{
margin-left: 2em;
padding-left: 0;
list-style: none;
}
.bx-ul > li
{
2018-07-03 08:48:00 +02:00
position: relative;
}
2018-07-22 19:54:07 +02:00
.bx-ul .bx
{
font-size: inherit;
line-height: inherit;
position: absolute;
left: -2em;
width: 2em;
text-align: center;
2018-07-03 08:48:00 +02:00
}
2018-06-26 10:41:09 +02:00
@-webkit-keyframes spin
{
0%
{
-webkit-transform: rotate(0);
transform: rotate(0);
}
100%
{
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spin
{
0%
{
-webkit-transform: rotate(0);
transform: rotate(0);
}
100%
{
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-webkit-keyframes burst
{
0%
{
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
90%
{
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
}
@keyframes burst
{
0%
{
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
90%
{
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
}
@-webkit-keyframes flashing
{
0%
{
opacity: 1;
}
45%
{
opacity: 0;
}
90%
{
opacity: 1;
}
}
@keyframes flashing
{
0%
{
opacity: 1;
}
45%
{
opacity: 0;
}
90%
{
opacity: 1;
}
}
@-webkit-keyframes fade-left
{
0%
{
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
75%
{
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
opacity: 0;
}
}
@keyframes fade-left
{
0%
{
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
75%
{
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
opacity: 0;
}
}
@-webkit-keyframes fade-right
{
0%
{
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
75%
{
-webkit-transform: translateX(20px);
transform: translateX(20px);
opacity: 0;
}
}
@keyframes fade-right
{
0%
{
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
75%
{
-webkit-transform: translateX(20px);
transform: translateX(20px);
opacity: 0;
}
}
2018-07-03 08:48:00 +02:00
@-webkit-keyframes fade-up
{
0%
{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
75%
{
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
opacity: 0;
}
}
@keyframes fade-up
{
0%
{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
75%
{
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
opacity: 0;
}
}
@-webkit-keyframes fade-down
{
0%
{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
75%
{
-webkit-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
}
}
@keyframes fade-down
{
0%
{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
75%
{
-webkit-transform: translateY(20px);
transform: translateY(20px);
2018-06-26 10:41:09 +02:00
2018-07-03 08:48:00 +02:00
opacity: 0;
}
}
2018-06-26 10:41:09 +02:00
@-webkit-keyframes tada
{
from
{
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20%
{
-webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
}
30%,
50%,
70%,
90%
{
-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
}
40%,
60%,
80%
{
-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
}
to
{
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada
{
from
{
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20%
{
-webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
}
30%,
50%,
70%,
90%
{
-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
}
40%,
60%,
80%
{
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
to
{
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bx-spin
{
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
.bx-spin-hover:hover
{
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
.bx-tada
{
-webkit-animation: tada 1.5s ease infinite;
animation: tada 1.5s ease infinite;
}
.bx-tada-hover:hover
{
-webkit-animation: tada 1.5s ease infinite;
animation: tada 1.5s ease infinite;
}
.bx-flashing
{
-webkit-animation: flashing 1.5s infinite linear;
animation: flashing 1.5s infinite linear;
}
.bx-flashing-hover:hover
{
-webkit-animation: flashing 1.5s infinite linear;
animation: flashing 1.5s infinite linear;
}
.bx-burst
{
-webkit-animation: burst 1.5s infinite linear;
animation: burst 1.5s infinite linear;
}
.bx-burst-hover:hover
{
-webkit-animation: burst 1.5s infinite linear;
animation: burst 1.5s infinite linear;
}
2018-07-03 08:48:00 +02:00
.bx-fade-up
{
-webkit-animation: fade-up 1.5s infinite linear;
animation: fade-up 1.5s infinite linear;
}
.bx-fade-up-hover:hover
{
-webkit-animation: fade-up 1.5s infinite linear;
animation: fade-up 1.5s infinite linear;
}
.bx-fade-down
{
-webkit-animation: fade-down 1.5s infinite linear;
animation: fade-down 1.5s infinite linear;
}
.bx-fade-down-hover:hover
{
-webkit-animation: fade-down 1.5s infinite linear;
animation: fade-down 1.5s infinite linear;
}
2018-06-26 10:41:09 +02:00
.bx-fade-left
{
-webkit-animation: fade-left 1.5s infinite linear;
animation: fade-left 1.5s infinite linear;
}
.bx-fade-left-hover:hover
{
-webkit-animation: fade-left 1.5s infinite linear;
animation: fade-left 1.5s infinite linear;
}
.bx-fade-right
{
-webkit-animation: fade-right 1.5s infinite linear;
animation: fade-right 1.5s infinite linear;
}
.bx-fade-right-hover:hover
{
-webkit-animation: fade-right 1.5s infinite linear;
animation: fade-right 1.5s infinite linear;
}
.bx-xs
{
2018-07-03 08:48:00 +02:00
font-size: 1rem!important;
2018-06-26 10:41:09 +02:00
}
.bx-sm
{
font-size: 1.55rem!important;
}
.bx-md
{
font-size: 2.25rem!important;
}
2018-07-22 19:54:07 +02:00
.bx-fw
{
2018-07-07 05:21:13 +02:00
font-size: 1.2857142857em;
2018-07-22 19:54:07 +02:00
line-height: .8em;
width: 1.2857142857em;
height: .8em;
margin-top: -.2em!important;
2018-07-07 05:21:13 +02:00
vertical-align: middle;
}
2018-06-26 10:41:09 +02:00
.bx-lg
{
font-size: 3.0rem!important;
}
2018-07-22 19:54:07 +02:00
.bx-pull-left
{
float: left;
2018-07-07 05:21:13 +02:00
margin-right: .3em!important;
}
2018-07-22 19:54:07 +02:00
.bx-pull-right
{
float: right;
2018-07-07 05:21:13 +02:00
margin-left: .3em!important;
}
2018-06-26 10:41:09 +02:00
.bx-rotate-90
{
transform: rotate(90deg);
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
}
.bx-rotate-180
{
transform: rotate(180deg);
2018-06-15 09:50:17 +02:00
2018-06-26 10:41:09 +02:00
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
2018-06-15 09:50:17 +02:00
}
2018-06-26 10:41:09 +02:00
.bx-rotate-270
{
transform: rotate(270deg);
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
}
.bx-flip-horizontal
{
transform: scaleX(-1);
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}
.bx-flip-vertical
{
transform: scaleY(-1);
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
}
.bx-border
{
padding: .25em;
border: .07em solid rgba(0,0,0,.1);
border-radius: .25em;
}
.bx-border-circle
{
padding: .25em;
border: .07em solid rgba(0,0,0,.1);
border-radius: 50%;
}
2019-01-21 06:43:16 +01:00
.bxs-t-shirt:before
{
content: '\ea3e';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-500px:before
{
content: '\e900';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-airbnb:before
{
content: '\e901';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-amazon:before
{
content: '\e902';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-android:before
{
content: '\e903';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-angular:before
{
content: '\e904';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-apple:before
{
content: '\e905';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-baidu:before
{
content: '\e906';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-behance:before
{
content: '\e907';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-bing:before
{
content: '\e908';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-bitcoin:before
{
content: '\e909';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-blogger:before
{
content: '\e90a';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-bootstrap:before
{
content: '\e90b';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-chrome:before
{
content: '\e90c';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-codepen:before
{
content: '\e90d';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-creative-commons:before
{
content: '\e90e';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-css3:before
{
content: '\e90f';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-dailymotion:before
{
content: '\e910';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-deviantart:before
{
content: '\e911';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-digg:before
{
content: '\e912';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-digitalocean:before
{
content: '\e913';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-discord:before
{
content: '\e914';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-discourse:before
{
content: '\e915';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-dribbble:before
{
content: '\e916';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-dropbox:before
{
content: '\e917';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-drupal:before
{
content: '\e918';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-ebay:before
{
content: '\e919';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-edge:before
{
content: '\e91a';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-facebook:before
{
content: '\e91b';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-facebook-square:before
{
content: '\e91c';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-firefox:before
{
content: '\e91d';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-flickr:before
{
content: '\e91e';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-flickr-square:before
{
content: '\e91f';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-foursquare:before
{
content: '\e920';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-git:before
{
content: '\e921';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-github:before
{
content: '\e922';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-google:before
{
content: '\e923';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-google-plus:before
{
content: '\e924';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-google-plus-circle:before
{
content: '\e925';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-html5:before
{
content: '\e926';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-instagram:before
{
content: '\e927';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-internet-explorer:before
{
content: '\e928';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-invision:before
{
content: '\e929';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-javascript:before
{
content: '\e92a';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-joomla:before
{
content: '\e92b';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-jsfiddle:before
{
content: '\e92c';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-kickstarter:before
{
content: '\e92d';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-less:before
{
content: '\e92e';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-linkedin:before
{
content: '\e92f';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-linkedin-square:before
{
content: '\e930';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-magento:before
{
content: '\e931';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-mailchimp:before
{
content: '\e932';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-mastercard:before
{
content: '\e933';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-medium:before
{
content: '\e934';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-medium-old:before
{
content: '\e935';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-medium-square:before
{
content: '\e936';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-messenger:before
{
content: '\e937';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-microsoft:before
{
content: '\e938';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-nodejs:before
{
content: '\e939';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-opera:before
{
content: '\e93a';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-paypal:before
{
content: '\e93b';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-periscope:before
{
content: '\e93c';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-pinterest:before
{
content: '\e93d';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-play-store:before
{
content: '\e93e';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-pocket:before
{
content: '\e93f';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-product-hunt:before
{
content: '\e940';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-quora:before
{
content: '\e941';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-react:before
{
content: '\e942';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-reddit:before
{
content: '\e943';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-redux:before
{
content: '\e944';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-sass:before
{
content: '\e945';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-shopify:before
{
content: '\e946';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-skype:before
{
content: '\e947';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-slack:before
{
content: '\e948';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-slack-old:before
{
content: '\e949';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-snapchat:before
{
content: '\e94a';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-soundcloud:before
{
content: '\e94b';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-spotify:before
{
content: '\e94c';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-squarespace:before
{
content: '\e94d';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-stack-overflow:before
{
content: '\e94e';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-stripe:before
{
content: '\e94f';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-telegram:before
{
content: '\e950';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-trello:before
{
content: '\e951';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-tumblr:before
{
content: '\e952';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-twitch:before
{
content: '\e953';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-twitter:before
{
content: '\e954';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-unsplash:before
{
content: '\e955';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-vimeo:before
{
content: '\e956';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-visa:before
{
content: '\e957';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-vk:before
{
content: '\e958';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-vuejs:before
{
content: '\e959';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-whatsapp:before
{
content: '\e95a';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-whatsapp-square:before
{
content: '\e95b';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-wikipedia:before
{
content: '\e95c';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-windows:before
{
content: '\e95d';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-wix:before
{
content: '\e95e';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-wordpress:before
{
content: '\e95f';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-yahoo:before
{
content: '\e960';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-yelp:before
{
content: '\e961';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxl-youtube:before
{
content: '\e962';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-adjust:before
{
content: '\e963';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-album:before
{
content: '\e964';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-ambulance:before
{
content: '\e965';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-archive:before
{
content: '\e966';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-area:before
{
content: '\e967';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-award:before
{
content: '\e968';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-badge:before
{
content: '\e969';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-badge-check:before
{
content: '\e96a';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-ball:before
{
content: '\e96b';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-bar-chart-square:before
{
content: '\e96c';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-barcode:before
{
content: '\e96d';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-bath:before
{
content: '\e96e';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-battery:before
{
content: '\e96f';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-battery-charging:before
{
content: '\e970';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-battery-full:before
{
content: '\e971';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-battery-low:before
{
content: '\e972';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-bed:before
{
content: '\e973';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-bell:before
{
content: '\e974';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-bell-off:before
{
content: '\e975';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-bell-ring:before
{
content: '\e976';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-bolt:before
{
content: '\e977';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-book:before
{
content: '\e978';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-book-bookmark:before
{
content: '\e979';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-bookmark:before
{
content: '\e97a';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-bookmark-plus:before
{
content: '\e97b';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-bookmark-star:before
{
content: '\e97c';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-book-open:before
{
content: '\e97d';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-bot:before
{
content: '\e97e';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-box:before
{
content: '\e97f';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-briefcase:before
{
content: '\e980';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-brush:before
{
content: '\e981';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-bug:before
{
content: '\e982';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-building:before
{
content: '\e983';
2018-06-29 22:00:13 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-bulb:before
{
content: '\e984';
2018-06-29 22:00:13 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-buoy:before
{
content: '\e985';
2018-06-29 22:00:13 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-bus:before
{
content: '\e986';
2018-06-29 22:00:13 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-calculator:before
{
content: '\e987';
2018-06-29 22:00:13 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-camera:before
{
content: '\e988';
2018-06-29 22:00:13 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-camera-off:before
{
content: '\e989';
2018-06-29 22:00:13 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-capsule:before
{
content: '\e98a';
2018-06-29 22:00:13 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-captions:before
{
content: '\e98b';
2018-06-29 22:00:13 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-car:before
{
content: '\e98c';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-card:before
{
content: '\e98d';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-cart:before
{
content: '\e98e';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-cart-alt:before
{
content: '\e98f';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-categories:before
{
content: '\e990';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-certification:before
{
content: '\e991';
2018-06-29 22:00:13 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-chart:before
{
content: '\e992';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-checkbox:before
{
content: '\e993';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-checkbox-checked:before
{
content: '\e994';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-check-circle:before
{
content: '\e995';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-chip:before
{
content: '\e996';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-cloud:before
{
content: '\e997';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-cloud-download:before
{
content: '\e998';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-cloud-upload:before
{
content: '\e999';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-coffee:before
{
content: '\e99a';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-coffee-alt:before
{
content: '\e99b';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-cog:before
{
content: '\e99c';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-collection:before
{
content: '\e99d';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-color-fill:before
{
content: '\e99e';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-contact:before
{
content: '\e99f';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-conversation:before
{
content: '\e9a0';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-copy:before
{
content: '\e9a1';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-coupon:before
{
content: '\e9a2';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-crown:before
{
content: '\e9a3';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-cube:before
{
content: '\e9a4';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-dashboard:before
{
content: '\e9a5';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-detail:before
{
content: '\e9a6';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-direction:before
{
content: '\e9a7';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-directions:before
{
content: '\e9a8';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-disc:before
{
content: '\e9a9';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-discount:before
{
content: '\e9aa';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-dislike:before
{
content: '\e9ab';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-dock-bottom:before
{
content: '\e9ac';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-dock-left:before
{
content: '\e9ad';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-dock-right:before
{
content: '\e9ae';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-dock-top:before
{
content: '\e9af';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-dollar-circle:before
{
content: '\e9b0';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-down-arrow-circle:before
{
content: '\e9b1';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-down-arrow-square:before
{
content: '\e9b2';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-download:before
{
content: '\e9b3';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-downvote:before
{
content: '\e9b4';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-drink:before
{
content: '\e9b5';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-droplet:before
{
content: '\e9b6';
2018-06-29 22:00:13 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-duplicate:before
{
content: '\e9b7';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-edit:before
{
content: '\e9b8';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-eject:before
{
content: '\e9b9';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-envelope:before
{
content: '\e9ba';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-eraser:before
{
content: '\e9bb';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-error:before
{
content: '\e9bc';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-error-circle:before
{
content: '\e9bd';
2018-06-29 22:00:13 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-eyedropper:before
{
content: '\e9be';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-factory:before
{
content: '\e9bf';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-file:before
{
content: '\e9c0';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-file-blank:before
{
content: '\e9c1';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-file-image:before
{
content: '\e9c2';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-file-plus:before
{
content: '\e9c3';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-film:before
{
content: '\e9c4';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-filter-alt:before
{
content: '\e9c5';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-first-aid:before
{
content: '\e9c6';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-flag:before
{
content: '\e9c7';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-flag-alt:before
{
content: '\e9c8';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-flame:before
{
content: '\e9c9';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-flask:before
{
content: '\e9ca';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-folder:before
{
content: '\e9cb';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-folder-open:before
{
content: '\e9cc';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-folder-plus:before
{
content: '\e9cd';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-gas-pump:before
{
content: '\e9ce';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-gift:before
{
content: '\e9cf';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-grid-alt:before
{
content: '\e9d0';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-group:before
{
content: '\e9d1';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-hdd:before
{
content: '\e9d2';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-heart:before
{
content: '\e9d3';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-help-circle:before
{
content: '\e9d4';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-hide:before
{
content: '\e9d5';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-home:before
{
content: '\e9d6';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-hot:before
{
content: '\e9d7';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-hotel:before
{
content: '\e9d8';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-hourglass:before
{
content: '\e9d9';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-image:before
{
content: '\e9da';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-image-alt:before
{
content: '\e9db';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-inbox:before
{
content: '\e9dc';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-info-circle:before
{
content: '\e9dd';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-joystick:before
{
content: '\e9de';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-joystick-alt:before
{
content: '\e9df';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-joystick-button:before
{
content: '\e9e0';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-key:before
{
content: '\e9e1';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-keyboard:before
{
content: '\e9e2';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-landmark:before
{
content: '\e9e3';
2018-06-29 22:00:13 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-layer:before
{
content: '\e9e4';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-left-arrow-circle:before
{
content: '\e9e5';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-left-arrow-square:before
{
content: '\e9e6';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-like:before
{
content: '\e9e7';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-lock:before
{
content: '\e9e8';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-lock-open:before
{
content: '\e9e9';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-magic-wand:before
{
content: '\e9ea';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-magnet:before
{
content: '\e9eb';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-map:before
{
content: '\e9ec';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-map-alt:before
{
content: '\e9ed';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-megaphone:before
{
content: '\e9ee';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-message:before
{
content: '\e9ef';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-message-rounded:before
{
content: '\e9f0';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-microphone:before
{
content: '\e9f1';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-microphone-alt:before
{
content: '\e9f2';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-microphone-off:before
{
content: '\e9f3';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-minus-circle:before
{
content: '\e9f4';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-minus-square:before
{
content: '\e9f5';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-moon:before
{
content: '\e9f6';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-mouse:before
{
content: '\e9f7';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-movie:before
{
content: '\e9f8';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-music:before
{
content: '\e9f9';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-navigation:before
{
content: '\e9fa';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-news:before
{
content: '\e9fb';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-note:before
{
content: '\e9fc';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-package:before
{
content: '\e9fd';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-paper-plane:before
{
content: '\e9fe';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-paste:before
{
content: '\e9ff';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-pen:before
{
content: '\ea00';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-pencil:before
{
content: '\ea01';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-phone:before
{
content: '\ea02';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-phone-call:before
{
content: '\ea03';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-phone-incoming:before
{
content: '\ea04';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-phone-outgoing:before
{
content: '\ea05';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-photo-album:before
{
content: '\ea06';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-pie-chart:before
{
content: '\ea07';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-pin:before
{
content: '\ea08';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-plane:before
{
content: '\ea09';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-planet:before
{
content: '\ea0a';
2018-06-26 10:41:09 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-playlist:before
{
content: '\ea0b';
2018-06-29 22:00:13 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-plug:before
{
content: '\ea0c';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-plus-circle:before
{
content: '\ea0d';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-plus-square:before
{
content: '\ea0e';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-printer:before
{
content: '\ea0f';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-purchase-tag:before
{
content: '\ea10';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-quote-left:before
{
content: '\ea11';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-quote-right:before
{
content: '\ea12';
2018-06-15 09:50:17 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-radio:before
{
content: '\ea13';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-rename:before
{
content: '\ea14';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-report:before
{
content: '\ea15';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-right-arrow-circle:before
{
content: '\ea16';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-right-arrow-square:before
{
content: '\ea17';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-rocket:before
{
content: '\ea18';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-ruler:before
{
content: '\ea19';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-save:before
{
content: '\ea1a';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-select-multiple:before
{
content: '\ea1b';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-send:before
{
content: '\ea1c';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-server:before
{
content: '\ea1d';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-share:before
{
content: '\ea1e';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-share-alt:before
{
content: '\ea1f';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-shield:before
{
content: '\ea20';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-ship:before
{
content: '\ea21';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-shopping-bag:before
{
content: '\ea22';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-shopping-bag-alt:before
{
content: '\ea23';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-show:before
{
content: '\ea24';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-skull:before
{
content: '\ea25';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-smiley-happy:before
{
content: '\ea26';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-smiley-meh:before
{
content: '\ea27';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-smiley-sad:before
{
content: '\ea28';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-sort-alt:before
{
content: '\ea29';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-spreadsheet:before
{
content: '\ea2a';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-star:before
{
content: '\ea2b';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-star-half:before
{
content: '\ea2c';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-sun:before
{
content: '\ea2d';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-tag:before
{
content: '\ea2e';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-tag-x:before
{
content: '\ea2f';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-taxi:before
{
content: '\ea30';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-tennis-ball:before
{
content: '\ea31';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-terminal:before
{
content: '\ea32';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-thermometer:before
{
content: '\ea33';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-toggle-left:before
{
content: '\ea34';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-toggle-right:before
{
content: '\ea35';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-torch:before
{
content: '\ea36';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-to-top:before
{
content: '\ea37';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-train:before
{
content: '\ea38';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-trash:before
{
content: '\ea39';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-trash-alt:before
{
content: '\ea3a';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-tree:before
{
content: '\ea3b';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-trophy:before
{
content: '\ea3c';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-truck:before
{
content: '\ea3d';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-up-arrow-circle:before
{
content: '\ea3f';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-up-arrow-square:before
{
content: '\ea40';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-upvote:before
{
content: '\ea41';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-user:before
{
content: '\ea42';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-user-badge:before
{
content: '\ea43';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-user-circle:before
{
content: '\ea44';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-user-detail:before
{
content: '\ea45';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-user-minus:before
{
content: '\ea46';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-user-plus:before
{
content: '\ea47';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-user-rectangle:before
{
content: '\ea48';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-video:before
{
content: '\ea49';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-video-off:before
{
content: '\ea4a';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-video-plus:before
{
content: '\ea4b';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-videos:before
{
content: '\ea4c';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-volume:before
{
content: '\ea4d';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-volume-full:before
{
content: '\ea4e';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-volume-low:before
{
content: '\ea4f';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-volume-mute:before
{
content: '\ea50';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-wallet:before
{
content: '\ea51';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-watch:before
{
content: '\ea52';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-watch-alt:before
{
content: '\ea53';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-widget:before
{
content: '\ea54';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-wrench:before
{
content: '\ea55';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-x-circle:before
{
content: '\ea56';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-x-square:before
{
content: '\ea57';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-yin-yang:before
{
content: '\ea58';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bxs-zap:before
{
content: '\ea59';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-alarm:before
{
content: '\ea5a';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-alarm-off:before
{
content: '\ea5b';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-align-justify:before
{
content: '\ea5c';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-align-left:before
{
content: '\ea5d';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-align-middle:before
{
content: '\ea5e';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-align-right:before
{
content: '\ea5f';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-analyse:before
{
content: '\ea60';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-anchor:before
{
content: '\ea61';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-aperture:before
{
content: '\ea62';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-area:before
{
content: '\ea63';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-arrow-back:before
{
content: '\ea64';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-at:before
{
content: '\ea65';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-award:before
{
content: '\ea66';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-bar-chart:before
{
content: '\ea67';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-bar-chart-square:before
{
content: '\ea68';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-basketball:before
{
content: '\ea69';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-bath:before
{
content: '\ea6a';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-battery:before
{
content: '\ea6b';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-bed:before
{
content: '\ea6c';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-bell:before
{
content: '\ea6d';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-bell-off:before
{
content: '\ea6e';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-bicycle:before
{
content: '\ea6f';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-block:before
{
content: '\ea70';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-bluetooth:before
{
content: '\ea71';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-body:before
{
content: '\ea72';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-bold:before
{
content: '\ea73';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-bookmark:before
{
content: '\ea74';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-bookmark-plus:before
{
content: '\ea75';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-broadcast:before
{
content: '\ea76';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-bulb:before
{
content: '\ea77';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-bullseye:before
{
content: '\ea78';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-calendar:before
{
content: '\ea79';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-calendar-check:before
{
content: '\ea7a';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-calendar-event:before
{
content: '\ea7b';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-calendar-minus:before
{
content: '\ea7c';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-calendar-plus:before
{
content: '\ea7d';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-calendar-x:before
{
content: '\ea7e';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-camera:before
{
content: '\ea7f';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-camera-off:before
{
content: '\ea80';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-captions:before
{
content: '\ea81';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-card:before
{
content: '\ea82';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-caret-down:before
{
content: '\ea83';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-caret-left:before
{
content: '\ea84';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-caret-right:before
{
content: '\ea85';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-caret-up:before
{
content: '\ea86';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-carousel:before
{
content: '\ea87';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-cart:before
{
content: '\ea88';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-cart-alt:before
{
content: '\ea89';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-cast:before
{
content: '\ea8a';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-chalkboard:before
{
content: '\ea8b';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-chart:before
{
content: '\ea8c';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-check:before
{
content: '\ea8d';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-check-circle:before
{
content: '\ea8e';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-check-double:before
{
content: '\ea8f';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-chevron-down:before
{
content: '\ea90';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-chevron-left:before
{
content: '\ea91';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-chevron-right:before
{
content: '\ea92';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-chevron-up:before
{
content: '\ea93';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-circle:before
{
content: '\ea94';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-clipboard:before
{
content: '\ea95';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-closet:before
{
content: '\ea96';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-cloud-drizzle:before
{
content: '\ea97';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-cloud-lightning:before
{
content: '\ea98';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-cloud-light-rain:before
{
content: '\ea99';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-cloud-rain:before
{
content: '\ea9a';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-cloud-snow:before
{
content: '\ea9b';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-code:before
{
content: '\ea9c';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-code-block:before
{
content: '\ea9d';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-code-curly:before
{
content: '\ea9e';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-coffee:before
{
content: '\ea9f';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-cog:before
{
content: '\eaa0';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-collapse:before
{
content: '\eaa1';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-collection:before
{
content: '\eaa2';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-columns:before
{
content: '\eaa3';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-command:before
{
content: '\eaa4';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-compass:before
{
content: '\eaa5';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-copy:before
{
content: '\eaa6';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-credit-card:before
{
content: '\eaa7';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-crop:before
{
content: '\eaa8';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-crosshair:before
{
content: '\eaa9';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-crown:before
{
content: '\eaaa';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-cube:before
{
content: '\eaab';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-cut:before
{
content: '\eaac';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-dashboard:before
{
content: '\eaad';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-data:before
{
content: '\eaae';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-desktop:before
{
content: '\eaaf';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-dialpad:before
{
content: '\eab0';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-diamond:before
{
content: '\eab1';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-dislike:before
{
content: '\eab2';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-dollar:before
{
content: '\eab3';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-dots-horizontal:before
{
content: '\eab4';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-dots-horizontal-rounded:before
{
content: '\eab5';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-dots-vertical:before
{
content: '\eab6';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-dots-vertical-rounded:before
{
content: '\eab7';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-down-arrow:before
{
content: '\eab8';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-down-arrow-circle:before
{
content: '\eab9';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-download:before
{
content: '\eaba';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-downvote:before
{
content: '\eabb';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-dumbbell:before
{
content: '\eabc';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-duplicate:before
{
content: '\eabd';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-envelope:before
{
content: '\eabe';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-equalizer:before
{
content: '\eabf';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-error:before
{
content: '\eac0';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-error-circle:before
{
content: '\eac1';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-exit-fullscreen:before
{
content: '\eac2';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-expand:before
{
content: '\eac3';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-export:before
{
content: '\eac4';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-fast-forward:before
{
content: '\eac5';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-female:before
{
content: '\eac6';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-file:before
{
content: '\eac7';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-file-blank:before
{
content: '\eac8';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-film:before
{
content: '\eac9';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-filter:before
{
content: '\eaca';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-fingerprint:before
{
content: '\eacb';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-first-page:before
{
content: '\eacc';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-flag:before
{
content: '\eacd';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-folder:before
{
content: '\eace';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-folder-plus:before
{
content: '\eacf';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-font:before
{
content: '\ead0';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-font-color:before
{
content: '\ead1';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-font-family:before
{
content: '\ead2';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-font-size:before
{
content: '\ead3';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-football:before
{
content: '\ead4';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-fullscreen:before
{
content: '\ead5';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-gift:before
{
content: '\ead6';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-git-branch:before
{
content: '\ead7';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-git-commit:before
{
content: '\ead8';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-git-compare:before
{
content: '\ead9';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-git-merge:before
{
content: '\eada';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-git-pull-request:before
{
content: '\eadb';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-git-repo-forked:before
{
content: '\eadc';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-globe:before
{
content: '\eadd';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-globe-alt:before
{
content: '\eade';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-grid:before
{
content: '\eadf';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-grid-alt:before
{
content: '\eae0';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-grid-horizontal:before
{
content: '\eae1';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-grid-small:before
{
content: '\eae2';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-grid-vertical:before
{
content: '\eae3';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-handicap:before
{
content: '\eae4';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-hash:before
{
content: '\eae5';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-heading:before
{
content: '\eae6';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-headphone:before
{
content: '\eae7';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-heart:before
{
content: '\eae8';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-help-circle:before
{
content: '\eae9';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-highlight:before
{
content: '\eaea';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-history:before
{
content: '\eaeb';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-home:before
{
content: '\eaec';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-hourglass:before
{
content: '\eaed';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-id-card:before
{
content: '\eaee';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-image:before
{
content: '\eaef';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-images:before
{
content: '\eaf0';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-import:before
{
content: '\eaf1';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-infinite:before
{
content: '\eaf2';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-info-circle:before
{
content: '\eaf3';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-italic:before
{
content: '\eaf4';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-key:before
{
content: '\eaf5';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-laptop:before
{
content: '\eaf6';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-last-page:before
{
content: '\eaf7';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-layer:before
{
content: '\eaf8';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-layout:before
{
content: '\eaf9';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-left-arrow:before
{
content: '\eafa';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-left-arrow-circle:before
{
content: '\eafb';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-left-indent:before
{
content: '\eafc';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-like:before
{
content: '\eafd';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-link:before
{
content: '\eafe';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-link-external:before
{
content: '\eaff';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-list:before
{
content: '\eb00';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-list-check:before
{
content: '\eb01';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-list-ol:before
{
content: '\eb02';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-list-plus:before
{
content: '\eb03';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-list-ul:before
{
content: '\eb04';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-list-x:before
{
content: '\eb05';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-loader:before
{
content: '\eb06';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-loader-alt:before
{
content: '\eb07';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-loader-circle:before
{
content: '\eb08';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-log-in:before
{
content: '\eb09';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-log-out:before
{
content: '\eb0a';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-male:before
{
content: '\eb0b';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-menu:before
{
content: '\eb0c';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-menu-alt-left:before
{
content: '\eb0d';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-menu-alt-right:before
{
content: '\eb0e';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-microphone:before
{
content: '\eb0f';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-microphone-off:before
{
content: '\eb10';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-minus:before
{
content: '\eb11';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-minus-circle:before
{
content: '\eb12';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-mobile:before
{
content: '\eb13';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-moon:before
{
content: '\eb14';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-mouse:before
{
content: '\eb15';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-move:before
{
content: '\eb16';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-move-horizontal:before
{
content: '\eb17';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-move-vertical:before
{
content: '\eb18';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-music:before
{
content: '\eb19';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-navigation:before
{
content: '\eb1a';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-note:before
{
content: '\eb1b';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-notification:before
{
content: '\eb1c';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-notification-off:before
{
content: '\eb1d';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-paint:before
{
content: '\eb1e';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-paperclip:before
{
content: '\eb1f';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-paper-plane:before
{
content: '\eb20';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-paragraph:before
{
content: '\eb21';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-paste:before
{
content: '\eb22';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-pause:before
{
content: '\eb23';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-pen:before
{
content: '\eb24';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-pin:before
{
content: '\eb25';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-play:before
{
content: '\eb26';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-plus:before
{
content: '\eb27';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-plus-circle:before
{
content: '\eb28';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-poll:before
{
content: '\eb29';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-power-off:before
{
content: '\eb2a';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-pulse:before
{
content: '\eb2b';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-question-mark:before
{
content: '\eb2c';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-radar:before
{
content: '\eb2d';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-radio-circle:before
{
content: '\eb2e';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-radio-circle-marked:before
{
content: '\eb2f';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-rectangle:before
{
content: '\eb30';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-redo:before
{
content: '\eb31';
2018-07-14 05:16:04 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-repeat:before
{
content: '\eb32';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-reply:before
{
content: '\eb33';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-reply-all:before
{
content: '\eb34';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-repost:before
{
content: '\eb35';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-reset:before
{
content: '\eb36';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-restaurant:before
{
content: '\eb37';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-revision:before
{
content: '\eb38';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-rewind:before
{
content: '\eb39';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-right-arrow:before
{
content: '\eb3a';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-right-arrow-circle:before
{
content: '\eb3b';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-right-indent:before
{
content: '\eb3c';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-rotate-left:before
{
content: '\eb3d';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-rotate-right:before
{
content: '\eb3e';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-rss:before
{
content: '\eb3f';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-ruler:before
{
content: '\eb40';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-screenshot:before
{
content: '\eb41';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-search:before
{
content: '\eb42';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-search-alt:before
{
content: '\eb43';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-selection:before
{
content: '\eb44';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-select-multiple:before
{
content: '\eb45';
2018-07-03 08:48:00 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-send:before
{
content: '\eb46';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-shield:before
{
content: '\eb47';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-shopping-bag:before
{
content: '\eb48';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-shuffle:before
{
content: '\eb49';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-sidebar:before
{
content: '\eb4a';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-sitemap:before
{
content: '\eb4b';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-skip-next:before
{
content: '\eb4c';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-skip-previous:before
{
content: '\eb4d';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-slider:before
{
content: '\eb4e';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-slider-alt:before
{
content: '\eb4f';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-sort:before
{
content: '\eb50';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-sort-down:before
{
content: '\eb51';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-sort-up:before
{
content: '\eb52';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-star:before
{
content: '\eb53';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-station:before
{
content: '\eb54';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-stats:before
{
content: '\eb55';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-stop:before
{
content: '\eb56';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-stopwatch:before
{
content: '\eb57';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-store:before
{
content: '\eb58';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-strikethrough:before
{
content: '\eb59';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-subdirectory-left:before
{
content: '\eb5a';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-subdirectory-right:before
{
content: '\eb5b';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-sun:before
{
content: '\eb5c';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-support:before
{
content: '\eb5d';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-sync:before
{
content: '\eb5e';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-tab:before
{
content: '\eb5f';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-table:before
{
content: '\eb60';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-tag:before
{
content: '\eb61';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-target-lock:before
{
content: '\eb62';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-task:before
{
content: '\eb63';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-test-tube:before
{
content: '\eb64';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-text:before
{
content: '\eb65';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-time:before
{
content: '\eb66';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-timer:before
{
content: '\eb67';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-transfer:before
{
content: '\eb68';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-trash-alt:before
{
content: '\eb69';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-trending-down:before
{
content: '\eb6a';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-trending-up:before
{
content: '\eb6b';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-tv:before
{
content: '\eb6c';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-underline:before
{
content: '\eb6d';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-undo:before
{
content: '\eb6e';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-unlink:before
{
content: '\eb6f';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-up-arrow:before
{
content: '\eb70';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-up-arrow-circle:before
{
content: '\eb71';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-upload:before
{
content: '\eb72';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-upvote:before
{
content: '\eb73';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-usb:before
{
content: '\eb74';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-video:before
{
content: '\eb75';
2018-07-22 19:54:07 +02:00
}
2019-01-21 06:43:16 +01:00
.bx-video-off:before
{
content: '\eb76';
2018-11-12 20:32:16 +01:00
}
2019-01-21 06:43:16 +01:00
.bx-video-plus:before
{
content: '\eb77';
2018-11-12 20:32:16 +01:00
}
2019-01-21 06:43:16 +01:00
.bx-voicemail:before
{
content: '\eb78';
2018-11-12 20:32:16 +01:00
}
2019-01-21 06:43:16 +01:00
.bx-volume:before
{
content: '\eb79';
2018-11-12 20:32:16 +01:00
}
2019-01-21 06:43:16 +01:00
.bx-volume-full:before
{
content: '\eb7a';
2018-11-12 20:32:16 +01:00
}
2019-01-21 06:43:16 +01:00
.bx-volume-low:before
{
content: '\eb7b';
2018-11-12 20:32:16 +01:00
}
2019-01-21 06:43:16 +01:00
.bx-volume-mute:before
{
content: '\eb7c';
}
2019-01-21 06:43:16 +01:00
.bx-walk:before
{
content: '\eb7d';
}
2019-01-21 06:43:16 +01:00
.bx-wallet:before
{
content: '\eb7e';
}
2019-01-21 06:43:16 +01:00
.bx-water:before
{
content: '\eb7f';
}
2019-01-21 06:43:16 +01:00
.bx-wifi:before
{
content: '\eb80';
}
2019-01-21 06:43:16 +01:00
.bx-wind:before
{
content: '\eb81';
}
2019-01-21 06:43:16 +01:00
.bx-window:before
{
content: '\eb82';
}
2019-01-21 06:43:16 +01:00
.bx-window-close:before
{
content: '\eb83';
}
2019-01-21 06:43:16 +01:00
.bx-window-open:before
{
content: '\eb84';
}
2019-01-21 06:43:16 +01:00
.bx-windows:before
{
content: '\eb85';
}
2019-01-21 06:43:16 +01:00
.bx-world:before
{
content: '\eb86';
}
2019-01-21 06:43:16 +01:00
.bx-wrench:before
{
content: '\eb87';
}
2019-01-21 06:43:16 +01:00
.bx-x:before
{
content: '\eb88';
}
2019-01-21 06:43:16 +01:00
.bx-x-circle:before
{
content: '\eb89';
}
2019-01-21 06:43:16 +01:00
.bx-zoom-in:before
{
content: '\eb8a';
}
2019-01-21 06:43:16 +01:00
.bx-zoom-out:before
{
content: '\eb8b';
}