Files
dreport/frontend/src/styles/editor.css
2026-03-29 03:48:46 +03:00

20 lines
304 B
CSS

*,
*::before,
*::after {
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 14px;
color: #1e293b;
background: #f1f5f9;
-webkit-font-smoothing: antialiased;
}
#app {
height: 100vh;
}