PluginProbe
GetResponse Forms by Optin Cat / 2.0.2
GetResponse Forms by Optin Cat v2.0.2
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 / style / outer.scss

outer.scss in GetResponse Forms by Optin Cat 2.0.2, at layouts/common/style/outer.scss

19 lines 378 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @import "layouts/common/style/reset.scss";
2
3
4 div.fca_eoi_form_text_element,
5 input.fca_eoi_form_input_element,
6 input.fca_eoi_form_button_element {
7 @include fca_eoi_reset();
8 @include fca_eoi_reset_font_properties();
9 transition: background 350ms linear;
10 }
11
12 div.fca_eoi_form_text_element {
13 text-align: center;
14 }
15
16 div.fca_eoi_layout_headline_copy_wrapper {
17 font-weight: bold;
18 }
19