Skip to content

Commit c621a3b

Browse files
committed
docs: temporary fix for bit styling missing
1 parent f7ba0a9 commit c621a3b

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

Diff for: docs/.vuepress/components/Bit.vue

-17
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,3 @@
66
</a>
77
</p>
88
</template>
9-
10-
<style lang="stylus">
11-
.bit-sponsor
12-
font-weight 600
13-
background-color #f3f6f8
14-
padding 0.6em 1.2em
15-
border-radius 8px
16-
display inline-block
17-
margin 1em 0 !important
18-
a
19-
color #999
20-
img
21-
height 40px
22-
margin-left 15px
23-
img, span
24-
vertical-align middle
25-
</style>

Diff for: docs/.vuepress/override.styl

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.bit-sponsor
2+
font-weight 600
3+
background-color #f3f6f8
4+
padding 0.6em 1.2em
5+
border-radius 8px
6+
display inline-block
7+
margin 1em 0 !important
8+
a
9+
color #999
10+
img
11+
height 40px
12+
margin-left 15px
13+
img, span
14+
vertical-align middle

0 commit comments

Comments
 (0)