Removed all Material Cards

Removed Tailwind
Moved to scss
Moved to material theme 3
This commit is contained in:
2025-07-16 05:16:51 +00:00
parent c542114e42
commit 846a7209ee
147 changed files with 6057 additions and 6377 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { NavBarComponent } from './core/nav-bar/nav-bar.component';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css'],
styleUrls: ['./app.component.scss'],
imports: [LoadingBarModule, NavBarComponent, RouterOutlet],
})
export class AppComponent {