37 lines
589 B
Plaintext
37 lines
589 B
Plaintext
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;
|
|
|
|
@purple-one: #c17ffe;
|
|
@purple-two: #7483f6;
|
|
@blue-one: #21b4fc;
|
|
@blue-two: #7483f6;
|
|
@orange-one: #f5b92e;
|
|
@orange-two: #eaa900;
|
|
|
|
@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%;
|
|
}
|