22 lines
404 B
Plaintext
22 lines
404 B
Plaintext
@import '~ant-design-vue/dist/antd.less';
|
|
|
|
@primary-color: #004691;
|
|
@font-size-base: 15px;
|
|
|
|
.ant-input, .ant-select-selection, .ant-checkbox-inner {
|
|
border-color: @primary-color;
|
|
}
|
|
|
|
.ant-input::placeholder, .ant-select-selection__placeholder {
|
|
color: fade(@primary-color, 60);
|
|
font-weight: 500;
|
|
}
|
|
|
|
.ant-select-arrow {
|
|
color: @primary-color;
|
|
}
|
|
|
|
.ant-form-item-no-colon::after {
|
|
display: none;
|
|
}
|