mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-05 05:27:37 +08:00
1659aef02d
* chore: sync ant-design v4.20.7 * fix style build * clean the style * fix dropdown overlay * remove cdk styles * fix dropdown overwrite styles * fix doc styles
17 lines
506 B
Plaintext
17 lines
506 B
Plaintext
@import (reference) '../../style/themes/index';
|
|
|
|
@form-prefix-cls: ~'@{ant-prefix}-form';
|
|
@form-item-prefix-cls: ~'@{form-prefix-cls}-item';
|
|
|
|
// ================================================================
|
|
// = Children Component =
|
|
// ================================================================
|
|
// FIXME: useless, remove in v5
|
|
.@{form-item-prefix-cls} {
|
|
.@{ant-prefix}-input-number {
|
|
+ .@{form-prefix-cls}-text {
|
|
margin-left: 8px;
|
|
}
|
|
}
|
|
}
|