File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
apps/codingcatdev/src/routes/(home-partials)/(home-pro-benefits) Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 4
4
import GitLineGradient from ' ../(home-campaign)/GitLineGradient.svelte' ;
5
5
import CheckBadgeSvg from ' ./CheckBadgeSvg.svelte' ;
6
6
import ProSelect from ' ./ProSelect.svelte' ;
7
+ import CheckOutArrow from ' ../(home-latest-course)/CheckOutArrow.svelte' ;
7
8
</script >
8
9
9
10
<section class =" bg-primary-200-700-token" >
16
17
<CheckBadgeSvg />
17
18
<GitLineGradient rotate ={true } />
18
19
</div >
19
- <div class =" basis-11/12 pl-4 sm:pl-2 py-20 " >
20
+ <div class =" basis-11/12 pl-4 sm:pl-2 py-48 " >
20
21
<div class =" flex flex-col lg:flex-row gap-8 items-center" >
21
22
<div class =" sm:basis-2/3 flex flex-col justify-center gap-8" >
22
23
<div class =" flex flex-col gap-4" >
24
+ <div class =" check-out-arrow" ><CheckOutArrow /></div >
23
25
<h2 >Subscribe for Premium Benefits</h2 >
24
26
<p class =" max-w-lg" >
25
27
Are you ready to take your experience to the next level? Our premium plan unlocks
72
74
</div >
73
75
</div >
74
76
</section >
77
+
78
+ <style >
79
+ @media (max-width : 1024px ) {
80
+ .check-out-arrow {
81
+ display : none ;
82
+ }
83
+ }
84
+ @media (min-width : 1024px ) {
85
+ .check-out-arrow {
86
+ position : absolute ;
87
+ transform : rotate (65deg ) scale (1 , -1 );
88
+
89
+ width : 141px ;
90
+ height : 343px ;
91
+ right : 400px ;
92
+ top : -60px ;
93
+ }
94
+ }
95
+ </style >
You can’t perform that action at this time.
0 commit comments