Your IP : 216.73.216.95


Current Path : /var/www/mainsite/new/wp-content/plugins/jet-elements/assets/scss/base/
Upload File :
Current File : /var/www/mainsite/new/wp-content/plugins/jet-elements/assets/scss/base/_common.scss

.jet-elements {
	select {
		appearance: none;
		width: 100%;
	}
}

.jet-elements-icon {
	display: inline-block;
	line-height: 1;
	text-align: center;

	svg {
		display: block;
		width: 1em;
		height: 1em;
		fill: currentColor;
	}
}

.jet-elements {
	.jet-elements-edit-template-link {
		position: absolute;
		bottom: 5px;
		right: 5px;
		display: inline-block;
		padding: 5px;
		background-color: #b7084e;
		color: #fff;
		border-radius: 3px;
		font-size: 14px;
		line-height: 1;
		text-align: center;

		i {
			width: 1em;
			height: 1em;
		}

		&:hover {
			background-color: #840739;
			color: #fff;
		}
	}
}