assayo/src/styles/base.scss
Бахирев 68d3283497 update
2024-02-28 23:17:21 +03:00

30 lines
336 B
SCSS

@import './variables.scss';
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
outline: none;
box-sizing: inherit;
}
body,
input,
select {
font-family: Arial, sans-serif;
color: var(--color-neutral-black);
}
html,
body,
#root {
height: 100%;
}
img {
max-width: 100%;
}