reset.scss in GetResponse Forms by Optin Cat 2.0.2, at layouts/common/style/reset.scss
| 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 |