leadin-bridge.css in HubSpot All-In-One Marketing – Forms, Popups, Live Chat 11.1.21, at public/assets/style/leadin-bridge.css
| 1 | #leadin, |
| 2 | #wpbody, |
| 3 | #wpbody-content, |
| 4 | #wpcontent, |
| 5 | #wpwrap, |
| 6 | body, |
| 7 | html { |
| 8 | height: 100% !important; |
| 9 | background-color: transparent; |
| 10 | } |
| 11 | |
| 12 | body.toplevel_page_leadin { |
| 13 | background-color: #f5f8fa !important; |
| 14 | } |
| 15 | |
| 16 | #wpbody-content, |
| 17 | #wpcontent { |
| 18 | padding: 0 !important; |
| 19 | } |
| 20 | |
| 21 | #wpfooter { |
| 22 | display: none !important; |
| 23 | } |
| 24 | |
| 25 | #leadin-iframe { |
| 26 | position: absolute; |
| 27 | top: 0; |
| 28 | border: 0 none transparent !important; |
| 29 | padding: 0 !important; |
| 30 | width: 100% !important; |
| 31 | left: 0; |
| 32 | background: white; |
| 33 | } |
| 34 |