@@ -8,28 +8,28 @@ const path = '/consent/'
88<BaseLayout pageTitle ={ pageTitle } path ={ path } >
99 <div class =" max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 py-12" >
1010 <header class =" text-center mb-16" >
11- <h1 class =" text-4xl md:text-5xl font-bold text-[var(--color- text)] mb-6" >
11+ <h1 class =" text-4xl md:text-5xl font-bold text-text mb-6" >
1212 Cookie Policy & Settings
1313 </h1 >
14- <p class =" text-xl text-[var(--color- text-muted)] max-w-3xl mx-auto" >
14+ <p class =" text-xl text-text-muted max-w-3xl mx-auto" >
1515 Manage your cookie preferences and learn how we use cookies to improve your experience.
1616 </p >
1717 </header >
1818
1919 <!-- Cookie Settings Panel -->
20- <div class =" bg-[var(--color-bg)] rounded-2xl shadow-lg p-8 mb-12" >
20+ <div class =" bg-bg rounded-2xl shadow-lg p-8 mb-12" >
2121 <div class =" flex items-center justify-between mb-6" >
22- <h2 class =" text-2xl font-bold text-[var(--color- text)] " >Your Cookie Preferences</h2 >
22+ <h2 class =" text-2xl font-bold text-text" >Your Cookie Preferences</h2 >
2323 <div class =" flex gap-3" >
2424 <button
2525 id =" consent-allow-all"
26- class =" px-4 py-2 bg-[var(--color- primary)] text-white rounded-lg hover:bg-[var(--color- primary-hover)] transition-colors duration-200 font-medium"
26+ class =" px-4 py-2 bg-primary text-white rounded-lg hover:bg-primary-hover transition-colors duration-200 font-medium"
2727 >
2828 Allow All
2929 </button >
3030 <button
3131 id =" consent-save-preferences"
32- class =" px-4 py-2 bg-[var(--color- text-muted)] text-white rounded-lg hover:bg-[var(--color- text)] transition-colors duration-200 font-medium"
32+ class =" px-4 py-2 bg-text-muted text-white rounded-lg hover:bg-text transition-colors duration-200 font-medium"
3333 >
3434 Save Preferences
3535 </button >
@@ -80,7 +80,7 @@ const path = '/consent/'
8080 <label class =" relative inline-flex items-center cursor-pointer" >
8181 <input type =" checkbox" id =" analytics-cookies" aria-labelledby =" analytics-cookies-label" class =" sr-only peer" checked />
8282 <div
83- class =" w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600"
83+ class =" w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-0.5 after:left-0.5 after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600"
8484 >
8585 </div >
8686 </label >
@@ -107,7 +107,7 @@ const path = '/consent/'
107107 <label class =" relative inline-flex items-center cursor-pointer" >
108108 <input type =" checkbox" id =" functional-cookies" aria-labelledby =" functional-cookies-label" class =" sr-only peer" checked />
109109 <div
110- class =" w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600"
110+ class =" w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-0.5 after:left-0.5 after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600"
111111 >
112112 </div >
113113 </label >
@@ -134,7 +134,7 @@ const path = '/consent/'
134134 <label class =" relative inline-flex items-center cursor-pointer" >
135135 <input type =" checkbox" id =" marketing-cookies" aria-labelledby =" marketing-cookies-label" class =" sr-only peer" />
136136 <div
137- class =" w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600"
137+ class =" w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-0.5 after:left-0.5 after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600"
138138 >
139139 </div >
140140 </label >
@@ -164,7 +164,7 @@ const path = '/consent/'
164164 <div class =" grid grid-cols-1 md:grid-cols-2 gap-6 mt-6" >
165165 <div class =" flex items-start" >
166166 <div
167- class =" w-8 h-8 bg-blue-100 dark:bg-blue-900/30 rounded-lg flex items-center justify-center mr-4 flex- shrink-0"
167+ class =" w-8 h-8 bg-blue-100 dark:bg-blue-900/30 rounded-lg flex items-center justify-center mr-4 shrink-0"
168168 >
169169 <svg
170170 class =" w-4 h-4 text-blue-600 dark:text-blue-400"
@@ -190,7 +190,7 @@ const path = '/consent/'
190190 </div >
191191 <div class =" flex items-start" >
192192 <div
193- class =" w-8 h-8 bg-green-100 dark:bg-green-900/30 rounded-lg flex items-center justify-center mr-4 flex- shrink-0"
193+ class =" w-8 h-8 bg-green-100 dark:bg-green-900/30 rounded-lg flex items-center justify-center mr-4 shrink-0"
194194 >
195195 <svg
196196 class =" w-4 h-4 text-green-600 dark:text-green-400"
@@ -312,7 +312,7 @@ const path = '/consent/'
312312 </p >
313313 <div class =" flex items-start" >
314314 <div
315- class =" w-8 h-8 bg-blue-100 dark:bg-blue-900/30 rounded-lg flex items-center justify-center mr-4 flex- shrink-0"
315+ class =" w-8 h-8 bg-blue-100 dark:bg-blue-900/30 rounded-lg flex items-center justify-center mr-4 shrink-0"
316316 >
317317 <svg
318318 class =" w-4 h-4 text-blue-600 dark:text-blue-400"
0 commit comments