mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
16 lines
350 B
CSS
16 lines
350 B
CSS
.ce-paragraph {
|
|
@apply font-light text-gray-800;
|
|
}
|
|
|
|
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;
|
|
}
|