# getresponse/1.7.1/layouts/common/layout_5/layout.scss

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

- Page: https://pluginprobe.com/plugins/getresponse/1.7.1/code/layouts/common/layout_5/layout.scss
- Raw: https://pluginprobe.com/plugins/getresponse/1.7.1/raw/layouts/common/layout_5/layout.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/layout_5/layout.scss#L10-L20`.

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

$border_radius: 5px;

div.fca_eoi_layout_5,
form.fca_eoi_layout_5 {
	@import "layouts/common/style/inner.scss";

	div.fca_eoi_layout_headline_copy_wrapper {
		margin-bottom: ( $content_large_padding );

		@media ( min-width: 1px ) and ( max-width: $content_small_breakpoint ),
		       ( min-height: 1px ) and ( max-height: $content_small_breakpoint ) {
			margin-bottom: 0;
		}
	}

	div.fca_eoi_layout_inputs_wrapper {
		@include fca_eoi_layout_inputs_wrapper( false );
	}

	div.fca_eoi_layout_field_wrapper {
		border-radius: $border_radius;
	}

	div.fca_eoi_layout_field_inner {
		margin: 0 10px;
	}

	div.fca_eoi_layout_submit_button_wrapper {
		border-bottom: solid 4px transparent;
		border-radius: 5px;
		padding: 0 !important;
		text-align: center;
		width: 100%;
	}

	div.fca_eoi_layout_submit_button_wrapper input {
		border: 0 !important;
		border-radius: $border_radius;
		font-weight: bold;
		margin: 0;
		height: 2.8em;
		padding: 0;
		text-shadow: 0 0 2px black;
		white-space: normal;
		width: 100%;
	}
}

```
