some chenges: json texts, some styles issues and functionalities

This commit is contained in:
María
2025-10-31 11:17:48 +01:00
parent ba4e01e10c
commit b90516bfc5
18 changed files with 341 additions and 292 deletions

View File

@@ -1,5 +1,10 @@
<template>
<div class="flex flex-col justify-center items-start space-y-4">
<div
class="flex flex-col justify-center items-start space-y-4 rounded-2xl px-4 sm:px-10 py-12 w-full max-w-2xl h-fit"
:class="{
'bg-surface text-white': data.id !== 'P1-F4-1' && data.id !== 'P1-F4-2',
'bg-[#82DBDF] text-surface': data.id === 'P1-F4-1' || data.id === 'P1-F4-2',
}">
<h1 class="text-3xl font-bold">
{{ data.title[langcode]}}
</h1>