mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2026-01-17 19:12:25 +01:00
92 integrate roomfinder and faq design
This commit is contained in:
@@ -87,7 +87,7 @@ function unselectModule(event: DataTableRowUnselectEvent) {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex flex-column align-items-center w-full">
|
||||
<div class="flex flex-column align-items-center w-full mb-7">
|
||||
<div class="flex align-items-center justify-content-center m-2">
|
||||
<h3>
|
||||
{{ $t("additionalModules.subTitle") }}
|
||||
@@ -191,7 +191,7 @@ function unselectModule(event: DataTableRowUnselectEvent) {
|
||||
<Button
|
||||
:disabled="store.isEmpty()"
|
||||
@click="nextStep()"
|
||||
class="md:col-4 justify-content-center mb-3 align-self-end"
|
||||
class="col-12 md:col-4 mb-3 align-self-end"
|
||||
icon="pi pi-arrow-right"
|
||||
:label="$t('additionalModules.nextStep')"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user