Applying new redesign.

This commit is contained in:
PascalMarchesseault
2024-09-18 16:34:41 -04:00
parent 72ee0fed4e
commit 66dadb3cd2
5 changed files with 313 additions and 179 deletions

View File

@@ -30,12 +30,13 @@ function unsubscribeFromCreator() {
<template>
<template v-if="isSubscribe">
<v-btn
class="mr-4"
:style="{
width: '150px',
height: '32px',
backgroundColor: colorBorder,
color: 'white',
borderRadius: '8px',
padding: '20px 24px',
borderRadius: '0 8px 8px 0',
padding: '10px 24px',
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
@@ -45,16 +46,17 @@ function unsubscribeFromCreator() {
>
<div class="font-bold">{{ $t('subscribebutton.subscribe') }}</div>
</v-btn>
</template>
</template>
<template v-else>
<v-btn
class="mr-4"
<v-btn
:style="{
width: '150px',
height: '32px',
backgroundColor: colorBorder,
color: 'white',
borderRadius: '8px',
padding: '20px 24px',
borderRadius: '0 8px 8px 0',
padding: '10px 24px',
display: 'flex',
alignItems: 'center',
justifyContent: 'center',