Files
tekelanew_acs/acs/nladmin-ui/node_modules/vxe-pc-ui/styles/base.scss

17 lines
272 B
SCSS
Raw Normal View History

2024-12-03 17:40:13 +08:00
@use './theme/light.scss';
@use './theme/dark.scss';
%boxSizing {
box-sizing: border-box;
}
[class*="vxe-"] {
font-variant: tabular-nums;
font-feature-settings: 'tnum';
@extend %boxSizing;
&:after, &:before,
*:after, *:before {
@extend %boxSizing;
}
}