This commit is contained in:
Binary file not shown.
@@ -34,8 +34,8 @@
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
class="text-white text-center q-py-lg center-block text-bold"
|
class="text-white text-center q-py-lg center-block text-bold"
|
||||||
:class="$q.screen.lt.sm ? 'text-h4' : 'text-h3'"
|
:class="$q.screen.lt.sm ? 'text-h4' : 'text-h2'"
|
||||||
style="line-height: 1.5em;"
|
style="line-height: 1.25em;"
|
||||||
>
|
>
|
||||||
{{ $t('banner__slogan_body') }}
|
{{ $t('banner__slogan_body') }}
|
||||||
<span class="text-no-wrap" color="primary">
|
<span class="text-no-wrap" color="primary">
|
||||||
|
|||||||
@@ -9,7 +9,6 @@
|
|||||||
:key="idx"
|
:key="idx"
|
||||||
>
|
>
|
||||||
<problem-section-item
|
<problem-section-item
|
||||||
:icon="item.icon"
|
|
||||||
:title="item.title"
|
:title="item.title"
|
||||||
:description="item.description"
|
:description="item.description"
|
||||||
class="bg-red"
|
class="bg-red"
|
||||||
|
|||||||
@@ -2,13 +2,7 @@
|
|||||||
<div
|
<div
|
||||||
class="crew-card column items-center q-pa-xl cursor-pointer fit"
|
class="crew-card column items-center q-pa-xl cursor-pointer fit"
|
||||||
>
|
>
|
||||||
<q-icon
|
<div class="text-bold text-h4 text-center q-pt-md">
|
||||||
:name="icon"
|
|
||||||
size="xl"
|
|
||||||
color="primary"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<div class="text-bold text-h5 text-center q-pt-md">
|
|
||||||
{{ $t(title ?? '') }}
|
{{ $t(title ?? '') }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -21,7 +15,6 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
|
||||||
defineProps({
|
defineProps({
|
||||||
icon: String,
|
|
||||||
title: String,
|
title: String,
|
||||||
description: String
|
description: String
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -2,13 +2,14 @@
|
|||||||
<div class="flex column no-wrap q-mt-lg">
|
<div class="flex column no-wrap q-mt-lg">
|
||||||
<div
|
<div
|
||||||
v-if="title"
|
v-if="title"
|
||||||
class="w100 q-my-md q-px-md text-h4 text-bold text-grey text-center"
|
class="w100 q-my-md q-px-md text-h3 text-bold text-primary text-center"
|
||||||
>
|
>
|
||||||
{{ $t(title) }}
|
{{ $t(title) }}
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="subtitle"
|
v-if="subtitle"
|
||||||
class="w100 q-mb-md q-px-xl text-h6 text-grey-7 text-center"
|
class="w100 q-mb-md q-px-xl text-h6 text-grey-7 text-center"
|
||||||
|
style="max-width: 75%; align-self: center;"
|
||||||
>
|
>
|
||||||
{{ $t(subtitle) }}
|
{{ $t(subtitle) }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user