| Current Path : /home/helpink/www/media/astroid/assets/vendor/astroid/scss/components/ |
| Current File : /home/helpink/www/media/astroid/assets/vendor/astroid/scss/components/_backtotop.scss |
#astroid-backtotop {
display: none;
line-height: 0;
position: fixed;
right: $backtotop-right;
bottom: $backtotop-bottom;
padding: $backtotop-padding;
z-index: $backtotop-zindex;
&.circle {
border-radius: 100%;
}
&.rounded {
border-radius: $backtotop-rounded-radius;
}
&.square {
border-radius: 0;
}
}
.header-sidebar-right #astroid-backtotop {
right: auto;
left: $backtotop-right;
}