+
{{ field.description }}
@@ -425,21 +430,33 @@ onMounted(() => {
@apply overscroll-x-none;
}
-.nc-form-column-label {
- > * {
- @apply !prose-lg;
+.survey {
+ .nc-form-column-label {
+ > * {
+ @apply !prose-lg;
+ }
+
+ .nc-icon {
+ @apply mr-2;
+ }
}
- .nc-icon {
- @apply mr-2;
+ .nc-form-column-label__checkbox {
+ @apply flex items-center justify-center gap-2 text-left;
}
-}
-.nc-input {
- @apply appearance-none w-full rounded px-2 py-2 my-2 border-solid border-1 border-primary border-opacity-50;
+ .nc-input {
+ @apply appearance-none w-full rounded px-2 py-2 my-2 border-solid border-1 border-primary border-opacity-50;
+
+ &.nc-cell-checkbox {
+ > * {
+ @apply justify-center flex items-center;
+ }
+ }
- input {
- @apply !py-1 !px-1;
+ input {
+ @apply !py-1 !px-1;
+ }
}
}