You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
495 B
28 lines
495 B
3 years ago
|
@import "../node_modules/ng-zorro-antd/ng-zorro-antd.less";
|
||
|
|
||
|
// @component-background: #002552;
|
||
|
|
||
|
@border-color-base: #8aacce;
|
||
|
|
||
|
// @text-color: #8aacce;
|
||
|
@text-color: #8aacce;
|
||
|
// @select-item-selected-bg: red;
|
||
|
|
||
|
|
||
|
|
||
|
@select-background:#002552;
|
||
|
|
||
|
.ant-select-arrow {
|
||
|
color: #8aacce;
|
||
|
}
|
||
|
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{
|
||
|
border-radius: 0px;
|
||
|
}
|
||
|
.ant-picker{
|
||
|
border-radius: 0px;
|
||
|
}
|
||
|
|
||
|
@input-placeholder-color: #8aacce;
|
||
|
.ant-picker-suffix{
|
||
|
color: #8aacce;
|
||
|
}
|