Skip to content

TUrn Toggle bar into contact float


/*CONTACT FLOAT TOGGLE BAR*/
#toggle-bar-wrap {
	position: fixed;
	background-color: #000000b0;
	inset-inline: unset;
	inset-block-start: unset;
	box-shadow: unset;
	padding: 25px;
	border-radius: 15px;
	overflow: visible;
	max-width: 150px;
	right: 25px;
	bottom: 90px;
}

#toggle-bar-wrap:after {
	/*content: '';
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #00000080;
	border-bottom: 0;
	margin-left: -20px;
	margin-bottom: -20px;
	*/
	content: '';
	position: absolute;
	bottom: 0;
	right: 40px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #000000b0;
	border-bottom: 0;
	border-right: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}

#toggle-bar-wrap figcaption,
#toggle-bar-wrap figure {
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

#toggle-bar-button.toggle-bar-btn {
	inset-block-start: unset;
	position: fixed;
	bottom: 25px !important;
	right: 25px;
	font-size: 16px;
	min-height: 35px;
	min-width: 35px;
	/* margin-block-end: 25px; */
	/* margin-inline-end: 25px; */
	justify-content: center;
	display: flex;
	box-sizing: content-box;
	background-color: var(--wpex-surface-2);
	color: var(--wpex-text-4);
	border: 0;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	align-items: center;
}

#toggle-bar-button .toggle-bar-btn__icon {
	position: unset;
}

#toggle-bar-button .toggle-bar-btn__icon {
	font-size: 20px;
}

An den Anfang scrollen