btb_common-css
Version:
## Project setup
77 lines (71 loc) • 1.58 kB
CSS
@charset "UTF-8";
@font-face {
font-family: "showcases";
src:url("fonts/showcases.eot");
src:url("fonts/showcases.eot?#iefix") format("embedded-opentype"),
url("fonts/showcases.woff") format("woff"),
url("fonts/showcases.ttf") format("truetype"),
url("fonts/showcases.svg#showcases") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "showcases" ;
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: "showcases" ;
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-facebook:before {
content: "\61";
}
.icon-twitter:before {
content: "\62";
}
.icon-linkedin:before {
content: "\63";
}
.icon-instagram:before {
content: "\64";
}
.icon-pinterest:before {
content: "\65";
}
.icon-phone-call:before {
content: "\67";
}
.icon-location:before {
content: "\68";
}
.icon-star:before {
content: "\6b";
}
.icon-right-open:before {
content: "\69";
}
.icon-cancel:before {
content: "\6a";
}
.icon-envelope-o:before {
content: "\66";
}
.icon-circle-arrow:before {
content: "\6c";
}