register, login, create and manage sites and pages
This commit is contained in:
10
frontend/src/styles.css
Normal file
10
frontend/src/styles.css
Normal file
@@ -0,0 +1,10 @@
|
||||
@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; }
|
||||
Reference in New Issue
Block a user