File tree Expand file tree Collapse file tree 2 files changed +21
-20
lines changed
packages/docs/.vitepress/theme/components Expand file tree Collapse file tree 2 files changed +21
-20
lines changed Original file line number Diff line number Diff line change 1
- <script setup lang="ts">
2
- </script >
1
+ <script setup lang="ts"></script >
3
2
4
3
<template >
5
4
<div class =" container" >
6
5
<div class =" inside" >
7
- <a href =" https://www.vuemastery.com/pinia?coupon=PINIA-DOCS&via=eduardo" target =" _blank" >
6
+ <a
7
+ href =" https://www.vuemastery.com/pinia?coupon=PINIA-DOCS&via=eduardo"
8
+ target =" _blank"
9
+ >
8
10
<span class =" logo-wrapper" >
9
- <img alt =" Vue Mastery Logo" width =" 25px" src =" https://firebasestorage.googleapis.com/v0/b/vue-mastery.appspot.com/o/flamelink%2Fmedia%2Fvue-mastery-logo-small.png?alt=media&token=941fcc3a-2b6f-40e9-b4c8-56b3890da108" >
11
+ <img
12
+ alt =" Vue Mastery Logo"
13
+ width =" 25px"
14
+ src =" https://firebasestorage.googleapis.com/v0/b/vue-mastery.appspot.com/o/flamelink%2Fmedia%2Fvue-mastery-logo-small.png?alt=media&token=941fcc3a-2b6f-40e9-b4c8-56b3890da108"
15
+ />
10
16
</span >
11
17
<span class =" description" >
12
- Get the <span class =" highlight" >Pinia Cheat Sheet</span > from Vue Mastery
18
+ Get the <span class =" highlight" >Pinia Cheat Sheet</span > from Vue
19
+ Mastery
13
20
</span >
14
21
</a >
15
22
</div >
16
23
</div >
17
24
</template >
18
25
19
-
20
26
<style scoped>
21
27
.container {
22
28
text-align : center ;
23
29
margin-top : 30px ;
24
30
}
25
31
.inside {
26
- width :960px ;
32
+ width : 960px ;
27
33
border-bottom : 1px solid var (--c-divider );
28
- padding-bottom :50px ;
34
+ padding-bottom : 50px ;
29
35
margin : 0 auto ;
30
36
}
31
37
a {
32
38
background-color : var (--c-bg-accent );
33
39
border-radius : 8px ;
34
40
padding : 8px 16px 8px 8px ;
41
+ text-decoration : none !important ;
35
42
}
36
43
.description {
37
44
line-height : 20px ;
38
45
color : var (--c-text );
39
- margin-left :10px ;
46
+ margin-left : 10px ;
40
47
transition : color 0.5s ;
41
48
}
42
- a :hover {
43
- text-decoration : none !important ;
44
- }
45
49
a :hover .highlight {
46
50
text-decoration : underline ;
47
51
}
@@ -50,14 +54,14 @@ a:hover .highlight {
50
54
}
51
55
@media (max-width : 960px ) {
52
56
.inside {
53
- width :100% ;
57
+ width : 100% ;
54
58
}
55
59
}
56
- @media (max-width : 420px ) {
60
+ @media (max-width : 420px ) {
57
61
a {
58
- display :block ;
62
+ display : block ;
59
63
margin-left : 10px ;
60
64
margin-right : 10px ;
61
65
}
62
66
}
63
- </style >
67
+ </style >
Original file line number Diff line number Diff line change 26
26
align-items : center ;
27
27
margin-top : 10px ;
28
28
margin-bottom : 10px ;
29
+ text-decoration : none !important ;
29
30
}
30
31
31
32
.description {
38
39
transition : color 0.5s ;
39
40
}
40
41
41
- a :hover {
42
- text-decoration : none !important ;
43
- }
44
-
45
42
.description span {
46
43
color : var (--vp-c-brand );
47
44
}
You can’t perform that action at this time.
0 commit comments