mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-09 18:58:46 -06:00
Move repository into a monorepo with turborepo and pnpm. This is a big change in the way the code is organized, used and deployed.
20 lines
391 B
CSS
20 lines
391 B
CSS
.ce-paragraph {
|
|
@apply font-light text-gray-800;
|
|
}
|
|
|
|
.ce-paragraph a {
|
|
@apply underline;
|
|
}
|
|
|
|
h1.ce-header {
|
|
@apply pb-5 text-2xl font-bold leading-7 text-gray-900 sm:text-3xl sm:truncate;
|
|
}
|
|
|
|
h2.ce-header {
|
|
@apply pb-3 text-xl font-bold leading-7 text-gray-900 sm:text-2xl sm:truncate;
|
|
}
|
|
|
|
h3.ce-header {
|
|
@apply pb-2 text-lg font-bold leading-7 text-gray-900 sm:text-xl sm:truncate;
|
|
}
|