Better form themes (#465)
* Working on custom radius + input size * Fix date input clear vertical align * Moslty finished implementing small size * Polishing larger theme * Finish large theme * Added size/radius options in form editor * Darken help text, improve switch input help location * Slight form editor improvement * Fix styling * Polish of the form editor
This commit is contained in:
@@ -31,14 +31,13 @@
|
||||
|
||||
<!-- Remember Me -->
|
||||
<div class="relative flex items-center my-5">
|
||||
<v-checkbox
|
||||
<CheckboxInput
|
||||
v-model="remember"
|
||||
class="w-full md:w-1/2"
|
||||
name="remember"
|
||||
size="small"
|
||||
>
|
||||
Remember me
|
||||
</v-checkbox>
|
||||
label="Remember me"
|
||||
/>
|
||||
|
||||
<div class="w-full md:w-1/2 text-right">
|
||||
<a
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
<script>
|
||||
import FormUrlPrefill from "../../../open/forms/components/FormUrlPrefill.vue"
|
||||
import OpenForm from "../../../open/forms/OpenForm.vue"
|
||||
import { themes } from "~/lib/forms/form-themes.js"
|
||||
import { themes } from "~/lib/forms/themes/form-themes.js"
|
||||
|
||||
export default {
|
||||
name: "UrlFormPrefill",
|
||||
|
||||
Reference in New Issue
Block a user