mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 19:50:55 +08:00
34 lines
651 B
Stylus
34 lines
651 B
Stylus
.category-content
|
|
ul
|
|
margin-top: .4rem
|
|
padding: 0 0 0 1rem
|
|
list-style: none
|
|
counter-reset: li
|
|
|
|
ul
|
|
padding-left: .2rem
|
|
|
|
li
|
|
position: relative
|
|
margin: .3rem 0
|
|
padding: .1rem .2rem .1rem 1rem
|
|
|
|
&:before
|
|
position: absolute
|
|
left: 0
|
|
cursor: pointer
|
|
transition: all .3s ease-out
|
|
$w = .3rem
|
|
top: 10px
|
|
width: w = $w
|
|
height: h = w
|
|
border: .5 * w solid $light-blue
|
|
border-radius: w
|
|
background: transparent
|
|
content: ''
|
|
line-height: h
|
|
|
|
&:hover
|
|
&:before
|
|
border-color: $pseudo-hover
|