mirror of https://github.com/openspug/spug
28 lines
611 B
Plaintext
28 lines
611 B
Plaintext
@import '~antd/dist/antd.less';
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
overflow: hidden;
|
|
}
|
|
|
|
code {
|
|
font-family: Source Code Pro, Menlo, Monaco, Consolas, Courier New, monospace, Courier, PingFang SC, Microsoft YaHei;
|
|
}
|
|
|
|
.ant-form-item-extra {
|
|
font-size: 13px;
|
|
padding-top: 6px;
|
|
}
|
|
|
|
/* Common CSS style */
|
|
.none {
|
|
display: none;
|
|
}
|
|
|
|
.btn {
|
|
color: #2563fc;
|
|
cursor: pointer;
|
|
} |