made things prettier
This commit is contained in:
@@ -81,8 +81,11 @@
|
||||
<button
|
||||
type="button"
|
||||
onclick="toggleCourseSwitcher()"
|
||||
class="flex items-center gap-2 px-4 py-1.5 rounded-lg border border-border bg-surface
|
||||
text-sm font-medium text-text hover:border-primary hover:text-primary transition whitespace-nowrap">
|
||||
class="flex items-center gap-2 px-4 py-1.5 rounded-full
|
||||
bg-surface shadow-md ring-1 ring-border
|
||||
text-sm font-medium text-text
|
||||
hover:ring-primary hover:text-primary
|
||||
transition whitespace-nowrap">
|
||||
<span id="course-switcher-label">{{ active_course_name }}</span>
|
||||
<svg class="w-3.5 h-3.5 text-muted transition-transform duration-200" id="course-switcher-chevron"
|
||||
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
|
||||
|
||||
Reference in New Issue
Block a user