ant-design-vue/components/style/mixins/reset.less

14 lines
281 B
Plaintext
Raw Normal View History

2018-01-15 10:52:16 +08:00
@import '../themes/default';
.reset-component() {
box-sizing: border-box;
margin: 0;
padding: 0;
2019-03-07 09:37:54 +08:00
color: @text-color;
font-size: @font-size-base;
font-variant: @font-variant-base;
line-height: @line-height-base;
2018-01-15 10:52:16 +08:00
list-style: none;
2019-03-07 09:37:54 +08:00
font-feature-settings: 'tnum';
2018-01-15 10:52:16 +08:00
}