Your IP : 216.73.216.84


Current Path : /home/helpink/www/media/templates/site/tp_landing/scss/jp/plugin/
Upload File :
Current File : /home/helpink/www/media/templates/site/tp_landing/scss/jp/plugin/_jdsocialshare.scss

$divider-gap: 10px;

.jd-social-btns {
	>p {
		color: $text-muted;
		display: flex;
		max-width: 250px;
		margin: 0 auto 10px;
		align-items: center;
		&::before,
		&::after {
			content: "";
			height: 1px;
			background-color: currentColor;
			flex-grow: 1;
		}
		&::before {
			margin-right: $divider-gap;
		}
		&::after {
			margin-left: $divider-gap;
		}
	}
	.loginBtn {
		margin: 5px;
	}
}