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

GetResponse Forms by Optin Cat, version 1.7.1. 42 lines.

- Page: https://pluginprobe.com/plugins/getresponse/1.7.1/code/layouts/common/style/outer.scss
- Raw: https://pluginprobe.com/plugins/getresponse/1.7.1/raw/layouts/common/style/outer.scss
- Modified: 2016-07-26T19:45:02+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.7.1/code/layouts/common/style/outer.scss#L10-L20`.

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


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;
}
input.fca_eoi_form_button_element:hover {
	background-color: inherit !important;
}

div.fca_eoi_form_text_element {
	text-align: center;
}

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;
}


```
