_activation-step.scss 2.49 KB
.Activation-Step {
	min-height: 100vh;
}
.upload-smartphone {
	.wrapper-input {
		width: 225px;
		margin-top: -20px;
		input {
			width: 100%;
			margin-bottom: 10px;
		}
		.validationIcon {
			top: 32px;
		}
	}
}
.attivazione-doc-list {
	.add-bill {
		height: 70px;
		transitions: .3s ease;
		&.open {
			height: 162px;
		}
	}
}
.upload-smartphone-retry {
	input {
		height: 60px;
		width: 100%;
		padding-left: 10px;
		box-sizing: border-box;
		border: 1px solid #DEDEDE;
		pointer-events: none;
		background: none;
		font-family: TheMixB-W6SemiBold;
		font-size: 24px;
		color: $darkGray;
		letter-spacing: 4px;
		text-align: center;
		text-transform: uppercase;
		::-webkit-input-placeholder {
			/* Chrome/Opera/Safari */
			color: $darkGray;
		}
		::-moz-placeholder {
			/* Firefox 19+ */
			color: $darkGray;
		}
		:-ms-input-placeholder {
			/* IE 10+ */
			color: $darkGray;
		}
		:-moz-placeholder {
			/* Firefox 18- */
			color: $darkGray;
		}
		&:focus {
			outline: none;
			box-shadow: 0;
			border: 1px solid #DEDEDE;
		}
	}
}
.upload-smartphobe-footer {
	text-align: center;
	p {
		margin-bottom: 0;
	}
	a {
		color: $darkGray;
		font-size: 1.6rem;
	}
}
.Activation-Step {
	.stickyMobile {
		left: 0;
		transform: none;
		top: 80px;
		height: 82px;
		@include bp-medium {
			top: -300px;
		}
	}
	.stickyMobile.sticky {
		transform: none;
		top: 0;
	}
}
.attivazione-landing {
	.stickyMobile {
		transform: none;
		top: 80px;
		position: fixed;
		.stickyNav {
			border-bottom: 8px solid #A0AC12;
		}
		.close--header {
			display: none;
			transform: translate(200%);
			@include bp-medium {
				display: block;
				transform: translate(0)
			}
		}
		@include bp-large {
			top: 0;
			left: 0;
		}
	}
	.stickyMobile.sticky {
		transform: none;
		top: 0;
		.stickyNav {
			border-bottom: 0;
		}
		.close--header {
			display: block;
			transform: translate(0);
			@include bp-medium {
				display: none;
			}
		}
	}
}

.attivazione-landing{
	.attivazione-doc-listing{
		@include bp-medium{
			margin-bottom: 1.5rem;
		}
		@include bp-large-full{
			margin-bottom: 5.5rem;
		}

	}
	.saveOffer{
		opacity: 1;
		display: flex;
		margin-right: 9px;
		@include bp-large{
			opacity: 0;
			display: none;
		}
	}
	.sticky{
		.saveOffer{
			margin-right: 16px;
		}
	}
	.attivazione-right-col{
		img{
			height: 43px;
			@include bp-large-full{
				height: 66px;
			}
		}
		
	}
}