18 lines
904 B
Vue
Executable File
18 lines
904 B
Vue
Executable File
<template>
|
|
<v-card elevation="0" rounded="md" class="bg-lightinfo mt-6">
|
|
<v-card-item class="py-0">
|
|
<v-row class="d-flex align-center">
|
|
<v-col cols="12" sm="7">
|
|
<h5 class="text-h5 pt-3 mb-4">Track your every Transaction Easily</h5>
|
|
<p class="topacity-80 mb-1 textSecondary text-body-1 lh-md">Track and record your every income and expence easily to control your balance</p>
|
|
<v-btn flat color="info" class="mt-4" size="large">Download</v-btn>
|
|
</v-col>
|
|
<v-col cols="12" sm="5">
|
|
<div class="px-11 pt-5 pb-0">
|
|
<img src="@/assets/images/backgrounds/track-bg.png" height="215" class="mb-n10 ml-sm-5" alt="image"/>
|
|
</div>
|
|
</v-col>
|
|
</v-row>
|
|
</v-card-item>
|
|
</v-card>
|
|
</template> |