mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-13 15:25:51 +10:00
1. Refine ExtendPageDataOption, simplify the implmentation 2. Introduce LayoutDistributor as the unique route layout entry 3. Inject layout components to LayoutDistributor 4. Register layout components located at themedir/layouts 5. Reorganize the default theme's structure
23 lines
577 B
Stylus
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 $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
|