0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/client/app/styles/modules/icons-new.scss

96 lines
1.9 KiB
SCSS
Raw Normal View History

2015-04-24 16:44:18 +03:00
// ------------------------------------------------------------
// Icons
// ------------------------------------------------------------
//
// Font-face rule
// --------------------------------------------------
@font-face {
font-family: "ghosticons";
src:url("fonts/ghosticons.eot");
src:url("fonts/ghosticons.eot?#iefix") format("embedded-opentype"),
url("fonts/ghosticons.woff") format("woff"),
url("fonts/ghosticons.ttf") format("truetype"),
url("fonts/ghosticons.svg#ghosticons") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "ghosticons" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "ghosticons" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
content: "\e000";
}
.icon-search:before {
content: "\e001";
}
.icon-design:before {
content: "\e003";
}
.icon-content:before {
content: "\e004";
}
.icon-x:before {
content: "\e005";
}
.icon-add:before {
content: "\e006";
}
.icon-apps:before {
content: "\e007";
}
.icon-settings:before {
content: "\e008";
}
.icon-front-end:before {
content: "\e00a";
}
.icon-dash:before {
content: "\e00b";
}
.icon-tag:before {
content: "\e009";
}
.icon-compass:before {
content: "\e002";
}
.icon-code:before {
content: "\e00c";
}
.icon-team:before {
content: "\e00d";
}
.icon-idea:before {
content: "\e00e";
}
.icon-arrow:before {
content: "\e00f";
}