Sha256: 4a7a2893945a4d26701864fb0630a6964a113041464eaa0b44ca1a983da367f1
Contents?: true
Size: 1.06 KB
Versions: 93
Compression:
Stored size: 1.06 KB
Contents
// TARGETX STYLES // ======================================== .targetx__wrapper { margin-top: -35px; z-index: -1; } // STYLE OVERRIDES TO TARGETX's STYLESHEET: // ======================================== p.supportInfo { display: none; // Hides an empty paragraph that just makes the form longer } @media screen and (min-width: 1200px) { .wForm form > div.oneField { margin-top: 0 !important; // Makes the spacing between form questions tighter/closer-together } } @media screen and (min-width: 1800px) { .wForm form > div.oneField { margin-top: 10px !important; // Makes the spacing between form questions tighter/closer-together } } .wFormContainer { padding-left: 5px !important; padding-right: 5px !important; } @media screen and (min-width: 1600px) { .wFormContainer { padding: 1rem 2rem !important; } } #tfa_11::before { display: block; content: " "; margin-top: -60px; height: 60px; visibility: hidden; pointer-events: none; } @media screen and (min-width: 1800px) { #tfa_775-D { margin-top: 5px !important; } }
Version data entries
93 entries across 93 versions & 1 rubygems