blackbirdchess-client-web/src/lib/scss/icons.scss

57 lines
1.2 KiB
SCSS

@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?nwgvq8');
src: url('../fonts/icomoon.eot?nwgvq8#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?nwgvq8') format('truetype'),
url('../fonts/icomoon.woff?nwgvq8') format('woff'),
url('../fonts/icomoon.svg?nwgvq8#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-cog:before {
content: "\f013";
}
.icon-gear:before {
content: "\f013";
}
.icon-arrow-right:before {
content: "\f061";
}
.icon-sign-out:before {
content: "\f08b";
}
.icon-close:before {
content: "\f00d";
}
.icon-remove:before {
content: "\f00d";
}
.icon-times:before {
content: "\f00d";
}
.icon-arrow-left:before {
content: "\f060";
}
.icon-exclamation-triangle:before {
content: "\f071";
}
.icon-warning:before {
content: "\f071";
}