mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
15 lines
286 B
Plaintext
15 lines
286 B
Plaintext
@import "../../style/themes/default";
|
|
@import "../../style/mixins/index";
|
|
@import "./mixin";
|
|
@import "./search-input";
|
|
|
|
// Input styles
|
|
.ant-input {
|
|
.input;
|
|
}
|
|
|
|
//== Style for input-group: input with label, with button or dropdown...
|
|
.ant-input-group {
|
|
.input-group(~"ant-input");
|
|
}
|