Skip to content

Commit a072ef1

Browse files
committed
fix card style and color
1 parent 2d0a578 commit a072ef1

1 file changed

Lines changed: 16 additions & 13 deletions

File tree

src/components/Pages/TermsOfUse/Upcoming.vue

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
1-
<template>
1+
<template xmlns="http://www.w3.org/1999/html">
22
<v-main>
33
<v-container class="fill-height" fluid>
44
<v-row justify="center">
5-
<v-col cols="8">
6-
<v-card class="mx-auto" color="light-blue">
7-
<v-card-title>
8-
What changed from <a> previous version</a>
5+
<v-col cols="12">
6+
<h1>Terms Of Use</h1>
7+
<p>last updated on: November 9, 2025</p>
8+
<v-card class="mx-auto card-design text--info">
9+
<v-card-title class="text--primary">
10+
<span>What changed from <a> previous version</a></span>
911
</v-card-title>
1012

1113
<v-card-text>
12-
<p>The Terms of Use were revised to ensure compliance with the European Union’s
13-
Digital Services Act (DSA) and to improve transparency about how Wikibase Cloud
14-
operates.</p>
14+
The Terms of Use were revised to ensure compliance with the
15+
European Union’s Digital Services Act (DSA) and to
1516
<v-expand-transition>
1617
<div v-if="show || !isMobile">
18+
improve transparency about how Wikibase Cloud
19+
operates.<br /><br/>
1720
Key updates:
1821
<ul>
1922
<li>
@@ -41,14 +44,14 @@
4144
</v-card-text>
4245
<v-card-actions v-if="isMobile">
4346
<v-btn
44-
variant="text"
47+
class=""
48+
text
4549
@click="show = !show"
4650
>
4751
{{ show ? 'See less' : 'See more' }}
4852
</v-btn>
4953
</v-card-actions>
5054
</v-card>
51-
<h1>Terms Of Use</h1>
5255
<h2>1. Definitions</h2>
5356
<p>In addition to terms defined elsewhere in this
5457
Agreement, the following terms have the following meanings:</p>
@@ -369,7 +372,6 @@
369372
the Parties existing at the time when these Clauses are agreed or
370373
entered into thereafter, these Clauses shall prevail.</p>
371374

372-
373375
<h3>SECTION II &mdash; OBLIGATIONS OF THE PARTIES</h3>
374376

375377
<h4>Clause 5 &mdash; Description of processing(s)</h4>
@@ -1046,7 +1048,6 @@
10461048
of personal data under these Clauses, where:
10471049
</li>
10481050

1049-
10501051
<ul>
10511052
<li>
10521053
(i) the data exporter has suspended the transfer of personal data to the data importer pursuant to
@@ -1134,7 +1135,6 @@ export default {
11341135
data: () => ({
11351136
show: false,
11361137
}),
1137-
11381138
}
11391139
</script>
11401140

@@ -1147,4 +1147,7 @@ h4,
11471147
h5 {
11481148
margin-top: 4px;
11491149
}
1150+
.card-design {
1151+
background-color: #E5EDF6 !important;
1152+
}
11501153
</style>

0 commit comments

Comments
 (0)