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

Merge pull request 'Fix style dependencies' (#811) from storybook-hotfix into master

parents 780b7d34 f2365c50
No related branches found
No related tags found
No related merge requests found
...@@ -16,11 +16,3 @@ ...@@ -16,11 +16,3 @@
body.dark { body.dark {
@include mat.all-component-colors($alfaDarkTheme); @include mat.all-component-colors($alfaDarkTheme);
} }
.heading-1 {
@apply text-3xl font-medium text-text;
}
.heading-2 {
@apply py-4 text-2xl font-medium text-text;
}
@import '../src/lib/tailwind-preset/root.css'; @import '../src/lib/tailwind-preset/root.css';
@import '../../../apps/admin/src/styles.scss';
...@@ -80,3 +80,11 @@ ...@@ -80,3 +80,11 @@
.blur-dialog-backdrop { .blur-dialog-backdrop {
@apply bg-gray-400 bg-opacity-75 backdrop-blur-sm transition-opacity dark:bg-gray-500 dark:bg-opacity-75; @apply bg-gray-400 bg-opacity-75 backdrop-blur-sm transition-opacity dark:bg-gray-500 dark:bg-opacity-75;
} }
.heading-1 {
@apply text-3xl font-medium text-text;
}
.heading-2 {
@apply py-4 text-2xl 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