btb_common-css
Version:
## Project setup
86 lines (80 loc) • 1.75 kB
CSS
@charset "UTF-8";
@font-face {
font-family: "bouge-ta-boite";
src:url("fonts/bouge-ta-boite.eot");
src:url("fonts/bouge-ta-boite.eot?#iefix") format("embedded-opentype"),
url("fonts/bouge-ta-boite.woff") format("woff"),
url("fonts/bouge-ta-boite.ttf") format("truetype"),
url("fonts/bouge-ta-boite.svg#bouge-ta-boite") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "bouge-ta-boite" ;
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: "bouge-ta-boite" ;
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-th-large:before {
content: "\61";
}
.icon-check:before {
content: "\62";
}
.icon-users:before {
content: "\64";
}
.icon-object-ungroup:before {
content: "\63";
}
.icon-bell:before {
content: "\65";
}
.icon-times:before {
content: "\66";
}
.icon-chevron-down:before {
content: "\67";
}
.icon-chevron-left:before {
content: "\68";
}
.icon-chevron-right:before {
content: "\69";
}
.icon-chevron-up:before {
content: "\6a";
}
.icon-trash:before {
content: "\6b";
}
.icon-info:before {
content: "\6c";
}
.icon-envelope:before {
content: "\6d";
}
.icon-phone:before {
content: "\6e";
}
.icon-pencil:before {
content: "\6f";
}