feat: add AppHeader and CourseCard components for application layout and course display.
This commit is contained in:
parent
2d30b40328
commit
4735d3ceeb
2 changed files with 3 additions and 3 deletions
|
|
@ -136,9 +136,9 @@ const displayDescription = computed(() => getLocalizedText(props.description))
|
|||
<!-- Study Again -->
|
||||
<q-btn
|
||||
v-if="showStudyAgain"
|
||||
flat
|
||||
outline
|
||||
rounded
|
||||
class="w-full font-bold text-slate-600 hover:text-blue-600 dark:text-slate-400 dark:hover:text-blue-400"
|
||||
class="w-full font-bold border-2 border-blue-600 text-blue-600 hover:bg-blue-600 hover:text-white dark:border-blue-400 dark:text-blue-400 dark:hover:bg-blue-500 dark:hover:text-white transition-all"
|
||||
:label="$t('course.studyAgain')"
|
||||
:to="`/classroom/learning?course_id=${id}`"
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ const searchText = ref('')
|
|||
dense
|
||||
icon="menu"
|
||||
@click="emit('toggleSidebar')"
|
||||
class="mr-2 text-slate-700 dark:text-white"
|
||||
class="mr-2 text-slate-900 dark:text-white bg-slate-100 dark:bg-slate-700/50 hover:bg-slate-200 dark:hover:bg-slate-600"
|
||||
aria-label="Menu"
|
||||
/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue