dispatch/client/src/css/fontello.css

64 lines
1.5 KiB
CSS
Raw Normal View History

2015-02-16 20:53:01 +00:00
@font-face {
font-family: 'fontello';
2018-04-13 18:47:39 +00:00
src: url('/font/fontello.woff2?48901973') format('woff2'),
url('/font/fontello.woff?48901973') format('woff'),
url('/font/fontello.ttf?48901973') format('truetype');
2015-02-16 20:53:01 +00:00
font-weight: normal;
font-style: normal;
}
2016-02-03 01:22:45 +00:00
2018-04-05 23:46:22 +00:00
[class^='icon-']:before,
[class*=' icon-']:before {
font-family: 'fontello';
2015-02-16 20:53:01 +00:00
font-style: normal;
font-weight: normal;
speak: none;
2016-02-03 01:22:45 +00:00
2015-02-16 20:53:01 +00:00
display: inline-block;
text-decoration: inherit;
width: 1em;
2018-04-05 23:46:22 +00:00
margin-right: 0.2em;
2015-02-16 20:53:01 +00:00
text-align: center;
/* opacity: .8; */
2016-02-03 01:22:45 +00:00
2015-02-16 20:53:01 +00:00
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
2016-02-03 01:22:45 +00:00
2015-02-16 20:53:01 +00:00
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
2016-02-03 01:22:45 +00:00
2015-02-16 20:53:01 +00:00
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
2018-04-05 23:46:22 +00:00
margin-left: 0.2em;
2016-02-03 01:22:45 +00:00
2015-02-16 20:53:01 +00:00
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
2016-02-03 01:22:45 +00:00
2017-05-16 06:38:43 +00:00
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
2015-02-16 20:53:01 +00:00
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
2016-02-03 01:22:45 +00:00
2018-04-05 23:46:22 +00:00
.icon-cancel:before {
content: '\e800';
} /* '' */
.icon-menu:before {
content: '\e801';
} /* '' */
.icon-cog:before {
content: '\e802';
} /* '' */
.icon-search:before {
content: '\e803';
} /* '' */
.icon-user:before {
content: '\f061';
} /* '' */
.icon-ellipsis:before {
content: '\f141';
} /* '' */