This commit is contained in:
parent
9ddb188ef6
commit
1d7cd601ee
@ -9,6 +9,7 @@
|
|||||||
pr-0
|
pr-0
|
||||||
w-full
|
w-full
|
||||||
md:w-auto md:text-left
|
md:w-auto md:text-left
|
||||||
|
cursor-pointer
|
||||||
text-center text-black
|
text-center text-black
|
||||||
dark:text-gray-200
|
dark:text-gray-200
|
||||||
">
|
">
|
||||||
@ -34,6 +35,7 @@
|
|||||||
hover:bg-blue-600 hover:shadow-lg
|
hover:bg-blue-600 hover:shadow-lg
|
||||||
w-full
|
w-full
|
||||||
md:w-auto
|
md:w-auto
|
||||||
|
cursor-pointer
|
||||||
mb-1
|
mb-1
|
||||||
md:mr-1
|
md:mr-1
|
||||||
" @click="get_registration">
|
" @click="get_registration">
|
||||||
@ -58,6 +60,7 @@
|
|||||||
hover:bg-blue-600 hover:shadow-lg
|
hover:bg-blue-600 hover:shadow-lg
|
||||||
w-full
|
w-full
|
||||||
md:w-auto
|
md:w-auto
|
||||||
|
cursor-pointer
|
||||||
mb-1
|
mb-1
|
||||||
md:mr-1
|
md:mr-1
|
||||||
" @click="get_certificate">
|
" @click="get_certificate">
|
||||||
@ -82,6 +85,7 @@
|
|||||||
hover:bg-red-700 hover:shadow-lg
|
hover:bg-red-700 hover:shadow-lg
|
||||||
w-full
|
w-full
|
||||||
md:w-auto
|
md:w-auto
|
||||||
|
cursor-pointer
|
||||||
" @click="() => {
|
" @click="() => {
|
||||||
state.delete_active = true;
|
state.delete_active = true;
|
||||||
}
|
}
|
||||||
@ -109,6 +113,7 @@
|
|||||||
md:mb-auto
|
md:mb-auto
|
||||||
w-full
|
w-full
|
||||||
md:w-auto
|
md:w-auto
|
||||||
|
cursor-pointer
|
||||||
bg-blue-500
|
bg-blue-500
|
||||||
hover:bg-blue-600 hover:shadow-lg
|
hover:bg-blue-600 hover:shadow-lg
|
||||||
" @click="() => {
|
" @click="() => {
|
||||||
@ -133,6 +138,7 @@
|
|||||||
rounded-md
|
rounded-md
|
||||||
w-full
|
w-full
|
||||||
md:w-auto
|
md:w-auto
|
||||||
|
cursor-pointer
|
||||||
bg-red-600
|
bg-red-600
|
||||||
hover:bg-red-700 hover:shadow-lg
|
hover:bg-red-700 hover:shadow-lg
|
||||||
md:ml-1
|
md:ml-1
|
||||||
@ -161,7 +167,7 @@
|
|||||||
" :class="{
|
" :class="{
|
||||||
'tab-active border-b-2 font-medium border-blue-500':
|
'tab-active border-b-2 font-medium border-blue-500':
|
||||||
state.activetab === 'profile',
|
state.activetab === 'profile',
|
||||||
}" class="tab tab-underline py-4 px-6 block" type="button">
|
}" class="tab tab-underline cursor-pointer py-4 px-6 block" type="button">
|
||||||
{{ $t("profile") }}
|
{{ $t("profile") }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@ -172,7 +178,7 @@
|
|||||||
" :class="{
|
" :class="{
|
||||||
'tab-active border-b-2 font-medium border-blue-500':
|
'tab-active border-b-2 font-medium border-blue-500':
|
||||||
state.activetab === 'laptimes',
|
state.activetab === 'laptimes',
|
||||||
}" class="tab tab-underline py-4 px-6 block" type="button">
|
}" class="tab tab-underline cursor-pointer py-4 px-6 block" type="button">
|
||||||
{{ $t("lap_times") }}
|
{{ $t("lap_times") }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@ -183,7 +189,7 @@
|
|||||||
" :class="{
|
" :class="{
|
||||||
'tab-active border-b-2 font-medium border-blue-500':
|
'tab-active border-b-2 font-medium border-blue-500':
|
||||||
state.activetab === 'sponsorings',
|
state.activetab === 'sponsorings',
|
||||||
}" class="tab tab-underline py-4 px-6 block" type="button">
|
}" class="tab tab-underline cursor-pointer py-4 px-6 block" type="button">
|
||||||
{{ $t("sponsoring") }}
|
{{ $t("sponsoring") }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user