Your IP : 216.73.216.84


Current Path : /home/helpink/www/media/astroid/assets/vendor/astroid/scss/components/
Upload File :
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;
}