reveal role functionality, beginnings of mod transfer

This commit is contained in:
Alec
2021-12-14 23:21:54 -05:00
parent a66bc7b413
commit 342ae5b80b
11 changed files with 250 additions and 76 deletions

View File

@@ -3,7 +3,6 @@
text-align: center;
position: fixed;
width: 100%;
height: 100%;
z-index: 100;
top: 50%;
left: 50%;
@@ -11,10 +10,10 @@
background-color: #23282b;
align-items: center;
justify-content: center;
max-width: 17em;
max-height: 24em;
max-width: 19em;
max-height: 80%;
height: fit-content;
font-family: sans-serif;
font-size: 22px;
flex-direction: column;
padding: 1em;
}
@@ -25,7 +24,7 @@
left: 0;
width: 100%;
height: calc(100% + 100px);
background-color: rgba(0, 0, 0, 0.55);
background-color: rgba(0, 0, 0, 0.75);
z-index: 50;
cursor: pointer;
}