File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 17
17
}
18
18
19
19
h2 {
20
+ color : var (--Solid-Purple );
21
+ font-family : " JetBrains Mono" ;
22
+ font-style : normal ;
23
+ font-weight : 700 ;
24
+ line-height : normal ;
25
+ }
26
+
27
+ h3 {
20
28
font-family : " JetBrains Mono" ;
21
29
font-size : calc (var (--base-unit )* 4 );
22
30
font-style : normal ;
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
- <h2 >Solid Pod URL</h2 >
3
+ <h3 >Solid Pod URL</h3 >
4
4
<p >A URL that links to the pod that you want to use.</p >
5
5
<aside >
6
6
<PhQuestion :size =" 24" />In order to authenticate, you'll be redirected to the provider's website.
Original file line number Diff line number Diff line change 2
2
<div class =" extra-panel" v-if =" isOpen" >
3
3
<div >
4
4
<h2 >No Pod yet?</h2 >
5
- <p >No worries, you can create a pod with a pod provider or even host one yourself! We'll give you some
5
+ <p >No worries, you can create a pod with a pod provider or even < u > host one</ u > yourself! We'll give you some
6
6
recommendations of hosts you can use:</p >
7
7
<button v-for =" pod in podListData" :key =" pod.name" @click =" openPodUrl(pod)" :aria-label =" 'Open ' + pod.name" >
8
8
{{ pod.name }}
@@ -40,20 +40,20 @@ const openPodUrl = (pod: { name: string; url: string }) => {
40
40
margin-top : 10px ;
41
41
}
42
42
43
- .extra-panel h2 {
43
+ h2 {
44
44
font-size : 30px ;
45
45
margin-bottom : 20px ;
46
46
}
47
47
48
- .extra-panel p {
48
+ p {
49
49
margin-bottom : 30px ;
50
50
}
51
51
52
- .extra-panel > div {
52
+ div {
53
53
margin-bottom : 20px ;
54
54
}
55
55
56
- .extra-panel button {
56
+ button {
57
57
display : block ;
58
58
margin-bottom : 10px ;
59
59
padding : 10px ;
@@ -65,7 +65,7 @@ const openPodUrl = (pod: { name: string; url: string }) => {
65
65
border-radius : 5px ;
66
66
}
67
67
68
- .extra-panel button :hover {
68
+ button :hover {
69
69
background-color : #29487d ;
70
70
}
71
71
You can’t perform that action at this time.
0 commit comments