This repository was archived by the owner on Oct 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +69
-3
lines changed Expand file tree Collapse file tree 3 files changed +69
-3
lines changed Original file line number Diff line number Diff line change 4
4
<section class =" flex flex-col flex-wrap items-center bg-gray-lighter py-8 leading-normal text-gray-darkest min-h-screen" >
5
5
<!-- eslint-disable vue/no-v-html -->
6
6
<div
7
- class =" justify-around items-center w-5/6 md:w-1/2 mx-auto"
7
+ class =" justify-around items-center w-5/6 md:w-1/2 mx-auto legal "
8
8
v-html =" $t('legal.disclaimer')"
9
9
/>
10
10
</section >
@@ -22,3 +22,25 @@ export default {
22
22
}
23
23
}
24
24
</script >
25
+
26
+ <style lang="postcss">
27
+ .legal > h1 {
28
+ @apply font-bold text-2xl
29
+ }
30
+ .legal > h2 {
31
+ @apply font-bold text-xl
32
+ }
33
+ .legal > h3 {
34
+ @apply font-bold text-lg
35
+ }
36
+ .legal > a {
37
+ @apply underline text-blue-400;
38
+
39
+ &:hover {
40
+ @apply text-indigo-400
41
+ }
42
+ }
43
+ .legal > ul {
44
+ @apply list-disc px-8
45
+ }
46
+ </style >
Original file line number Diff line number Diff line change 5
5
<section class =" flex flex-col flex-wrap items-center bg-gray-lighter py-8 leading-normal text-gray-darkest" >
6
6
<!-- eslint-disable vue/no-v-html -->
7
7
<div
8
- class =" justify-around items-center w-5/6 md:w-1/2 mx-auto"
8
+ class =" justify-around items-center w-5/6 md:w-1/2 mx-auto legal "
9
9
v-html =" $t('legal.legal')"
10
10
/>
11
11
</section >
@@ -25,3 +25,25 @@ export default {
25
25
}
26
26
}
27
27
</script >
28
+
29
+ <style lang="postcss">
30
+ .legal > h1 {
31
+ @apply font-bold text-2xl py-6
32
+ }
33
+ .legal > h2 {
34
+ @apply font-bold text-xl py-4
35
+ }
36
+ .legal > h3 {
37
+ @apply font-bold text-lg py-2
38
+ }
39
+ .legal > a {
40
+ @apply underline text-blue-400;
41
+
42
+ &:hover {
43
+ @apply text-indigo-400
44
+ }
45
+ }
46
+ .legal > ul {
47
+ @apply list-disc px-8
48
+ }
49
+ </style >
Original file line number Diff line number Diff line change 3
3
<div class =" h-48 bg-rains" />
4
4
<section class =" flex flex-col flex-wrap items-center bg-gray-lighter py-8 leading-normal text-gray-darkest" >
5
5
<!-- eslint-disable-next-line vue/no-v-html -->
6
- <div class =" justify-around items-center w-5/6 md:w-1/2 mx-auto" v-html =" $t('legal.privacy')" />
6
+ <div class =" justify-around items-center w-5/6 md:w-1/2 mx-auto legal " v-html =" $t('legal.privacy')" />
7
7
</section >
8
8
</div >
9
9
</template >
@@ -33,3 +33,25 @@ export default {
33
33
}
34
34
}
35
35
</script >
36
+
37
+ <style lang="postcss">
38
+ .legal > h1 {
39
+ @apply font-bold text-2xl
40
+ }
41
+ .legal > h2 {
42
+ @apply font-bold text-xl
43
+ }
44
+ .legal > h3 {
45
+ @apply font-bold text-lg
46
+ }
47
+ .legal > a {
48
+ @apply underline text-blue-400;
49
+
50
+ &:hover {
51
+ @apply text-indigo-400
52
+ }
53
+ }
54
+ .legal > ul {
55
+ @apply list-disc px-8
56
+ }
57
+ </style >
You can’t perform that action at this time.
0 commit comments