# getresponse/1.5.0/layouts/common/style/reset.scss

GetResponse Forms by Optin Cat, version 1.5.0. 33 lines.

- Page: https://pluginprobe.com/plugins/getresponse/1.5.0/code/layouts/common/style/reset.scss
- Raw: https://pluginprobe.com/plugins/getresponse/1.5.0/raw/layouts/common/style/reset.scss
- Modified: 2015-06-12T09:52:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/getresponse/1.5.0/code/layouts/common/style/reset.scss#L10-L20`.

```scss
@mixin fca_eoi_reset() {
    display: block;
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	text-indent: 0;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	white-space: normal;
	width: inherit;
	height: inherit;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	transition: none;
	outline: none;
	-webkit-transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

@mixin fca_eoi_reset_font_properties() {
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
}

```
