mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
14 lines
302 B
Plaintext
14 lines
302 B
Plaintext
@import '../themes/default';
|
|
|
|
.reset-component() {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: @text-color;
|
|
font-size: @font-size-base;
|
|
font-variant: @font-variant-base;
|
|
line-height: @line-height-base;
|
|
list-style: none;
|
|
font-feature-settings: @font-feature-settings-base;
|
|
}
|