mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
21 lines
354 B
Stylus
21 lines
354 B
Stylus
.back-to-top {
|
|
bottom: $b2t-position-bottom;
|
|
box-sizing: border-box;
|
|
color: $b2t-color;
|
|
padding: 0 6px;
|
|
transition: bottom $transition-ease;
|
|
sidebar-toggle();
|
|
|
|
if (!hexo-config('back2top.scrollpercent')) {
|
|
width: 24px;
|
|
}
|
|
|
|
&:hover {
|
|
color: $sidebar-highlight;
|
|
}
|
|
|
|
&.back-to-top-on {
|
|
bottom: $b2t-position-bottom-on;
|
|
}
|
|
}
|