|
63 | 63 | <style type="text/tailwindcss"> |
64 | 64 | /* Badge Pro */ |
65 | 65 | .badge-pro { |
66 | | - @apply px-2 py-0.5 bg-gradient-to-r from-orange to-pink text-[8px] font-black text-white rounded-md shadow-hard-sm border-[3px] border-slate-800 dark:border-slate-500 flex items-center justify-center tracking-tighter; |
| 66 | + @apply px-2 py-0.5 bg-slate-800 dark:bg-slate-700 text-[8px] font-black text-white rounded-md shadow-hard-sm border-[3px] border-slate-800 dark:border-slate-500 flex items-center justify-center tracking-tighter; |
67 | 67 | } |
68 | 68 |
|
69 | 69 | /* Reflection card tweaks */ |
|
130 | 130 | .animate-pop-in { animation: pop-in 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; } |
131 | 131 |
|
132 | 132 | .input-chunky { |
133 | | - @apply w-full bg-white dark:bg-slate-800 border-[3px] border-slate-800 dark:border-slate-500 rounded-xl px-4 py-3 font-bold text-slate-800 dark:text-white focus:outline-none focus:ring-[3px] focus:ring-blue focus:border-transparent transition-all shadow-[inset_0_2px_4px_rgba(0,0,0,0.05)]; |
| 133 | + @apply w-full bg-white dark:bg-slate-800 border-[3px] border-slate-800 dark:border-slate-500 rounded-xl px-4 py-3 font-bold text-slate-800 dark:text-white focus:outline-none focus:ring-[3px] focus:ring-blue focus:border-transparent transition-all shadow-hard-sm; |
134 | 134 | } |
135 | 135 |
|
136 | 136 | .no-scrollbar::-webkit-scrollbar { |
@@ -244,13 +244,13 @@ <h2 id="classNameDisplay" class="font-heading font-bold text-3xl text-slate-900 |
244 | 244 | </div> |
245 | 245 | </div> |
246 | 246 | <div class="flex flex-wrap gap-3"> |
247 | | - <div class="flex items-center gap-1.5 badge-pro !bg-slate-100 dark:!bg-slate-800 !text-slate-600 dark:!text-slate-300 !border-[3px] !border-slate-300 dark:!border-slate-600 px-2 py-1"> |
| 247 | + <div class="flex items-center gap-1.5"> |
248 | 248 | <div class="w-1.5 h-1.5 rounded-full bg-blue"></div> |
249 | | - <span id="studentCountBadge" class="text-[10px] font-black uppercase tracking-widest">0 Students</span> |
| 249 | + <span id="studentCountBadge" class="text-[10px] font-black uppercase tracking-widest text-slate-500">0 Students</span> |
250 | 250 | </div> |
251 | | - <div class="flex items-center gap-1.5 badge-pro !bg-slate-100 dark:!bg-slate-800 !text-slate-600 dark:!text-slate-300 !border-[3px] !border-slate-300 dark:!border-slate-600 px-2 py-1"> |
| 251 | + <div class="flex items-center gap-1.5"> |
252 | 252 | <i data-lucide="message-square" class="w-3 h-3 text-orange"></i> |
253 | | - <span id="reflectionCountBadge" class="text-[10px] font-black uppercase tracking-widest">0 Reflections</span> |
| 253 | + <span id="reflectionCountBadge" class="text-[10px] font-black uppercase tracking-widest text-slate-500">0 Reflections</span> |
254 | 254 | </div> |
255 | 255 | </div> |
256 | 256 | </div> |
|
0 commit comments