Skip to content
Snippets Groups Projects
Commit c7de5796 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6719 OZG-7039 Add missing styling

parent 206ce780
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,17 @@
@import 'libs/design-system/src/lib/tailwind-preset/root.css';
@import 'libs/ui/src/lib/font/font_material';
@import 'variables';
@include mat.all-component-typographies();
@include mat.core();
@include mat.all-component-themes($alfaTheme);
body.dark {
@include mat.all-component-colors($alfaDarkTheme);
}
.heading-1 {
@apply text-3xl font-medium text-text;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment