HEX
Server: Apache
System: Linux uws7-179.cafe24.com 3.10.0-1160.119.1p.el7.x86_64 #1 SMP Thu Sep 11 14:15:01 KST 2025 x86_64
User: medikors (1589)
PHP: 7.3.1p1
Disabled: mysql_pconnect
Upload Files
File: /medikors/www/eng/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;
		top: 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;
		}
	}
}