Skip to content

Commit

Permalink
Remove unnecesary styles
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed Oct 22, 2021
1 parent bad454a commit c5e0120
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions docs/.vuepress/theme/styles/custom-style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -182,55 +182,6 @@ div.clear
.used-by
margin-bottom: 100px

.plugins

.plugin
min-height 97px
padding 45px 0 15px
border-bottom 1px solid rgba(44, 62, 79, 0.15)

.name a
font-size 1.2em
font-weight bold
text-decoration none !important

.separator
padding 0 8px
color $lightGrey
@media (max-width: $MQMobile)
display: none

.author a
font-size 1em
color $lightGrey
&:hover
color $darkYellow
@media (max-width: $MQMobile)
display block
padding-top 8px

.version
font-size 0.9em
position absolute
display flex
top: 0
right: 0

.description
margin: 6px 0 12px

.tags div
background-color #F3F4F4
border-radius 6px
display inline-flex
padding 6px 16px
font-size 0.80em
margin 0 8px 15px 0

@media (max-width: $MQMobileNarrow)
.plugins .plugin .version
display: none

.search-box
display none

Expand Down

0 comments on commit c5e0120

Please sign in to comment.