mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
15 lines
247 B
Stylus
15 lines
247 B
Stylus
.back-to-top {
|
|
margin: 20px - $sidebar-offset -10px -20px;
|
|
opacity: 0;
|
|
transition: opacity $transition-ease;
|
|
|
|
&.back-to-top-on {
|
|
cursor: pointer;
|
|
opacity: $b2t-opacity;
|
|
|
|
&:hover {
|
|
opacity: $b2t-opacity-hover;
|
|
}
|
|
}
|
|
}
|