Skip to content

Commit

Permalink
chore: tweak package detail style
Browse files Browse the repository at this point in the history
  • Loading branch information
favoyang committed Dec 15, 2019
1 parent 1c0bd61 commit 3dba78a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/theme/layouts/PackageDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
class="col-12"
>
<h2>Build Issues</h2>
<div v-if="noTagsFound">
<div v-if="noTagsFound" class="toast toast-warning">
No tags found in <NavLink :item="tagsNavLink" />
</div>
<div class="container">
Expand Down Expand Up @@ -440,7 +440,7 @@ See more in the [${this.$package.repo}](${this.$package.repoUrl}) repository.
font-weight 600
border-bottom none

a, h2, p, span, ul, li
a, h2, p, span, ul, li, div.toast
font-size 0.75rem

section
Expand Down

0 comments on commit 3dba78a

Please sign in to comment.