Latest updates from IceHrmPro
This commit is contained in:
13
web/node_modules/antd/lib/style/mixins/reset.less
generated
vendored
Normal file
13
web/node_modules/antd/lib/style/mixins/reset.less
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
@import '../themes/index';
|
||||
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user