|
|
|
@ -1,5 +1,12 @@
|
|
|
|
|
@import "../color/colors";
|
|
|
|
|
|
|
|
|
|
// http://stackoverflow.com/a/13611748/3040605
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Helvetica Neue For Number";
|
|
|
|
|
src: local("Helvetica Neue");
|
|
|
|
|
unicode-range: U+30-39;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Prefix
|
|
|
|
|
@ant-prefix : ant;
|
|
|
|
|
|
|
|
|
@ -26,7 +33,7 @@
|
|
|
|
|
// ------ Base & Require ------
|
|
|
|
|
@body-background : #fff;
|
|
|
|
|
@component-background : #fff;
|
|
|
|
|
@font-family : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
|
@font-family : "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
|
@code-family : Consolas, Menlo, Courier, monospace;
|
|
|
|
|
@heading-color : fade(#000, 85%);
|
|
|
|
|
@text-color : fade(#000, 65%);
|
|
|
|
|