Reinit project

This commit is contained in:
Limo Saplf
2019-08-31 20:44:15 +08:00
commit b51ae824c7
115 changed files with 20955 additions and 0 deletions

29
src/global.less Normal file
View File

@@ -0,0 +1,29 @@
html, body, #root {
height: 100%;
font-size: 14px;
}
body {
margin: 0;
}
@primary-color: #3A3A38;
@secondary-color: #3A3A38;
@bg-color: #EFEFEF;
@bg-primary-color: #ffded8;
@hint-color: gray;
@header-height: 54px;
.ant-btn {
// border-radius: 12px!important;
&.ant-btn-primary.gradient {
border-width: 0;
background: linear-gradient(to right, @primary-color, @secondary-color);
}
}
.ant-modal-centered::before {
margin-top: -25%;
}