PROGRESS! mostly ui, got admin stuff
This commit is contained in:
parent
2658f3d28c
commit
e730f9a870
6 changed files with 198 additions and 68 deletions
|
@ -102,13 +102,21 @@ body {
|
|||
top: 10px;
|
||||
left: 5px;
|
||||
z-index: 5;
|
||||
border-color: black;
|
||||
border-width: 2px;
|
||||
border-color: transparent;
|
||||
border-width: 0px;
|
||||
border-style: solid;
|
||||
background-color: black;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#scene-list button {
|
||||
background-color: wheat;
|
||||
border-width: 0px;
|
||||
}
|
||||
|
||||
.exit-button {
|
||||
height: fit-content;
|
||||
align-self: center;
|
||||
background-color: transparent;
|
||||
font-size: 20px;
|
||||
border: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue