File tree 1 file changed +11
-7
lines changed
docs/.vuepress/theme/global-components
1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 14
14
of this page on GitHub.
15
15
</div >
16
16
<div class =" section content-status-vote" >
17
- <h4 >Is this topic important to you?</h4 >
17
+ <h3 >Is this topic important to you?</h3 >
18
18
<button >Yes</button >
19
19
<button >Not really</button >
20
20
</div >
35
35
</div >
36
36
</div >
37
37
38
- <div class =" section content-status-info" style =" clear : both " >
39
- <div v-if =" related" class =" content-other-resources" >
38
+ <div class =" content-status-info" style =" clear : both " >
39
+ <div v-if =" related" class =" section content-other-resources" >
40
40
<h3 >Other resources to try</h3 >
41
41
<ul >
42
42
<li v-for =" (item, title) in related" >
@@ -73,6 +73,7 @@ export default {
73
73
<style lang="stylus" scoped>
74
74
h2 , h3 {
75
75
border-bottom : none ;
76
+ margin : 0.5rem 0 ; // TODO: make global
76
77
}
77
78
78
79
ul {
86
87
}
87
88
}
88
89
89
- .section {
90
- margin-bottom : 3rem ;
91
- }
92
-
93
90
.content-status-vote {
94
91
margin-top : 3rem ;
95
92
}
99
96
float : right ;
100
97
}
101
98
99
+ // TODO: make global
100
+ .section {
101
+ margin-bottom : 3rem ;
102
+ }
103
+
104
+ // TODO: make global
102
105
.content-status-vote {
103
106
button {
107
+ font-weight : bold ;
104
108
padding : 10px 15px ;
105
109
background-color : darken ($accentColor , 30% );
106
110
border : none ;
You can’t perform that action at this time.
0 commit comments