File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed
resources/views/components Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -101,20 +101,30 @@ class="group relative z-0 flex items-center gap-6 overflow-hidden rounded-2xl bg
101
101
class =" absolute left-3 top-1/2 -z-10 size-16 -translate-y-1/2 rounded-full bg-cyan-400/60 blur-2xl dark:block"
102
102
aria-hidden =" true"
103
103
></div >
104
+
104
105
{{-- Content --}}
105
106
<div class =" flex items-center gap-5 text-sm" >
106
- <div class =" flex flex-col items-center gap-2.5 " >
107
+ <div class =" flex flex-col items-center gap-2" >
107
108
{{-- Icon --}}
108
109
<x-icons .email-document class =" size-7 shrink-0" />
110
+
109
111
{{-- Title --}}
110
- <h2 class =" font-medium" >Newsletter</h2 >
112
+ <h2
113
+ class =" transition duration-300 will-change-transform group-hover:scale-105"
114
+ >
115
+ Newsletter
116
+ </h2 >
111
117
</div >
118
+
112
119
{{-- Message --}}
113
- <p class =" leading-relaxed opacity-50" >
120
+ <p
121
+ class =" leading-relaxed opacity-50 transition duration-300 will-change-transform group-hover:translate-x-0.5"
122
+ >
114
123
Get the latest NativePHP updates and news delivered to
115
124
your inbox.
116
125
</p >
117
126
</div >
127
+
118
128
{{-- Right arrow --}}
119
129
<x-icons .right-arrow
120
130
x-init ="
Original file line number Diff line number Diff line change 3
3
xmlns =" http://www.w3.org/2000/svg"
4
4
fill =" none"
5
5
viewBox =" 0 0 24 24"
6
+ overflow =" visible"
6
7
>
7
8
<path
8
9
fill =" #66e1ff"
20
21
stroke-width =" 1"
21
22
></path >
22
23
<path
24
+ class =" transition duration-300 will-change-transform group-hover:-translate-y-px"
23
25
fill =" #e3e3e3"
24
26
d =" M19.5 1.5v12.67l-3.77 2.51 -0.23 -0.18h-7l-0.23 0.18 -3.77 -2.51V1.5c0 -0.26522 0.10536 -0.51957 0.29289 -0.707107C4.98043 0.605357 5.23478 0.5 5.5 0.5h13c0.2652 0 0.5196 0.105357 0.7071 0.292893 0.1875 0.187537 0.2929 0.441887 0.2929 0.707107Z"
25
27
stroke-width =" 1"
26
28
></path >
27
29
<path
30
+ class =" transition duration-300 will-change-transform group-hover:-translate-y-px"
28
31
fill =" #ffffff"
29
32
d =" M18.5 0.5h-13c-0.26522 0 -0.51957 0.105357 -0.70711 0.292893C4.60536 0.98043 4.5 1.23478 4.5 1.5v12.67l0.484 0.322L18.893 0.582C18.769 0.52814 18.6352 0.500234 18.5 0.5Z"
30
33
stroke-width =" 1"
58
61
stroke-width =" 1"
59
62
></path >
60
63
<path
64
+ class =" transition duration-300 will-change-transform group-hover:-translate-y-px"
61
65
stroke =" #191919"
62
66
stroke-linecap =" round"
63
67
stroke-linejoin =" round"
64
68
d =" M19.5 14V1.5c0 -0.26522 -0.1054 -0.51957 -0.2929 -0.707107C19.0196 0.605357 18.7652 0.5 18.5 0.5h-13c-0.26522 0 -0.51957 0.105357 -0.70711 0.292893C4.60536 0.98043 4.5 1.23478 4.5 1.5V14"
65
69
stroke-width =" 1"
66
70
></path >
67
71
<path
72
+ class =" transition duration-300 will-change-transform group-hover:-translate-y-px"
68
73
stroke =" #191919"
69
74
stroke-linecap =" round"
70
75
stroke-linejoin =" round"
71
76
d =" M7.5 3.5h2"
72
77
stroke-width =" 1"
73
78
></path >
74
79
<path
80
+ class =" transition duration-300 will-change-transform group-hover:-translate-y-px"
75
81
stroke =" #191919"
76
82
stroke-linecap =" round"
77
83
stroke-linejoin =" round"
78
84
d =" M9.5 6.5h7"
79
85
stroke-width =" 1"
80
86
></path >
81
87
<path
88
+ class =" transition duration-300 will-change-transform group-hover:-translate-y-px"
82
89
stroke =" #191919"
83
90
stroke-linecap =" round"
84
91
stroke-linejoin =" round"
85
92
d =" M7.5 9.5h9"
86
93
stroke-width =" 1"
87
94
></path >
88
95
<path
96
+ class =" transition duration-300 will-change-transform group-hover:-translate-y-px"
89
97
stroke =" #191919"
90
98
stroke-linecap =" round"
91
99
stroke-linejoin =" round"
You can’t perform that action at this time.
0 commit comments