Files
panel/resources/js/@layouts/styles/_global.scss

11 lines
116 B
SCSS
Raw Permalink Normal View History

2025-08-04 16:33:07 +03:30
*,
::before,
::after {
box-sizing: inherit;
background-repeat: no-repeat;
}
html {
box-sizing: border-box;
}