mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-02 03:57:38 +08:00
1659aef02d
* chore: sync ant-design v4.20.7 * fix style build * clean the style * fix dropdown overlay * remove cdk styles * fix dropdown overwrite styles * fix doc styles
12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
.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;
|
|
}
|