PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/mytube.pm/wp-content/themes/ultra/sass/forms/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/mytube.pm/wp-content/themes/ultra/sass/forms/_fields.scss

label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.25em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type="search"],
select[multiple],
textarea {
	background: $color__background-input;
	border: 1px solid $color__background-hr;
	border-radius: 3px;
	color: $color__text-input;
	line-height: normal;
	max-width: 100%;
	padding: 0.6429em 0.7143em;
	transition: 0.3s;
	-webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	background: $color__background-body;
	color: $color__text-input-focus;
	outline-style: none;
}

textarea {
	box-sizing: border-box;
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 0.7143em;
	vertical-align: top; /* Improves readability and alignment in all browsers */
}

input[type="file"] {
	@include font-size(1);
	line-height: 0;
}