File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,13 @@ useHead({
44
44
{{ $t('not_found') }}
45
45
</h1 >
46
46
<div class =" actions" >
47
- <VFLinkButton background-color =" white" color =" vue-blue" target =" " href =" /" >
47
+ <VFLinkButton
48
+ class =" action"
49
+ background-color =" white"
50
+ color =" vue-blue"
51
+ target =" "
52
+ href =" /"
53
+ >
48
54
{{ $t('back_to_top') }}
49
55
</VFLinkButton >
50
56
</div >
72
78
height : var (--height-button );
73
79
border-radius : var (--height-button );
74
80
}
81
+ .action {
82
+ --height-button : 66px ;
83
+
84
+ height : var (--height-button );
85
+ }
75
86
@media (--tablet) {
76
87
.actions {
77
88
--height-button : 49px ;
78
89
}
90
+ .action {
91
+ --height-button : 49px ;
92
+ }
79
93
}
80
94
@media (--mobile) {
81
95
.actions {
82
96
--height-button : 49px ;
83
97
}
98
+ .action {
99
+ --height-button : 49px ;
100
+ }
84
101
}
85
102
</style >
You can’t perform that action at this time.
0 commit comments