File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<template >
22 <div >
3- <v-app-bar elevation =" 4" >
4- <h2
5- class =" text--primary"
6- :class =" {
7- 'text-h4': $vuetify.breakpoint.lgAndUp,
8- 'text-h5': $vuetify.breakpoint.mdAndDown,
9- }"
10- >
11- <v-icon :large =" $vuetify.breakpoint.mdAndDown" >mdi-forum</v-icon >
12- Http SMS
13- </h2 >
14- <v-spacer ></v-spacer >
15- <v-btn
16- exact-path
17- class =" primary"
18- :large =" $vuetify.breakpoint.lgAndUp"
19- :to =" { name: 'login' }"
20- >
21- Get Started
22- <span v-if =" $vuetify.breakpoint.lgAndUp" >  ; For Free</span >
23- </v-btn >
3+ <v-app-bar elevation =" 0" color =" #121212" height =" 100px" >
4+ <v-container >
5+ <v-row >
6+ <v-col class =" w-full d-flex" >
7+ <h2
8+ class =" text--primary"
9+ :class =" {
10+ 'text-h4': $vuetify.breakpoint.lgAndUp,
11+ 'text-h5': $vuetify.breakpoint.mdAndDown,
12+ }"
13+ >
14+ <v-icon :large =" $vuetify.breakpoint.mdAndDown" >mdi-forum</v-icon >
15+ Http SMS
16+ </h2 >
17+ <v-spacer ></v-spacer >
18+ <v-btn
19+ exact-path
20+ class =" primary"
21+ :large =" $vuetify.breakpoint.lgAndUp"
22+ :to =" { name: 'login' }"
23+ >
24+ Get Started
25+ <span v-if =" $vuetify.breakpoint.lgAndUp" >  ; For Free</span >
26+ </v-btn >
27+ </v-col >
28+ </v-row >
29+ </v-container >
2430 </v-app-bar >
2531 <v-container class =" pb-16" >
2632 <v-row :class =" { 'py-16': $vuetify.breakpoint.lgAndUp }" >
You can’t perform that action at this time.
0 commit comments