File tree 1 file changed +6
-25
lines changed
docs/.vuepress/theme/global-components
1 file changed +6
-25
lines changed Original file line number Diff line number Diff line change 11
11
</div >
12
12
<div class =" section content-status-vote" >
13
13
<h3 >Is this topic important to you?</h3 >
14
- <button >Yes</button >
15
- <button >Not really</button >
14
+ <button class = " btn btn-primary " >Yes</button >
15
+ <button class = " btn btn-primary " >Not really</button >
16
16
</div >
17
17
<div class =" section content-status-info" >
18
18
<h3 >Give us a hand</h3 >
95
95
float : right ;
96
96
}
97
97
98
- // TODO: make global
99
- .section {
100
- margin-bottom : 3rem ;
98
+ button {
99
+ min-width : 45% ;
101
100
}
102
101
103
102
// TODO: make global
104
- .content-status-vote {
105
- button {
106
- font-weight : bold ;
107
- padding : 10px 15px ;
108
- background-color : darken ($accentColor , 30% );
109
- border : none ;
110
- font-size : 1em ;
111
- color : white ;
112
- margin-right : 10px ;
113
- border-radius : 2px ;
114
- cursor : pointer ;
115
- transition : all 0.3s ;
116
- min-width : 45% ;
117
-
118
- & :hover {
119
- background-color : $accentColor ;
120
- }
121
-
122
- outline : none ;
123
- }
103
+ .section {
104
+ margin-bottom : 3rem ;
124
105
}
125
106
126
107
@media (min-width : $MQNarrow) {
You can’t perform that action at this time.
0 commit comments