Merge pull request #2886 from mervekaraman/master

Unneeded code cleanup
This commit is contained in:
Cüneyt Şentürk 2023-02-13 18:26:22 +03:00 committed by GitHub
commit 0e59ca19b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,12 @@
<div class="relative bg-body z-10 rounded-lg shadow-2xl p-5 sm:p-10 full-height-mobile" style="height:675px;">
<WizardSteps :active_state="active"></WizardSteps>
<div class="flex flex-col justify-between -mt-5 sm:mt-0 overflow-y-auto" style="height: calc(100% - 53px)">
<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">
<div class="flex flex-col justify-between -mt-5 sm:mt-0" style="height: calc(100% - 53px)">
<div v-if="pageLoad" class="absolute inset-0 w-full h-full bg-white rounded-lg flex items-center justify-center z-50">
<span class="material-icons form-spin animate-spin text-9xl">data_usage</span>
</div>
<div class="overflow-x-visible menu-scroll mt-1">
<div class="overflow-x-visible overflow-y-auto menu-scroll mt-1">
<form ref="form" class="py-2 align-middle inline-block min-w-full">
<div class="relative">
<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">

View File

@ -1,2 +1,2 @@
<div class="w-full h-full absolute left-0 right-0 top-0 bottom-0 bg-cover bg-no-repeat opacity-20"
<div class="w-full h-full absolute inset-0 bg-cover bg-no-repeat opacity-20"
style="background-image:url({{ asset('public/img/dashboard.png') }});"></div>