changes.mady.by.user Mazin Abubeker
Saved on Apr 07, 2021
...
<style> html { overflow-y: hidden; } #isos-up,#isos-down{ font-size: 8px!important; } div#perks-overlay { position: fixed; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: rgb(0 0 0 / 75%); z-index: 15; backdrop-filter: blur(4px); display: flex; flex-direction: column; align-items: center; justify-content: center; } div#rw_theme_header { z-index: 16; background: rgba(255,255,255,1.00); } .overlay-banner { display: flex; width: 70%; background: #ffffff; min-height: 300px; padding: 50px; border-radius: 13px; } .overlay-left { width: 30%; background-image: url("/download/attachments/46336704/lock_blobby.png"); background-repeat: no-repeat, repeat; background-position: center; background-size: contain; margin-right: 40px; } .overlay-right { width: 60%; padding: 20px; display: flex; flex-direction: column; } .overlay-header { font-size: 35px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 1.22; letter-spacing: normal; color: #3a3a3a; width: 75%; } .overlay-sub { display: flex; margin-top: 30px; height: 45px; align-items: center; } .overlay-sub button { width: 171px; height: 37px; margin-right: 30px; border-radius: 13px; background-color: #bbd754; border: none; display: flex; align-items: center; justify-content: center; color: white; } .overlay-sub button:focus { outline: none; } .link-container { text-decoration: underline; } .support-link { font-weight: bold; } .support-link:hover { cursor: pointer; } .overlay-sub a:hover { text-decoration: none; cursor: pointer; } .overlay-sub button:hover { cursor: pointer; } #perks-overlay a:hover { text-decoration: none; } #perks-overlay a { color: var(--primary-color) !important; } @media only screen and (min-width : 200px) and (max-width : 750px) { .overlay-left { display: none; } .overlay-right { width: 100%; } .overlay-header { width: 100%; font-size: 26px; } .overlay-sub { flex-direction: column; align-items: flex-start; height: max-content; } .link-container { margin-top: 30px; } .overlay-banner { min-height: max-content; padding: 20px; } } </style> <div id="perks-overlay"> <div class="overlay-banner"> <div class="overlay-left"> </div> <div class="overlay-right"> <div class="overlay-header">This section is locked. If you need to complete your deliverables, please do so. Otherwise, please submit your <a target="_blank" href="https://onevalley.typeform.com/to/EhUVUez9">company profile form<a/>.</div> <div class="overlay-sub"> <a href="/display/PRO/Resources"> <button>Go to Curriculum</button> </a> <div class="link-container"><p>Finished your deliverables already?</p> <div class="support-link" onclick="Intercom('show');">Click here for support</div></div> </div> </div> </div> </div>