# getresponse/1.5.1/layouts/common/style/outer.scss

GetResponse Forms by Optin Cat, version 1.5.1. 50 lines.

- Page: https://pluginprobe.com/plugins/getresponse/1.5.1/code/layouts/common/style/outer.scss
- Raw: https://pluginprobe.com/plugins/getresponse/1.5.1/raw/layouts/common/style/outer.scss
- Modified: 2016-02-23T03:21:24+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.1/code/layouts/common/style/outer.scss#L10-L20`.

```scss
@import "layouts/common/style/reset.scss";

* {
	box-sizing: border-box;
}

div.fca_eoi_form_text_element,
input.fca_eoi_form_input_element,
input.fca_eoi_form_button_element {
	@include fca_eoi_reset();
	@include fca_eoi_reset_font_properties();
	transition: background 350ms linear;
}

div.fca_eoi_form_text_element {
	text-align: center;
}

*:before,
*:after {
	display: none;
}

i.fa,
i.fa:before {
	@include fca_eoi_reset();
}

div.fca_eoi_layout_popup_close {
    @include fca_eoi_reset();
    @include fca_eoi_reset_font_properties();
	display: block;
	position: absolute;
	z-index: 9999992;
	top: -10px;
	right: -10px;
	background: rgba(0, 0, 0, 0.6);
	border: 1px solid #000;
	color: #fff;
	font-weight: bold;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}

div.fca_eoi_layout_headline_copy_wrapper {
	font-weight: bold;
}
```
