Commit e33955e 1 parent a689f6b commit e33955e Copy full SHA for e33955e
File tree 1 file changed +7
-7
lines changed
src/client/theme-default/components
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ defineProps<{
39
39
</div >
40
40
</div >
41
41
</div >
42
- <div v-if =" member.sponsor" class =" sponsor " >
43
- <VPLink class =" sponsor -link" :href =" member.sponsor" no-icon >
44
- <VPIconHeart class =" sponsor -icon" /> Sponsor
42
+ <div v-if =" member.sponsor" class =" sp " >
43
+ <VPLink class =" sp -link" :href =" member.sponsor" no-icon >
44
+ <VPIconHeart class =" sp -icon" /> Sponsor
45
45
</VPLink >
46
46
</div >
47
47
</article >
@@ -186,7 +186,7 @@ defineProps<{
186
186
height : 56px ;
187
187
}
188
188
189
- .sponsor -link {
189
+ .sp -link {
190
190
display : flex ;
191
191
justify-content : center ;
192
192
align-items : center ;
@@ -199,14 +199,14 @@ defineProps<{
199
199
transition : color 0.25s , background-color 0.25s ;
200
200
}
201
201
202
- .sponsor -link :hover ,
203
- .sponsor -link :focus {
202
+ .sp -link :hover ,
203
+ .sp -link :focus {
204
204
outline : none ;
205
205
color : var (--vp-c-text-dark-1 );
206
206
background-color : var (--vp-c-sponsor );
207
207
}
208
208
209
- .sponsor -icon {
209
+ .sp -icon {
210
210
margin-right : 8px ;
211
211
width : 16px ;
212
212
height : 16px ;
You can’t perform that action at this time.
0 commit comments