Files
web-cad/frontend/src/index.css
T

9 lines
159 B
CSS
Raw Normal View History

* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background: #f0f2f5;
}