Reinit project
This commit is contained in:
29
src/global.less
Normal file
29
src/global.less
Normal 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%;
|
||||
}
|
||||
Reference in New Issue
Block a user