mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-05 05:28:20 +08:00
a8019bf0a0
close #13969
13 lines
248 B
Plaintext
13 lines
248 B
Plaintext
@import '../themes/default';
|
|
|
|
.reset-component() {
|
|
font-size: @font-size-base;
|
|
font-variant: @font-variant-base;
|
|
line-height: @line-height-base;
|
|
color: @text-color;
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|