mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
More work on OAuth support.
This commit is contained in:
parent
3c0eed1369
commit
87b4fc8811
4 changed files with 83 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue