mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
12 lines
181 B
Stylus
12 lines
181 B
Stylus
.sidebar-toggle {
|
|
bottom: 45px;
|
|
height: 12px;
|
|
padding: 6px 5px;
|
|
width: 14px;
|
|
sidebar-toggle();
|
|
}
|
|
|
|
.sidebar-toggle:hover .toggle-line {
|
|
background: $sidebar-highlight;
|
|
}
|