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.
32 lines
500 B
32 lines
500 B
@import "../node_modules/ng-zorro-antd/ng-zorro-antd.less"; |
|
|
|
// @component-background: #002552; |
|
|
|
|
|
|
|
@border-color-base: #8aacce; |
|
|
|
@select-background: transparent; |
|
|
|
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector, |
|
.ant-picker, |
|
.ant-btn { |
|
border-radius: 0px; |
|
} |
|
|
|
//日期选择器 |
|
@input-placeholder-color: #8aacce; |
|
|
|
.ant-picker-suffix { |
|
color: #8aacce; |
|
|
|
} |
|
|
|
.ant-picker-input>input { |
|
color: #fff; |
|
} |
|
|
|
//弹窗遮罩层 |
|
.ant-modal-mask { |
|
background: rgba(0, 0, 0, 0.05); |
|
}
|
|
|