wizard styling.. ( #3g9na1f )

This commit is contained in:
Cüneyt Şentürk
2022-11-24 16:30:22 +03:00
parent 94ac073127
commit 51a42b57e3
3 changed files with 145 additions and 120 deletions

View File

@ -1,10 +1,8 @@
<template>
<div class="relative bg-body z-10 rounded-lg shadow-2xl p-5 sm:py-10 sm:ltr:pl-10 sm:rtl:pr-10 overflow-hidden">
<div class="pr-10">
<WizardSteps :active_state="active"></WizardSteps>
</div>
<WizardSteps :active_state="active"></WizardSteps>
<div modal-container class="flex flex-col justify-between -mt-5 sm:mt-0" style="height:565px;">
<div class="flex flex-col justify-between -mt-5 sm:mt-0" style="height:565px;">
<div v-if="pageLoad" class="absolute left-0 right-0 top-0 bottom-0 w-full h-full bg-white rounded-lg flex items-center justify-center z-50">
<span class="material-icons form-spin text-lg animate-spin text-9xl">data_usage</span>
</div>