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/firedamage/assets/scss/elements/_form-reservation.scss
.liquid-form-reservation {
	display: flex;
	align-items: stretch;
	flex-flow: row wrap;

	.input-container {
		display: flex;
		min-width: 285px;
		padding: 0 15px;
		margin-bottom: 15px;
		flex-flow: column wrap;
		justify-content: center;
		align-items: stretch;
		border-left: 1px solid #d8dbe2;

		&:last-child,
		&:first-child {
			border: none;
		}
		&:first-child {
			padding-left: 0;
		}
	}
	.liquid-input-icon-right {
		right: 30px;
	}
	.liquid-input-icon-left {
		left: 30px;
		color: var(--color-primary);
	}
	input,
	select,
	button,
	.ui-selectmenu-button {
		flex: 1 auto;

		&:focus {
			outline: none;
		}
	}
	input,
	select,
	.ui-selectmenu-button {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
		padding: 0 30px 0 60px;
		background: none;
		border: none;
		font-size: em(12);
		text-transform: uppercase;
		letter-spacing: 0.1em;
		color: #3f4147;

		@include placeholder{
			color: #3f4147;
		};
	}
	button {
		text-align: center;

		> span {
			flex: 1 auto;
			justify-content: center;
		}
	}
	.ui-selectmenu-icon {
		order: 1;
		display: none;
	}
	.ui-selectmenu-button {
		width: 100%;
	}
}