anycode-components
Version:
anycode-components (RiotJS Tag Library) - A set of common RiotJS tags used by Anycode
83 lines (77 loc) • 1.62 kB
CSS
@charset "UTF-8";
@font-face {
font-family: "iconic";
src:url("fonts/iconic.eot");
src:url("fonts/iconic.eot?#iefix") format("embedded-opentype"),
url("fonts/iconic.woff") format("woff"),
url("fonts/iconic.ttf") format("truetype"),
url("fonts/iconic.svg#iconic") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "iconic" ;
content: attr(data-icon);
font-style: normal ;
font-weight: normal ;
font-variant: normal ;
text-transform: none ;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "iconic" ;
font-style: normal ;
font-weight: normal ;
font-variant: normal ;
text-transform: none ;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-button:before {
content: "\62";
}
.icon-navigation:before {
content: "\6e";
}
.icon-announcement:before {
content: "\61";
}
.icon-tip:before {
content: "\63";
}
.icon-burger:before {
content: "\3d";
}
.icon-home:before {
content: "\68";
}
.icon-browser:before {
content: "\77";
}
.icon-list:before {
content: "\6c";
}
.icon-well:before {
content: "\65";
}
.icon-iconic:before {
content: "\69";
}
.icon-menu:before {
content: "\64";
}
.icon-anycode-logo:before {
content: "\67";
}
.icon-anycode-badge:before {
content: "\66";
}
.icon-add:before {
content: "\6b";
}