move duplicated css code, close #6156

This commit is contained in:
afc163
2017-05-17 20:31:48 +08:00
parent c6ec1ce9bb
commit a4fb175672
2 changed files with 7 additions and 7 deletions
+7
View File
@@ -1,5 +1,12 @@
@import "./normalize.less";
// http://stackoverflow.com/a/13611748/3040605
@font-face {
font-family: "Helvetica Neue For Number";
src: local("Helvetica Neue");
unicode-range: U+30-39;
}
* {
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); // remove tap highlight color for mobile safari
-7
View File
@@ -1,12 +1,5 @@
@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;
}
// The prefix to use on all css classes from ant.
@ant-prefix : ant;