Files
indie/frontend/src/styles.css
2026-07-02 01:15:16 +05:45

20 lines
400 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
mat-form-field { width: 100%; }
input.mat-input-element { margin-top: 0 !important; }
.fullscreen-dialog .mat-mdc-dialog-container {
padding: 0;
border-radius: 0;
}
.fullscreen-dialog .mat-mdc-dialog-surface {
border-radius: 0;
}