More work on OAuth support.

This commit is contained in:
Ylian Saint-Hilaire
2020-05-14 15:09:48 -07:00
parent 3c0eed1369
commit 87b4fc8811
4 changed files with 83 additions and 16 deletions

View File

@@ -803,6 +803,21 @@ NoMeshesPanel img {
background-color:#44F;
}
.userAuthStrategyLogo {
text-align:center;
position:absolute;
right:20px;
top:140px;
width:64px;
height:64px;
color:#FFF;
padding:2px;
background-color:#FFF;
border-radius:20px;
box-shadow: 2px 2px 10px black;
z-index:1;
}
#xdevices {
max-height: calc(100vh - 242px);
overflow-y: auto;