Downloaded G2 templates. Added notes for DataSnipper and Recast. Added API keys and a few other small items.
This commit is contained in:
@ -25,6 +25,12 @@
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
const sign_up = document.getElementsByClassName("sign-up")[0];
|
||||
sign_up.style.background = 'url("https://s3.amazonaws.com/static.northpass.com/G2/G2ULogin-FullBackground.png")'
|
||||
sign_up.style.height="100vh";
|
||||
sign_up.style.backgroundRepeat="no-repeat";
|
||||
sign_up.style.backgroundSize="cover";
|
||||
if ( window.location !== window.parent.location ) {
|
||||
} else {
|
||||
document.addEventListener('DOMContentLoaded', function(event) {
|
||||
@ -32,4 +38,7 @@ if ( window.location !== window.parent.location ) {
|
||||
header.style.display = "flex";
|
||||
})
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
{% include "style_extension_col_5th" %}
|
||||
Reference in New Issue
Block a user