File tree Expand file tree Collapse file tree 13 files changed +65
-53
lines changed
@core/scss/template/libs/vuetify Expand file tree Collapse file tree 13 files changed +65
-53
lines changed Original file line number Diff line number Diff line change 48
48
</ svg >
49
49
50
50
</ div >
51
- < div class =" loading ">
51
+ < div class ="loading ">
52
52
< div class ="effect-1 effects "> </ div >
53
53
< div class ="effect-2 effects "> </ div >
54
54
< div class ="effect-3 effects "> </ div >
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " master -vuetify-vuejs-admin-template" ,
2
+ "name" : " sneat -vuetify-vuejs-admin-template" ,
3
3
"version" : " 0.0.0" ,
4
4
"private" : true ,
5
5
"scripts" : {
Original file line number Diff line number Diff line change 25
25
position : absolute;
26
26
box-sizing : border-box;
27
27
border : 3px solid transparent;
28
- block-size : 55px ;
29
28
border-radius : 50% ;
29
+ block-size : 55px ;
30
30
inline-size : 55px ;
31
31
inset-block-start : 50% ;
32
32
inset-inline-start : calc (50% - 35px );
38
38
position : absolute;
39
39
box-sizing : border-box;
40
40
border : 3px solid transparent;
41
+ border-radius : 50% ;
41
42
block-size : 100% ;
42
43
border-inline-start : 3px solid var (--initial-loader-color , # eee );
43
- border-radius : 50% ;
44
44
inline-size : 100% ;
45
45
}
46
46
Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ $alert-prepend-icon-font-size: 1.125rem !important;
162
162
}
163
163
}
164
164
165
+ // 👉 VDatatable
165
166
.v-data-table {
166
167
th {
167
168
background : rgb (var (--v-table-header-background )) !important ;
@@ -176,3 +177,12 @@ $alert-prepend-icon-font-size: 1.125rem !important;
176
177
}
177
178
}
178
179
}
180
+
181
+ // 👉 VTable
182
+ .v-table {
183
+ th {
184
+ font-size : 0.75rem ;
185
+ font-weight : 500 ;
186
+ text-transform : uppercase ;
187
+ }
188
+ }
Original file line number Diff line number Diff line change 18
18
>
19
19
<VCard >
20
20
<VImg src =" https://cdn.jsdelivr.net/gh/themeselection/ts-assets/sneat/sneat-vuetify-vuejs-admin-template/banner/banner.png" />
21
- <VCardTitle >Master - Vuetify Admin Template</VCardTitle >
21
+ <VCardTitle >Sneat - Vuetify Admin Template</VCardTitle >
22
22
<VCardText >
23
- Master Admin is the most developer friendly & highly customisable Admin Dashboard Template based on Vuetify.
23
+ Sneat Admin is the most developer friendly & highly customisable Admin Dashboard Template based on Vuetify.
24
24
</VCardText >
25
25
<VCardText >Click on below button to explore PRO version.</VCardText >
26
26
<VCardText >
Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
+ import ErrorHeader from ' @/components/ErrorHeader.vue'
2
3
import misc404 from ' @images/pages/404.png'
3
4
</script >
4
5
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ const isPasswordVisible = ref(false)
49
49
<VTextField
50
50
v-model =" form.email"
51
51
autofocus
52
+
52
53
label =" Email"
53
54
type =" email"
54
55
/>
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ const recentDevices = [
204
204
</p >
205
205
206
206
<VBtn >
207
- Enable two-factor authentication
207
+ Enable 2FA
208
208
</VBtn >
209
209
</VCardText >
210
210
</VCard >
Original file line number Diff line number Diff line change @@ -43,18 +43,18 @@ const desserts = [
43
43
<thead >
44
44
<tr >
45
45
<th class =" text-uppercase" >
46
- Desserts(100g Servings)
46
+ Desserts (100g Servings)
47
47
</th >
48
- <th class = " text-uppercase text-center " >
48
+ <th >
49
49
calories
50
50
</th >
51
- <th class = " text-uppercase text-center " >
51
+ <th >
52
52
Fat(g)
53
53
</th >
54
- <th class = " text-uppercase text-center " >
54
+ <th >
55
55
Carbs(g)
56
56
</th >
57
- <th class = " text-uppercase text-center " >
57
+ <th >
58
58
protein(g)
59
59
</th >
60
60
</tr >
@@ -68,16 +68,16 @@ const desserts = [
68
68
<td >
69
69
{{ item.dessert }}
70
70
</td >
71
- <td class = " text-center " >
71
+ <td >
72
72
{{ item.calories }}
73
73
</td >
74
- <td class = " text-center " >
74
+ <td >
75
75
{{ item.fat }}
76
76
</td >
77
- <td class = " text-center " >
77
+ <td >
78
78
{{ item.carbs }}
79
79
</td >
80
- <td class = " text-center " >
80
+ <td >
81
81
{{ item.protein }}
82
82
</td >
83
83
</tr >
Original file line number Diff line number Diff line change @@ -43,18 +43,18 @@ const desserts = [
43
43
<thead >
44
44
<tr >
45
45
<th class =" text-uppercase" >
46
- Desserts(100g Servings)
46
+ Desserts (100g Servings)
47
47
</th >
48
- <th class = " text-uppercase text-center " >
48
+ <th >
49
49
calories
50
50
</th >
51
- <th class = " text-uppercase text-center " >
51
+ <th >
52
52
Fat(g)
53
53
</th >
54
- <th class = " text-uppercase text-center " >
54
+ <th >
55
55
Carbs(g)
56
56
</th >
57
- <th class = " text-uppercase text-center " >
57
+ <th >
58
58
protein(g)
59
59
</th >
60
60
</tr >
@@ -68,16 +68,16 @@ const desserts = [
68
68
<td >
69
69
{{ item.dessert }}
70
70
</td >
71
- <td class = " text-center " >
71
+ <td >
72
72
{{ item.calories }}
73
73
</td >
74
- <td class = " text-center " >
74
+ <td >
75
75
{{ item.fat }}
76
76
</td >
77
- <td class = " text-center " >
77
+ <td >
78
78
{{ item.carbs }}
79
79
</td >
80
- <td class = " text-center " >
80
+ <td >
81
81
{{ item.protein }}
82
82
</td >
83
83
</tr >
You can’t perform that action at this time.
0 commit comments