PluginProbe
GetResponse Forms by Optin Cat / 1.3.5
GetResponse Forms by Optin Cat v1.3.5
1.3.4 1.3.5 1.3.6 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 2.0.0 All 36 releases
getresponse / layouts / common / layout_1 / layout.scss

layout.scss in GetResponse Forms by Optin Cat 1.3.5, at layouts/common/layout_1/layout.scss

45 lines 2.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @import "layouts/common/style/outer.scss";
2
3 div.fca_eoi_layout_1,
4 form.fca_eoi_layout_1 {
5 @import "layouts/common/style/inner.scss";
6
7 div.fca_eoi_layout_headline_copy_wrapper {
8 margin-bottom: round( $content_large_padding / 2 );
9 }
10
11 div.fca_eoi_layout_inputs_wrapper {
12 @include fca_eoi_layout_inputs_wrapper( true );
13 }
14
15 @import "layouts/common/style/icons_left.scss";
16
17 div.fca_eoi_layout_submit_button_wrapper {
18 input, input:hover {
19 border: solid 1px transparent !important;
20 border-radius: 3px;
21 box-shadow: 0 1px 1px rgba( 255, 255, 255, .9 ) inset;
22 font-weight: bold;
23 margin: 0;
24 min-height: 36px;
25 width: 100%;
26 white-space: normal;
27 background: none;
28 background: -moz-linear-gradient( top, rgba( 255, 255, 255, 0.35 ) 0%, rgba( 255, 255, 255, 0.45 ) 48%, rgba( 255, 255, 255, 0 ) 52%, rgba( 255, 255, 255, 0 ) 100% );
29 background: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, rgba( 255, 255, 255, 0.35 ) ), color-stop( 48%, rgba( 255, 255, 255, 0.45 ) ), color-stop( 52%, rgba( 255, 255, 255, 0 ) ), color-stop( 100%, rgba( 255, 255, 255, 0 ) ) );
30 background: -webkit-linear-gradient( top, rgba( 255, 255, 255, 0.35 ) 0%, rgba( 255, 255, 255, 0.45 ) 48%, rgba( 255, 255, 255, 0 ) 52%, rgba( 255, 255, 255, 0 ) 100% );
31 background: -o-linear-gradient( top, rgba( 255, 255, 255, 0.35 ) 0%, rgba( 255, 255, 255, 0.45 ) 48%, rgba( 255, 255, 255, 0 ) 52%, rgba( 255, 255, 255, 0 ) 100% );
32 background: -ms-linear-gradient( top, rgba( 255, 255, 255, 0.35 ) 0%, rgba( 255, 255, 255, 0.45 ) 48%, rgba( 255, 255, 255, 0 ) 52%, rgba( 255, 255, 255, 0 ) 100% );
33 background: linear-gradient( to bottom, rgba( 255, 255, 255, 0.35 ) 0%, rgba( 255, 255, 255, 0.45 ) 48%, rgba( 255, 255, 255, 0 ) 52%, rgba( 255, 255, 255, 0 ) 100% );
34 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59ffffff', endColorstr='#00ffffff', GradientType=0 );
35 }
36 }
37
38 @media ( min-width: 1px ) and ( max-width: $content_small_breakpoint ),
39 ( min-height: 1px ) and ( max-height: $content_small_breakpoint ) {
40 div.fca_eoi_layout_headline_copy_wrapper {
41 margin-bottom: 0;
42 }
43 }
44 }
45