Integrated @angular/material and @angular/cdk into the project and created a custom theme using SCSS. Updated angular.json to include the new theme, added Roboto and Material Icons fonts in index.html, and improved global styles for Material compatibility.
6 lines
204 B
CSS
6 lines
204 B
CSS
/* You can add global styles to this file, and also import other style files */
|
|
@import "tailwindcss";
|
|
|
|
html, body { height: 100%; }
|
|
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
|