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
Branches
Tags
No related merge requests found
...@@ -6,10 +6,17 @@ ...@@ -6,10 +6,17 @@
@import 'libs/design-system/src/lib/tailwind-preset/root.css'; @import 'libs/design-system/src/lib/tailwind-preset/root.css';
@import 'libs/ui/src/lib/font/font_material'; @import 'libs/ui/src/lib/font/font_material';
@import 'variables';
@include mat.all-component-typographies(); @include mat.all-component-typographies();
@include mat.core(); @include mat.core();
@include mat.all-component-themes($alfaTheme);
body.dark {
@include mat.all-component-colors($alfaDarkTheme);
}
.heading-1 { .heading-1 {
@apply text-3xl font-medium text-text; @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