vuepress-theme-reco/styles/arrow.styl
reco_luan 3c852b18a4 feat: add dark mode(part.7)
1. Optimize the password page
2. Adapt to dark mode (sidebar\timeline)
2019-12-03 15:34:59 +08:00

23 lines
577 B
Stylus

@require './config'
.arrow
display inline-block
width 0
height 0
&.up
border-left 4px solid transparent
border-right 4px solid transparent
border-bottom 6px solid $textColorSub
&.down
border-left 4px solid transparent
border-right 4px solid transparent
border-top 6px solid $textColorSub
&.right
border-top 4px solid transparent
border-bottom 4px solid transparent
border-left 6px solid $textColorSub
&.left
border-top 4px solid transparent
border-bottom 4px solid transparent
border-right 6px solid $textColorSub