Your IP : 216.73.217.112


Current Path : /home/z/i/e/zieirix/www/templates/it_medical/scss/medical/
Upload File :
Current File : /home/z/i/e/zieirix/www/templates/it_medical/scss/medical/_to-top.scss

#g-to-top {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 0;
	width: 0;
	.style1 {
		#g-totop-button {
			position: fixed;
			bottom: -40px;
			right: 28px;
			background: rgba(0, 0, 0, 0.4);
			color: #ffffff;
			border-radius: 3px;
			padding: 6px 13px;
			z-index: 999;
			outline: none;
			@include transition(all 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s);
			&:hover {
				background: $accent-color-1;
			}
			@include breakpoint(mobile-only) {
				display: none;
			}
			&.totopfixed {
				bottom: 28px;
			}
		}
	}
	.style2 {
		#g-totop-button {
			position: fixed;
			bottom: -40px;
			right: 28px;
			background: rgba(0, 0, 0, 0.4);
			color: #ffffff;
			border-radius: 50%;
			padding: 6px 13px;
			z-index: 999;
			outline: none;
			@include transition(all 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s);
			&:hover {
				background: $accent-color-1;
			}
			@include breakpoint(mobile-only) {
				display: none;
			}
			&.totopfixed {
				bottom: 28px;
			}
		}
	}
}