pages refactoring

This commit is contained in:
Čarodej
2021-11-23 08:24:56 +01:00
parent 78541c1c3c
commit 21d75678c0
17 changed files with 200 additions and 141 deletions
@@ -1,5 +1,5 @@
<template>
<div class="mb-7 flex justify-between w-full">
<div :class="{'mb-7': !isLast}" class="flex justify-between w-full">
<!--Label for input-->
<div class="leading-5">
@@ -28,6 +28,7 @@
name: 'AppInputSwitch',
props: [
'description',
'isLast',
'title',
'error',
]
@@ -1,5 +1,5 @@
<template>
<div class="mb-7">
<div :class="{'mb-7': !isLast}">
<!--Label for input-->
<label class="text-sm font-bold text-gray-700 mb-1.5 block">
@@ -24,6 +24,7 @@
name: 'AppInputText',
props: [
'description',
'isLast',
'title',
'error',
]