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 / reset.scss

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

33 lines 636 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @mixin fca_eoi_reset() {
2 display: block;
3 margin: 0;
4 padding: 0;
5 line-height: normal;
6 font-size: 14px;
7 letter-spacing: normal;
8 word-spacing: normal;
9 text-indent: 0;
10 text-shadow: none;
11 text-decoration: none;
12 text-transform: none;
13 white-space: normal;
14 width: inherit;
15 height: inherit;
16 background-image: none;
17 border: none;
18 border-radius: 0;
19 box-shadow: none;
20 box-sizing: border-box;
21 transition: none;
22 outline: none;
23 -webkit-transition: none;
24 -webkit-appearance: none;
25 -moz-appearance: none;
26 }
27
28 @mixin fca_eoi_reset_font_properties() {
29 color: #000;
30 font-family: "Open Sans", sans-serif;
31 font-weight: normal;
32 }
33