aboutsummaryrefslogtreecommitdiff
path: root/node_modules/vuepress/lib/default-theme/styles/arrow.styl
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/vuepress/lib/default-theme/styles/arrow.styl')
-rw-r--r--node_modules/vuepress/lib/default-theme/styles/arrow.styl22
1 files changed, 0 insertions, 22 deletions
diff --git a/node_modules/vuepress/lib/default-theme/styles/arrow.styl b/node_modules/vuepress/lib/default-theme/styles/arrow.styl
deleted file mode 100644
index 20bffc0d..00000000
--- a/node_modules/vuepress/lib/default-theme/styles/arrow.styl
+++ /dev/null
@@ -1,22 +0,0 @@
-@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 $arrowBgColor
- &.down
- border-left 4px solid transparent
- border-right 4px solid transparent
- border-top 6px solid $arrowBgColor
- &.right
- border-top 4px solid transparent
- border-bottom 4px solid transparent
- border-left 6px solid $arrowBgColor
- &.left
- border-top 4px solid transparent
- border-bottom 4px solid transparent
- border-right 6px solid $arrowBgColor