Skip to content

Commit bc4dbb8

Browse files
committed
map button styles
1 parent 62e2c07 commit bc4dbb8

File tree

1 file changed

+6
-25
lines changed

1 file changed

+6
-25
lines changed

docs/.vuepress/theme/global-components/ContentStatus.vue

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</div>
1212
<div class="section content-status-vote">
1313
<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>
1616
</div>
1717
<div class="section content-status-info">
1818
<h3>Give us a hand</h3>
@@ -95,32 +95,13 @@ ul {
9595
float: right;
9696
}
9797
98-
// TODO: make global
99-
.section {
100-
margin-bottom: 3rem;
98+
button {
99+
min-width: 45%;
101100
}
102101
103102
// 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;
124105
}
125106
126107
@media (min-width: $MQNarrow) {

0 commit comments

Comments
 (0)