Your IP : 216.73.217.101


Current Path : /home/antonen/poznajlitwe.lt/templates/it_startup/scss/startup/
Upload File :
Current File : /home/antonen/poznajlitwe.lt/templates/it_startup/scss/startup/_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: transparentize(darken($accent-color-2, 20%), 0.2);
			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: transparentize(darken($accent-color-2, 20%), 0.2);
			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;
			}
		}
	}
}