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

View File

@@ -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',
]