File "_reset.scss"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/material-design-for-contact-form-7/v1/scss/_reset.scss
File size: 548 bytes
MIME-type: text/csv
Charset: utf-8

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background: transparent;
	border: none;
	border-radius: 0;
	display: block;
	padding: 0;
	width: 100%;
	box-shadow: none;
}
label {
	font-weight: normal;
	margin: 0;
}
select {
	height: auto;
	border-radius: 0;
}