s3si.ts/gui/src/main.css

25 lines
273 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
width: 100vw;
height: 100vh;
}
#root {
width: 100vw;
height: 100vh;
overflow: hidden
}
/* custom classes */
.flex-auto-all > * {
@apply flex-auto;
}
.full-card {
@apply card p-2 h-full;
}