PluginProbe
GetResponse Forms by Optin Cat / 1.5.0
GetResponse Forms by Optin Cat v1.5.0
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 1.5.0, at layouts/common/style/outer.scss

50 lines 874 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 box-sizing: border-box;
5 }
6
7 div.fca_eoi_form_text_element,
8 input.fca_eoi_form_input_element,
9 input.fca_eoi_form_button_element {
10 @include fca_eoi_reset();
11 @include fca_eoi_reset_font_properties();
12 transition: background 350ms linear;
13 }
14
15 div.fca_eoi_form_text_element {
16 text-align: center;
17 }
18
19 *:before,
20 *:after {
21 display: none;
22 }
23
24 i.fa,
25 i.fa:before {
26 @include fca_eoi_reset();
27 }
28
29 div.fca_eoi_layout_popup_close {
30 @include fca_eoi_reset();
31 @include fca_eoi_reset_font_properties();
32 display: block;
33 position: absolute;
34 z-index: 9999992;
35 top: -10px;
36 right: -10px;
37 background: rgba(0, 0, 0, 0.6);
38 border: 1px solid #000;
39 color: #fff;
40 font-weight: bold;
41 width: 20px;
42 height: 20px;
43 line-height: 20px;
44 text-align: center;
45 cursor: pointer;
46 }
47
48 div.fca_eoi_layout_headline_copy_wrapper {
49 font-weight: bold;
50 }