diff --git a/components/Base/Heading.vue b/components/Base/Heading.vue index 93f6c145..8e45d7a9 100644 --- a/components/Base/Heading.vue +++ b/components/Base/Heading.vue @@ -40,7 +40,7 @@ const iconSize = computed(() => { - + diff --git a/components/Base/HsForm.vue b/components/Base/HsForm.vue index 19fcfc03..6fcf9fb5 100644 --- a/components/Base/HsForm.vue +++ b/components/Base/HsForm.vue @@ -155,10 +155,33 @@ watch(formId, renderHsForm); } } + :deep(.hs-field-desc) { + color: var(--gray-400); + padding: 0; + } + :deep(select) { appearance: none; } + :deep(.inputs-list) { + list-style: none; + padding: 0; + margin-block-start: var(--space-6); + } + + :deep(.hs-form-booleancheckbox > label) { + display: flex; + align-items: center; + + input { + height: auto; + width: auto !important; + margin: 0; + margin-right: 0.5rem; + } + } + :deep(.hs-fieldtype-select .input) { position: relative; diff --git a/components/Base/Quote.vue b/components/Base/Quote.vue index 022643cc..1a2ab632 100644 --- a/components/Base/Quote.vue +++ b/components/Base/Quote.vue @@ -12,7 +12,7 @@ defineProps();