HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/demo/public_html/waterdamage/assets/scss/widgets/_search.scss
.widget_product_search,
.widget_search {
	position: relative;

	label,
	input {
		width: 100%;
		display: block;
	}
	input {
		padding: 15px;
	}
	input[type=search] {
		border: 1px solid #dedede;
		padding-left: 45px;

		&:focus {
			outline: none;
			border-color: darken(#dedede, 15%);
		}
	}
}

.widget_search {

	label {
		position: relative;

		&:after {
			content: '\f002';
			font: normal normal 16px/1 fontAwesome;
		}
	}
	label:after,
	input[type=submit] {
		display: inline-flex;
		width: 32px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 8px;
		align-items: center;
		justify-content: center;
	}
	input[type=submit] {
		border: none;
		background: none;
		opacity: 0;
	}
}

.widget_product_search {

	button[type=submit] {
		display: inline-block;
		width: 32px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 8px;
		background: none;
		border: none;
		text-indent: -99999px;

		&:after {
			content: '\f002';
			display: inline-flex;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			text-indent: 0;
			align-items: center;
			justify-content: center;
			font: normal normal 16px/1 fontAwesome;
		}

		&:focus {
			outline: none;
		}
	}
}