We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065b5d6 commit 88972a9Copy full SHA for 88972a9
docs/.vuepress/components/Bit.vue
@@ -6,20 +6,3 @@
6
</a>
7
</p>
8
</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>
docs/.vuepress/override.styl
@@ -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
+ display inline-block
+ margin 1em 0 !important
+ a
+ color #999
+ img
+ height 40px
+ margin-left 15px
+ img, span
+ vertical-align middle
0 commit comments