This commit is contained in:
parent
f3fd34fe09
commit
fba4ca22e4
@ -1,4 +1,4 @@
|
||||
<svg viewBox="17 0 99 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg viewBox="0 0 140 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="17" y="11" width="8.57529" height="8.60876" fill="currentColor"/>
|
||||
<rect x="26.3549" y="11" width="8.57529" height="8.60876" fill="currentColor"/>
|
||||
<rect x="17" y="20.3914" width="8.57529" height="8.60876" fill="currentColor"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
@ -1,4 +1,4 @@
|
||||
<svg viewBox="15 0 96 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg viewBox="0 0 140 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_1511_3352)">
|
||||
<path d="M28.2965 31C29.0321 31 29.6736 30.3585 29.6736 29.623V26.4069H30.5931C31.1448 26.4069 31.5126 26.0391 31.5126 25.4874V16.302H20.4875V25.4875C20.4875 26.0392 20.8553 26.407 21.407 26.407H22.3265V29.623C22.3265 30.3586 22.9679 31.0001 23.7036 31.0001C24.4391 31.0001 25.0805 30.3586 25.0805 29.623V26.407H26.9195V29.623C26.9195 30.3585 27.5609 31 28.2965 31Z" fill="currentColor"/>
|
||||
<path d="M33.8092 25.4875C34.5448 25.4875 35.1861 24.8461 35.1861 24.1105V17.6785C35.1861 16.9468 34.5448 16.302 33.8092 16.302C33.0735 16.302 32.4321 16.9468 32.4321 17.6785V24.1105C32.4321 24.846 33.0735 25.4875 33.8092 25.4875Z" fill="currentColor"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.0 KiB |
@ -8,7 +8,7 @@
|
||||
<a
|
||||
href="https://hifastvpn.com/reviews"
|
||||
target="_blank"
|
||||
class="absolute cursor-pointer top-[18px] right-4 md:top-[24px] md:right-5 z-20 text-[10px] md:text-sm text-white hover:text-[#ADFF5B] transition-colors underline decoration-white underline-offset-4"
|
||||
class="absolute cursor-pointer right-4 top-[18px] md:right-5 z-20 text-[10px] md:text-sm text-white hover:text-[#ADFF5B] transition-colors underline decoration-white underline-offset-4"
|
||||
>
|
||||
More Reviews
|
||||
</a>
|
||||
@ -142,17 +142,12 @@ onUnmounted(() => {
|
||||
|
||||
.fade-enter-active,
|
||||
.fade-leave-active {
|
||||
transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
|
||||
}
|
||||
|
||||
.fade-enter-from {
|
||||
opacity: 0;
|
||||
transform: translateY(20px);
|
||||
transition: opacity 0.3s ease;
|
||||
}
|
||||
|
||||
.fade-enter-from,
|
||||
.fade-leave-to {
|
||||
opacity: 0;
|
||||
transform: translateY(-20px);
|
||||
}
|
||||
|
||||
.review-card {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user