Skip to content

Commit 5e3c331

Browse files
committed
refactor: update badge-pro styles, replace input-chunky shadow, and simplify student/reflection status badges
1 parent 361f774 commit 5e3c331

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

my-space/my-class/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<style type="text/tailwindcss">
6464
/* Badge Pro */
6565
.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;
6767
}
6868

6969
/* Reflection card tweaks */
@@ -130,7 +130,7 @@
130130
.animate-pop-in { animation: pop-in 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; }
131131

132132
.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;
134134
}
135135

136136
.no-scrollbar::-webkit-scrollbar {
@@ -244,13 +244,13 @@ <h2 id="classNameDisplay" class="font-heading font-bold text-3xl text-slate-900
244244
</div>
245245
</div>
246246
<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">
248248
<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>
250250
</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">
252252
<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>
254254
</div>
255255
</div>
256256
</div>

0 commit comments

Comments
 (0)