mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 07:32:27 +00:00
15 lines
157 B
CSS
Executable File
15 lines
157 B
CSS
Executable File
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
h1,
|
|
.ztdl-h1 {
|
|
@apply text-2xl;
|
|
}
|
|
|
|
.ztdl-p {
|
|
@apply text-sm;
|
|
}
|
|
}
|