Updates branding to StylePoint

This commit is contained in:
Cameron Redmore 2025-04-24 11:36:05 +01:00
parent 2ad9a63582
commit bbd77a788c
8 changed files with 43 additions and 48 deletions

View file

@ -36,16 +36,16 @@
<q-input v-model="field.description" outlined dense label="Field Description (Optional)" autogrow
class="q-mt-xs q-mb-xl" hint="This description will appear below the field label on the form." />
</div>
<q-btn outline color="primary" label="Add Field" @click="addField(catIndex)" class="q-ml-md q-mt-sm" />
<q-btn color="primary" label="Add Field" @click="addField(catIndex)" class="q-ml-md q-mt-sm" />
</div>
<q-btn outline color="secondary" label="Add Category" @click="addCategory" />
<q-btn color="secondary" label="Add Category" @click="addCategory" />
<q-separator class="q-my-lg" />
<div>
<q-btn outline label="Create Form" type="submit" color="primary" :loading="submitting" />
<q-btn outline label="Cancel" type="reset" color="warning" class="q-ml-sm" :to="{ name: 'formList' }" />
<q-btn label="Create Form" type="submit" color="primary" :loading="submitting" />
<q-btn label="Cancel" type="reset" color="warning" class="q-ml-sm" :to="{ name: 'formList' }" />
</div>
</q-form>
</q-page>

View file

@ -187,6 +187,7 @@ onMounted(() => {
.markdown-content :deep(a) {
color: var(--q-primary);
text-decoration: none;
font-weight: 600;
}
.markdown-content :deep(a:hover) {