Nitro-Cool-UI/src/index.scss
2024-01-17 08:52:08 +04:00

27 lines
394 B
SCSS

@import './assets/styles';
html,
body {
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
user-select: none;
scrollbar-width: thin;
.image-rendering-pixelated {
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
}
* {
-webkit-font-smoothing: antialiased;
}
}
img {
object-fit: none;
}
@import './App';