Sha256: fe93f486ce02713e2dec9f7ad841c9157baab503f4c7e3d5ada42a1a242d720a

Contents?: true

Size: 1.24 KB

Versions: 3

Compression:

Stored size: 1.24 KB

Contents

main
	.front
		height: 616px
		z-index: 1
		.front-logo
			position: fixed
			top: 150px
			@include respond-to(xs)
				top: 180px
		.front-social
			position: fixed
			top: 300px
		.front-footer
			position: fixed
			// transform: translate(-50%)
			top: 400px
		.mouse-scroll
			position: fixed
			top: 400px
			.mouse
				width: 20px
				height: 40px
				padding: 6px
				border: solid 2px #fff
				border-radius: 20px
				.scroll
					// margin: 5px
					width: 4px
					height: 10px
					background: #fff
					border-radius: 20px
					animation-name: scroll-down
					animation-duration: 1s
					animation-iteration-count: infinite
	#documentation
		padding: 50px
		font-family: $raleway
		color: #fff
		// background: linear-gradient(to right, rgb(246, 129, 123), rgb(247, 147, 140), rgb(246, 125, 118))
		background: linear-gradient(to right, #2a3d5b, #445b7a, #516b8a, #425978, #2a3d5b)
		@include respond-to(sm)
			background: linear-gradient(to right, #354a69, #516b8a, #354a67)
		@include respond-to(xs)
			background: linear-gradient(to right, #445b7a, #516b8a, #425978)
		h3
			font-family: $putua
		a, a:focus, a:hover
			color: #04baf3

	@keyframes scroll-down
		0%
			margin-top: 0
		30%
			margin-top: 5px
		50%
			margin-top: 3px
		100%
			margin-top: 0

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
keppler-2.0.2 installer/core/app/assets/stylesheets/app/pages/_front.sass
keppler-2.0.1 installer/core/app/assets/stylesheets/app/pages/_front.sass
keppler-2.0.0 installer/core/app/assets/stylesheets/app/pages/_front.sass