_activation-step.scss 1.63 KB
.Activation-Step{
	min-height:100vh;
	margin-top:80px;
}

.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: #5A585A;
		letter-spacing: 4px;
		text-align: center;
		text-transform: uppercase;
		::-webkit-input-placeholder { /* Chrome/Opera/Safari */
			color: #5A585A;
		}
		::-moz-placeholder { /* Firefox 19+ */
			color: #5A585A;
		}
		:-ms-input-placeholder { /* IE 10+ */
			color: #5A585A;
		}
		:-moz-placeholder { /* Firefox 18- */
			color: #5A585A;
		}

	&:focus{
			outline:none;
			box-shadow:0;
			border:1px solid #DEDEDE;
		}
	}
}

.upload-smartphobe-footer{
	text-align: center;
	p{
		margin-bottom: 0;
	}
	a{
		color:#5A585A;
		font-size: 1.6rem;
	}
}

.Activation-Step{
	
	.stickyMobile{
		left: 0;
		transform:none;
			top:80px;
		@include bp-medium{
			top: -300px;

		}
	}

	.stickyMobile.sticky{
		
		transform:none;
			top:0;
		
	}
}

.attivazione-landing{
	
	.stickyMobile{
		
		transform:none;
			top:80px;
		position: fixed;

		@include bp-medium{
			top: 0;
			left: 0;
		}
		
	}

	.stickyMobile.sticky{
		
		transform:none;
			top:0;
		
	}
}