mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-05 01:19:45 +08:00
e13c4d4131
* chore: create additional entry * fix: rm recv call * chore: Add default.less as index.less * chore: update entry * fix: row should also translate * chore: rename index-default to index and add index-pure instead * fix: missing transfer customize styl
14 lines
292 B
Plaintext
14 lines
292 B
Plaintext
@import (reference) '../../style/themes/index';
|
|
|
|
@form-prefix-cls: ~'@{ant-prefix}-form';
|
|
@form-item-prefix-cls: ~'@{form-prefix-cls}-item';
|
|
|
|
.@{form-prefix-cls}-horizontal {
|
|
.@{form-item-prefix-cls}-label {
|
|
flex-grow: 0;
|
|
}
|
|
.@{form-item-prefix-cls}-control {
|
|
flex: 1 1 0;
|
|
}
|
|
}
|