1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 18:18:49 +02:00
blog/_src/assets/less/icons.less

108 lines
1.9 KiB
Plaintext
Raw Normal View History

//////////////////////
// ICONS
//////////////////////
@font-face {
font-family: 'entypo';
src:url('../fonts/entypo.eot');
src:url('../fonts/entypo.eot?#iefix') format('embedded-opentype'),
url('../fonts/entypo.woff') format('woff'),
url('../fonts/entypo.ttf') format('truetype'),
url('../fonts/entypo.svg#entypo') format('svg');
font-weight: normal;
font-style: normal;
}
2013-11-30 17:13:19 +01:00
.topbar,
2013-11-30 03:03:48 +01:00
.hentry,
.footer {
[class*="icon-"]:before {
2013-11-28 22:45:29 +01:00
color: @text-color-light;
font-size: 20px;
font-family: 'entypo';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
2013-11-30 17:13:19 +01:00
-moz-osx-font-smoothing: grayscale;
}
}
2013-11-30 03:03:48 +01:00
.btn[class*="icon-"]:before {
font-size: 18px;
margin-right: .3em;
top: .1em;
position: relative;
vertical-align: baseline;
2013-11-30 03:03:48 +01:00
line-height: inherit;
}
2013-11-30 03:03:48 +01:00
.btn-primary[class*="icon-"]:before {
color: darken(@link-color, 15%);
}
.icon-twitter:before {
2013-11-30 17:13:19 +01:00
content: "\e600";
}
.icon-rss:before {
2013-11-30 17:13:19 +01:00
content: "\e603";
}
2013-12-01 16:00:12 +01:00
.icon-user:before {
2013-11-30 17:13:19 +01:00
content: "\e604";
}
2013-12-01 16:00:12 +01:00
.icon-leaf:before {
2013-11-30 17:13:19 +01:00
content: "\e605";
}
.icon-link:before {
2013-11-30 17:13:19 +01:00
content: "\e606";
}
2013-12-01 16:00:12 +01:00
.icon-pictures:before {
2013-11-30 17:13:19 +01:00
content: "\e607";
}
2013-12-01 16:00:12 +01:00
.icon-camera:before {
2013-11-30 17:13:19 +01:00
content: "\e608";
}
2013-12-01 16:00:12 +01:00
.icon-arrow-down-circle:before,
.icon-download:before {
2013-11-30 17:13:19 +01:00
content: "\e609";
}
2013-11-30 17:13:19 +01:00
.icon-forward:before {
content: "\e60a";
}
.icon-heart:before {
2013-11-30 17:13:19 +01:00
content: "\e60b";
}
.icon-info:before {
2013-11-30 17:13:19 +01:00
content: "\e60c";
}
.icon-github:before {
2013-11-30 17:13:19 +01:00
content: "\e60e";
}
2013-12-02 00:48:17 +01:00
.icon-star:before,
.entry-content ul li:before {
2013-12-01 16:00:12 +01:00
content: "\e60d";
}
2013-11-30 17:13:19 +01:00
.icon-search:before {
content: "\e60f";
}
2013-12-01 16:00:12 +01:00
.icon-googleplus:before {
content: "\e601";
}
.icon-facebook:before {
content: "\e602";
}
.icon-list:before {
2013-11-30 17:13:19 +01:00
content: "\e610";
2013-12-01 16:00:12 +01:00
}
.icon-tools:before {
content: "\e611";
}
.icon-arrow-down:before {
content: "\e612";
}
.icon-gift:before {
content: "\e613";
}