mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-12 11:55:26 +08:00
13 lines
241 B
Plaintext
13 lines
241 B
Plaintext
@import '../themes/default';
|
|
|
|
.reset-component() {
|
|
font-family: @font-family;
|
|
font-size: @font-size-base;
|
|
line-height: @line-height-base;
|
|
color: @text-color;
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|