1
Fork 0
tildes-reextended/source/scss/scripts/back-to-top.scss

12 lines
177 B
SCSS
Raw Normal View History

2019-11-10 17:38:47 +00:00
@import '../utilities';
#trx-back-to-top {
bottom: 2vh;
position: fixed;
right: 2vw;
}
#trx-jump-to-new-comment:not(.trx-hidden) + #trx-back-to-top {
bottom: 6.5vh;
}