cd-cluster
Version:
A lightweight Continuous Deployment / Continuous Integration platform written in node.
24 lines (21 loc) • 989 B
CSS
@font-face {
font-family: "iconfont";
src: url('../font/iconfont.eot?t=1468382374'); /* IE9*/
src: url('../font/iconfont.eot?t=1468382374#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/iconfont.woff?t=1468382374') format('woff'), /* chrome, firefox */ url('../font/iconfont.ttf?t=1468382374') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../font/iconfont.svg?t=1468382374#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
width: 16px;
font-style: normal;
display: inline-block;
font-family: "iconfont" ;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.icon-user:before { content: "\e600"; }
.icon-close:before { content: "\e601"; }
.icon-profile:before { content: "\e605"; }
.icon-logout:before { content: "\e604"; }
.icon-project:before { content: "\e603"; }
.icon-dashboard:before { content: "\e602"; }
.icon-history:before { content: "\e606"; }