diff --git a/engine/broker/auth/index.html b/engine/broker/auth/index.html index e4713b7..bc7e578 100644 --- a/engine/broker/auth/index.html +++ b/engine/broker/auth/index.html @@ -25,10 +25,40 @@ .noshow { display: none !important; } + .nextgraph-app-auth-iframe { + visibility: hidden; + } + .nextgraph-app-auth-iframe.nextgraph-app-auth-iframe--active { + visibility: visible; + } + #banner { + padding-right: 36px !important; + width: 100%; position: fixed; left:0; top:0; min-height:36px; background-color: rgb(73, 114, 165); color: white; text-align:center ;z-index:10; padding:3px; font-size: 1.25rem; + line-height: 1.75rem; overflow-wrap: break-word; + } + #close-auth { + position: fixed; right:0; top:0; width: 36px; height: 36px; background-color: rgb(73, 114, 165);z-index:11; + cursor:pointer; + }
+ + +